@azure-rest/agrifood-farming 1.0.0-alpha.20240419.1 → 1.0.0-alpha.20240424.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 +6 -7
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.20240424.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
59
59
|
"build:samples": "echo Obsolete.",
|
|
60
60
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
61
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
|
62
|
-
"build:debug": "tsc -p . && dev-tool run bundle &&
|
|
61
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
62
|
+
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
63
63
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
64
64
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
65
65
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
66
|
-
"extract-api": "rimraf review && mkdirp ./review &&
|
|
66
|
+
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
67
67
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
68
68
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
69
69
|
"integration-test:browser": "karma start --single-run",
|
|
@@ -120,11 +120,10 @@
|
|
|
120
120
|
"karma": "^6.2.0",
|
|
121
121
|
"mkdirp": "^3.0.1",
|
|
122
122
|
"mocha": "^10.0.0",
|
|
123
|
-
"
|
|
123
|
+
"nyc": "^15.1.0",
|
|
124
124
|
"rimraf": "^5.0.5",
|
|
125
125
|
"source-map-support": "^0.5.9",
|
|
126
126
|
"typescript": "~5.4.5",
|
|
127
|
-
"ts-node": "^10.0.0"
|
|
128
|
-
"esm": "^3.2.18"
|
|
127
|
+
"ts-node": "^10.0.0"
|
|
129
128
|
}
|
|
130
129
|
}
|