@azure-rest/maps-render 2.0.0-alpha.20250729.1 → 2.0.0-alpha.20250822.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.
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/maps-render",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "2.0.0-alpha.
|
|
5
|
+
"version": "2.0.0-alpha.20250822.1",
|
|
6
6
|
"description": "A generated SDK for MapsRenderClient.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -30,24 +30,6 @@
|
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=20.0.0"
|
|
32
32
|
},
|
|
33
|
-
"scripts": {
|
|
34
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
35
|
-
"build:samples": "dev-tool samples publish --force",
|
|
36
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
37
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
38
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
39
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
40
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
41
|
-
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
42
|
-
"lint": "eslint package.json src test",
|
|
43
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
44
|
-
"pack": "npm pack 2>&1",
|
|
45
|
-
"test": "npm run test:node && npm run test:browser",
|
|
46
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
47
|
-
"test:node": "dev-tool run test:vitest",
|
|
48
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
49
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
50
|
-
},
|
|
51
33
|
"sideEffects": false,
|
|
52
34
|
"autoPublish": false,
|
|
53
35
|
"dependencies": {
|
|
@@ -59,22 +41,22 @@
|
|
|
59
41
|
"tslib": "^2.8.1"
|
|
60
42
|
},
|
|
61
43
|
"devDependencies": {
|
|
62
|
-
"@azure
|
|
63
|
-
"@
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
67
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
68
|
-
"@azure/identity": "^4.6.0",
|
|
69
|
-
"@types/node": "^20.0.0",
|
|
70
|
-
"@vitest/browser": "^3.0.9",
|
|
71
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
44
|
+
"@azure/identity": "4.11.1",
|
|
45
|
+
"@types/node": "^20.19.0",
|
|
46
|
+
"@vitest/browser": "^3.2.3",
|
|
47
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
72
48
|
"autorest": "latest",
|
|
73
49
|
"dotenv": "^16.0.0",
|
|
74
|
-
"eslint": "^9.
|
|
50
|
+
"eslint": "^9.33.0",
|
|
75
51
|
"playwright": "^1.50.1",
|
|
76
|
-
"typescript": "~5.8.
|
|
77
|
-
"vitest": "^3.
|
|
52
|
+
"typescript": "~5.8.3",
|
|
53
|
+
"vitest": "^3.2.3",
|
|
54
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
55
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
56
|
+
"@azure/dev-tool": "^1.0.0",
|
|
57
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
58
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
59
|
+
"@azure/core-util": "^1.13.1"
|
|
78
60
|
},
|
|
79
61
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/maps/maps-render-rest/README.md",
|
|
80
62
|
"//metadata": {
|
|
@@ -135,5 +117,22 @@
|
|
|
135
117
|
}
|
|
136
118
|
}
|
|
137
119
|
},
|
|
138
|
-
"react-native": "./dist/react-native/index.js"
|
|
139
|
-
|
|
120
|
+
"react-native": "./dist/react-native/index.js",
|
|
121
|
+
"scripts": {
|
|
122
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
123
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
124
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
125
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
126
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
127
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
128
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
129
|
+
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
130
|
+
"lint": "eslint package.json src test",
|
|
131
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
132
|
+
"pack": "pnpm pack 2>&1",
|
|
133
|
+
"test": "npm run test:node && npm run test:browser",
|
|
134
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
135
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
136
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
137
|
+
}
|
|
138
|
+
}
|