@azure/data-tables 13.2.3-alpha.20240418.1 → 13.2.3-alpha.20240419.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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/data-tables",
|
|
3
|
-
"version": "13.2.3-alpha.
|
|
3
|
+
"version": "13.2.3-alpha.20240419.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 &&
|
|
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 . &&
|
|
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",
|
|
@@ -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",
|