@azure-rest/agrifood-farming 1.0.0-alpha.20230824.1 → 1.0.0-alpha.20230925.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 +3 -3
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.20230824.1",
6
+ "version": "1.0.0-alpha.20230925.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -67,7 +67,7 @@
67
67
  "format": "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",
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\"",
70
+ "integration-test:node": "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",
72
72
  "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
73
73
  "lint": "eslint package.json api-extractor.json src test --ext .ts",
@@ -94,7 +94,7 @@
94
94
  "@azure/core-util": "^1.0.0",
95
95
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
96
96
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
97
- "@azure/identity": "^2.0.1",
97
+ "@azure/identity": "^3.3.0",
98
98
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
99
99
  "@azure-tools/test-credential": "^1.0.0",
100
100
  "@azure-tools/test-recorder": "^3.0.0",