@azure/data-tables 13.2.3-alpha.20240418.1 → 13.2.3-alpha.20240422.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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.2.3-alpha.20240418.1",
3
+ "version": "13.2.3-alpha.20240422.1",
4
4
  "description": "An isomorphic client library for the Azure Tables service.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -30,11 +30,11 @@
30
30
  "build:node": "tsc -p . && dev-tool run bundle",
31
31
  "build:samples": "echo Obsolete.",
32
32
  "build:test": "tsc -p . && dev-tool run bundle",
33
- "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
33
+ "build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
34
34
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
35
35
  "clean": "rimraf --glob dist dist-* types *.tgz *.log",
36
36
  "execute:samples": "dev-tool samples run samples-dev",
37
- "extract-api": "tsc -p . && api-extractor run --local",
37
+ "extract-api": "tsc -p . && dev-tool run extract-api",
38
38
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
39
39
  "generate:client": "autorest --typescript ./swagger/README.md",
40
40
  "integration-test:browser": "dev-tool run test:browser",
@@ -108,7 +108,7 @@
108
108
  "karma-mocha-reporter": "^2.2.5",
109
109
  "karma-sourcemap-loader": "^0.3.8",
110
110
  "mocha": "^10.0.0",
111
- "c8": "^9.1.0",
111
+ "nyc": "^15.1.0",
112
112
  "rimraf": "^5.0.5",
113
113
  "sinon": "^17.0.0",
114
114
  "typescript": "~5.4.5",
@@ -117,8 +117,7 @@
117
117
  "@azure-tools/test-recorder": "^3.0.0",
118
118
  "@azure-tools/test-credential": "^1.0.0",
119
119
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
120
- "ts-node": "^10.0.0",
121
- "esm": "^3.2.18"
120
+ "ts-node": "^10.0.0"
122
121
  },
123
122
  "//sampleConfiguration": {
124
123
  "productName": "Azure Data Tables",