@azure-rest/agrifood-farming 1.0.0-alpha.20210930.1 → 1.0.0-alpha.20211214.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 -8
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.20211214.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
57
|
-
"regenerate": "autorest --reset && autorest --typescript swagger/README.md && npm run format",
|
|
58
57
|
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
|
59
58
|
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
|
|
60
59
|
"build:samples": "echo Obsolete.",
|
|
@@ -66,6 +65,7 @@
|
|
|
66
65
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
67
66
|
"extract-api": "rimraf review && mkdirp ./review && api-extractor run --local",
|
|
68
67
|
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
68
|
+
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
69
69
|
"integration-test:browser": "karma start --single-run",
|
|
70
70
|
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"",
|
|
71
71
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -77,15 +77,14 @@
|
|
|
77
77
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
78
78
|
"unit-test:browser": "karma start --single-run",
|
|
79
79
|
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
|
|
80
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
81
|
-
"docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
|
|
80
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
82
81
|
},
|
|
83
82
|
"sideEffects": false,
|
|
84
83
|
"autoPublish": false,
|
|
85
84
|
"dependencies": {
|
|
86
85
|
"@azure/core-auth": "^1.3.0",
|
|
87
86
|
"@azure-rest/core-client-paging": "1.0.0-beta.1",
|
|
88
|
-
"@azure-rest/core-client": "
|
|
87
|
+
"@azure-rest/core-client": "1.0.0-beta.7",
|
|
89
88
|
"@azure-rest/core-client-lro": ">=1.0.0-alpha <1.0.0-alphb",
|
|
90
89
|
"@azure/logger": "^1.0.0",
|
|
91
90
|
"tslib": "^2.2.0"
|
|
@@ -94,7 +93,7 @@
|
|
|
94
93
|
"@azure/core-util": "^1.0.0-beta.1",
|
|
95
94
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
96
95
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
97
|
-
"@azure/identity": "^
|
|
96
|
+
"@azure/identity": "^2.0.1",
|
|
98
97
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
99
98
|
"@microsoft/api-extractor": "^7.18.11",
|
|
100
99
|
"@types/chai": "^4.1.6",
|
|
@@ -121,12 +120,11 @@
|
|
|
121
120
|
"mkdirp": "^1.0.4",
|
|
122
121
|
"mocha-junit-reporter": "^1.18.0",
|
|
123
122
|
"mocha": "^7.1.1",
|
|
124
|
-
"nyc": "^
|
|
123
|
+
"nyc": "^15.0.0",
|
|
125
124
|
"prettier": "2.2.1",
|
|
126
125
|
"rimraf": "^3.0.0",
|
|
127
126
|
"rollup": "^1.16.3",
|
|
128
127
|
"source-map-support": "^0.5.9",
|
|
129
|
-
"typedoc": "0.15.2",
|
|
130
128
|
"typescript": "~4.2.0"
|
|
131
129
|
}
|
|
132
130
|
}
|