@azure-rest/agrifood-farming 1.0.0-alpha.20250121.1 → 1.0.0-alpha.20250123.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 +5 -5
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "An isomorphic REST client library for the Azure FarmBeats Service.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20250123.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
59
59
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
60
60
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
61
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
61
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
62
62
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
63
63
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
64
64
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
97
97
|
"@azure/identity": "^4.0.1",
|
|
98
98
|
"@types/node": "^18.0.0",
|
|
99
|
-
"@vitest/browser": "^
|
|
100
|
-
"@vitest/coverage-istanbul": "^
|
|
99
|
+
"@vitest/browser": "^3.0.3",
|
|
100
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
|
101
101
|
"dotenv": "^16.0.0",
|
|
102
102
|
"eslint": "^9.9.0",
|
|
103
103
|
"playwright": "^1.49.0",
|
|
104
104
|
"typescript": "~5.7.2",
|
|
105
|
-
"vitest": "^
|
|
105
|
+
"vitest": "^3.0.3"
|
|
106
106
|
},
|
|
107
107
|
"type": "module",
|
|
108
108
|
"tshy": {
|