Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toptobes committed Jul 24, 2024
1 parent 4cc45d9 commit e04c56b
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions examples/browser/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.2.0"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.3.0",
"@datastax/astra-db-ts": "^1.4.0",
"events": "^3.3.0"
}
}
8 changes: 4 additions & 4 deletions examples/cloudflare-workers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"wrangler": "^3.55.0"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.3.0",
"@datastax/astra-db-ts": "^1.4.0",
"events": "^3.3.0"
}
}
8 changes: 4 additions & 4 deletions examples/http2-when-minified/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/http2-when-minified/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.3.0",
"@datastax/astra-db-ts": "^1.4.0",
"fetch-h2": "^3.0.0",
"next": "14.2.3",
"react": "^18",
Expand Down
8 changes: 4 additions & 4 deletions examples/nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.3.0",
"@datastax/astra-db-ts": "^1.4.0",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down
8 changes: 4 additions & 4 deletions examples/non-astra-backends/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/non-astra-backends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "^5.5.2"
},
"dependencies": {
"@datastax/astra-db-ts": "^1.3.0"
"@datastax/astra-db-ts": "^1.4.0"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datastax/astra-db-ts",
"version": "1.4.0",
"version": "1.4.1",
"description": "Astra DB TS Client",
"contributors": [
"Kavin Gupta (https://github.com/toptobes)",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
// limitations under the License.

export const LIB_NAME = 'astra-db-ts';
export const LIB_VERSION = '1.4.0';
export const LIB_VERSION = '1.4.1';

0 comments on commit e04c56b

Please sign in to comment.