@azure-rest/agrifood-farming 1.0.0-alpha.20211102.1 → 1.0.0-alpha.20211215.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.
Files changed (1) hide show
  1. 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.20211102.1",
6
+ "version": "1.0.0-alpha.20211215.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -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": ">=1.0.0-alpha <1.0.0-alphb",
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": "^1.1.0",
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",
@@ -119,14 +118,13 @@
119
118
  "karma-sourcemap-loader": "^0.3.8",
120
119
  "karma": "^6.2.0",
121
120
  "mkdirp": "^1.0.4",
122
- "mocha-junit-reporter": "^1.18.0",
121
+ "mocha-junit-reporter": "^2.0.0",
123
122
  "mocha": "^7.1.1",
124
- "nyc": "^14.0.0",
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
  }