@azure/cosmos 4.4.1-alpha.20250613.3 → 4.4.1-alpha.20250617.1

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/cosmos",
3
- "version": "4.4.1-alpha.20250613.3",
3
+ "version": "4.4.1-alpha.20250617.1",
4
4
  "description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API",
5
5
  "sdk-type": "client",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "types": "./dist/commonjs/index.d.ts",
38
38
  "engines": {
39
- "node": ">=18.0.0"
39
+ "node": ">=20.0.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
@@ -46,8 +46,8 @@
46
46
  "execute:samples": "dev-tool samples run samples-dev",
47
47
  "extract-api": "npm run build && dev-tool run extract-api",
48
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 api-extractor.json src test",
50
- "lint:fix": "dev-tool run vendored eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
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
51
  "pack": "npm pack 2>&1",
52
52
  "test": "npm run test:node && npm run test:browser",
53
53
  "test:browser": "echo skipped",
@@ -84,7 +84,7 @@
84
84
  "@azure/identity": "^4.8.0",
85
85
  "@azure/logger": "^1.1.4",
86
86
  "@types/debug": "^4.1.4",
87
- "@types/node": "^18.0.0",
87
+ "@types/node": "^20.0.0",
88
88
  "@types/priorityqueuejs": "^1.0.1",
89
89
  "@types/semaphore": "^1.1.0",
90
90
  "@vitest/browser": "^3.0.9",