Skip to content

Commit 3d92479

Browse files
committed
1.5.0
1 parent 7033f67 commit 3d92479

File tree

13 files changed

+50
-50
lines changed

13 files changed

+50
-50
lines changed

examples/browser/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vite": "^5.2.0"
1414
},
1515
"dependencies": {
16-
"@datastax/astra-db-ts": "^1.4.0",
16+
"@datastax/astra-db-ts": "^1.4.1",
1717
"events": "^3.3.0"
1818
}
1919
}

examples/cloudflare-workers/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"wrangler": "^3.55.0"
1313
},
1414
"dependencies": {
15-
"@datastax/astra-db-ts": "^1.4.0",
15+
"@datastax/astra-db-ts": "^1.4.1",
1616
"events": "^3.3.0"
1717
}
1818
}

examples/http2-when-minified/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/http2-when-minified/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@datastax/astra-db-ts": "^1.4.0",
12+
"@datastax/astra-db-ts": "^1.4.1",
1313
"fetch-h2": "^3.0.0",
1414
"next": "14.2.3",
1515
"react": "^18",

examples/nextjs/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@datastax/astra-db-ts": "^1.4.0",
12+
"@datastax/astra-db-ts": "^1.4.1",
1313
"next": "14.2.3",
1414
"react": "^18",
1515
"react-dom": "^18"

examples/non-astra-backends/package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/non-astra-backends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"typescript": "^5.5.2"
1414
},
1515
"dependencies": {
16-
"@datastax/astra-db-ts": "^1.4.0"
16+
"@datastax/astra-db-ts": "^1.4.1"
1717
}
1818
}

0 commit comments

Comments
 (0)