@azure-rest/agrifood-farming 1.0.0-alpha.20230925.1 → 1.0.0-alpha.20230928.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 -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.20230925.1",
6
+ "version": "1.0.0-alpha.20230928.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": "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": "dev-tool run test:node-js-input -- --timeout 5000000 \"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",
@@ -100,7 +100,7 @@
100
100
  "@azure-tools/test-recorder": "^3.0.0",
101
101
  "@microsoft/api-extractor": "^7.31.1",
102
102
  "@types/chai": "^4.1.6",
103
- "@types/mocha": "^7.0.2",
103
+ "@types/mocha": "^10.0.0",
104
104
  "@types/node": "^14.0.0",
105
105
  "chai": "^4.2.0",
106
106
  "cross-env": "^7.0.2",
@@ -120,12 +120,13 @@
120
120
  "karma": "^6.2.0",
121
121
  "mkdirp": "^1.0.4",
122
122
  "mocha-junit-reporter": "^2.0.0",
123
- "mocha": "^7.1.1",
123
+ "mocha": "^10.0.0",
124
124
  "nyc": "^15.0.0",
125
125
  "prettier": "^2.5.1",
126
126
  "rimraf": "^3.0.0",
127
127
  "source-map-support": "^0.5.9",
128
128
  "typescript": "~5.0.0",
129
- "ts-node": "^10.0.0"
129
+ "ts-node": "^10.0.0",
130
+ "esm": "^3.2.18"
130
131
  }
131
132
  }