@azure/cosmos 4.5.0-alpha.20250730.2 → 4.5.0-alpha.20250822.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.20250822.2",
|
|
4
4
|
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"keywords": [
|
|
@@ -38,25 +38,6 @@
|
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=20.0.0"
|
|
40
40
|
},
|
|
41
|
-
"scripts": {
|
|
42
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
43
|
-
"build:samples": "echo Obsolete.",
|
|
44
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
45
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-esm temp types *.tgz *.html *.log *.tsbuildinfo test/**/*.{js,js.map,d.ts}",
|
|
46
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
47
|
-
"extract-api": "npm run build && dev-tool run extract-api",
|
|
48
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
49
|
-
"lint": "dev-tool run vendored eslint package.json src test",
|
|
50
|
-
"lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
51
|
-
"pack": "npm pack 2>&1",
|
|
52
|
-
"test": "npm run test:node && npm run test:browser",
|
|
53
|
-
"test:browser": "echo skipped",
|
|
54
|
-
"test:node": "npm run test:node:unit",
|
|
55
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
56
|
-
"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",
|
|
57
|
-
"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",
|
|
58
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
59
|
-
},
|
|
60
41
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
61
42
|
"license": "MIT",
|
|
62
43
|
"bugs": {
|
|
@@ -79,23 +60,23 @@
|
|
|
79
60
|
"tslib": "^2.8.1"
|
|
80
61
|
},
|
|
81
62
|
"devDependencies": {
|
|
82
|
-
"@azure
|
|
83
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
84
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
85
|
-
"@azure/identity": "^4.8.0",
|
|
63
|
+
"@azure/identity": "4.11.1",
|
|
86
64
|
"@types/debug": "^4.1.4",
|
|
87
|
-
"@types/node": "^20.
|
|
65
|
+
"@types/node": "^20.19.0",
|
|
88
66
|
"@types/priorityqueuejs": "^1.0.1",
|
|
89
67
|
"@types/semaphore": "^1.1.0",
|
|
90
|
-
"@vitest/browser": "^3.
|
|
91
|
-
"@vitest/coverage-istanbul": "^3.
|
|
68
|
+
"@vitest/browser": "^3.2.3",
|
|
69
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
92
70
|
"assertion-error": "^2.0.1",
|
|
93
71
|
"dotenv": "^16.0.0",
|
|
94
|
-
"eslint": "^9.
|
|
72
|
+
"eslint": "^9.33.0",
|
|
95
73
|
"nock": "^13.5.4",
|
|
96
|
-
"playwright": "^1.
|
|
97
|
-
"typescript": "~5.8.
|
|
98
|
-
"vitest": "^3.
|
|
74
|
+
"playwright": "^1.50.1",
|
|
75
|
+
"typescript": "~5.8.3",
|
|
76
|
+
"vitest": "^3.2.3",
|
|
77
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
78
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
79
|
+
"@azure/dev-tool": "^1.0.0"
|
|
99
80
|
},
|
|
100
81
|
"//sampleConfiguration": {
|
|
101
82
|
"skip": [
|
|
@@ -172,5 +153,24 @@
|
|
|
172
153
|
"default": "./dist/commonjs/index.js"
|
|
173
154
|
}
|
|
174
155
|
}
|
|
156
|
+
},
|
|
157
|
+
"scripts": {
|
|
158
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
159
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
160
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
161
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-esm temp types *.tgz *.html *.log *.tsbuildinfo test/**/*.{js,js.map,d.ts}",
|
|
162
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
163
|
+
"extract-api": "npm run build && dev-tool run extract-api",
|
|
164
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
165
|
+
"lint": "dev-tool run vendored eslint package.json src test",
|
|
166
|
+
"lint:fix": "dev-tool run vendored eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
167
|
+
"pack": "pnpm pack 2>&1",
|
|
168
|
+
"test": "npm run test:node && npm run test:browser",
|
|
169
|
+
"test:browser": "echo skipped",
|
|
170
|
+
"test:node": "npm run test:node:unit",
|
|
171
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
172
|
+
"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
|
+
"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
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
175
175
|
}
|
|
176
|
-
}
|
|
176
|
+
}
|