@azure/data-tables 13.3.0-alpha.20241022.1 → 13.3.0-alpha.20241024.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 +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/data-tables",
|
|
3
|
-
"version": "13.3.0-alpha.
|
|
3
|
+
"version": "13.3.0-alpha.20241024.1",
|
|
4
4
|
"description": "An isomorphic client library for the Azure Tables service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
28
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
29
29
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
30
30
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
31
31
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
32
32
|
"build:samples": "echo Obsolete.",
|
|
33
33
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
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
|
-
"clean": "rimraf --glob dist dist-* types *.tgz *.log",
|
|
35
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
|
|
36
36
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
37
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}\"",
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
94
94
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
95
95
|
"@azure/identity": "^4.0.1",
|
|
96
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
97
96
|
"@types/chai": "^4.1.6",
|
|
98
97
|
"@types/mocha": "^10.0.0",
|
|
99
98
|
"@types/node": "^18.0.0",
|
|
@@ -114,7 +113,6 @@
|
|
|
114
113
|
"karma-sourcemap-loader": "^0.3.8",
|
|
115
114
|
"mocha": "^10.0.0",
|
|
116
115
|
"nyc": "^17.0.0",
|
|
117
|
-
"rimraf": "^5.0.5",
|
|
118
116
|
"sinon": "^17.0.0",
|
|
119
117
|
"ts-node": "^10.0.0",
|
|
120
118
|
"typescript": "~5.6.2",
|