@azure/cosmos 4.5.0-alpha.20250822.2 → 4.5.0-alpha.20250825.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/cosmos",
|
|
3
|
-
"version": "4.5.0-alpha.
|
|
3
|
+
"version": "4.5.0-alpha.20250825.2",
|
|
4
4
|
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"keywords": [
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"typescript": "~5.8.3",
|
|
76
76
|
"vitest": "^3.2.3",
|
|
77
77
|
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
78
|
-
"@azure/
|
|
79
|
-
"@azure/
|
|
78
|
+
"@azure/dev-tool": "^1.0.0",
|
|
79
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
80
80
|
},
|
|
81
81
|
"//sampleConfiguration": {
|
|
82
82
|
"skip": [
|
|
@@ -168,7 +168,6 @@
|
|
|
168
168
|
"test": "npm run test:node && npm run test:browser",
|
|
169
169
|
"test:browser": "echo skipped",
|
|
170
170
|
"test:node": "npm run test:node:unit",
|
|
171
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
172
171
|
"test:node:integration": "dev-tool run vendored cross-env NODE_OPTIONS='--dns-result-order=ipv4first' dev-tool run test:vitest --no-test-proxy -- -c vitest.int.config.ts",
|
|
173
172
|
"test:node:unit": "dev-tool run vendored cross-env NODE_OPTIONS='--dns-result-order=ipv4first' dev-tool run test:vitest --no-test-proxy -- -c vitest.unit.config.ts",
|
|
174
173
|
"update-snippets": "dev-tool run update-snippets"
|