@azure-rest/maps-search 2.0.0-alpha.20241209.1 → 2.0.0-alpha.20241211.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 +4 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/maps-search",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "2.0.0-alpha.
|
|
5
|
+
"version": "2.0.0-alpha.20241211.1",
|
|
6
6
|
"description": "A generated SDK for MapsSearchClient.",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
44
44
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
45
45
|
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
46
|
-
"integration-test:node": "dev-tool run test:vitest",
|
|
46
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
47
47
|
"lint": "eslint package.json api-extractor.json src test",
|
|
48
48
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
49
49
|
"pack": "npm pack 2>&1",
|
|
@@ -120,7 +120,8 @@
|
|
|
120
120
|
"browser",
|
|
121
121
|
"react-native"
|
|
122
122
|
],
|
|
123
|
-
"selfLink": false
|
|
123
|
+
"selfLink": false,
|
|
124
|
+
"project": "./tsconfig.src.json"
|
|
124
125
|
},
|
|
125
126
|
"exports": {
|
|
126
127
|
"./package.json": "./package.json",
|