@azure/data-tables 13.2.3-alpha.20231114.1 → 13.2.3-alpha.20231207.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 -7
- package/types/3.1/data-tables.d.ts +0 -1354
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.20231207.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,8 +30,7 @@
|
|
|
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
|
|
34
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local && npm run build:types",
|
|
33
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local",
|
|
35
34
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
36
35
|
"clean": "rimraf dist dist-* types *.tgz *.log",
|
|
37
36
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
@@ -56,7 +55,6 @@
|
|
|
56
55
|
"dist-esm/src/",
|
|
57
56
|
"types/tables.d.ts",
|
|
58
57
|
"types/latest/",
|
|
59
|
-
"types/3.1/",
|
|
60
58
|
"README.md",
|
|
61
59
|
"LICENSE"
|
|
62
60
|
],
|
|
@@ -94,12 +92,11 @@
|
|
|
94
92
|
"@types/chai": "^4.1.6",
|
|
95
93
|
"@types/mocha": "^10.0.0",
|
|
96
94
|
"@types/node": "^18.0.0",
|
|
97
|
-
"@types/sinon": "^
|
|
95
|
+
"@types/sinon": "^17.0.0",
|
|
98
96
|
"@types/uuid": "^8.0.0",
|
|
99
97
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
100
98
|
"chai": "^4.2.0",
|
|
101
99
|
"cross-env": "^7.0.2",
|
|
102
|
-
"downlevel-dts": "^0.10.0",
|
|
103
100
|
"eslint": "^8.0.0",
|
|
104
101
|
"inherits": "^2.0.3",
|
|
105
102
|
"karma": "^6.2.0",
|
|
@@ -112,7 +109,6 @@
|
|
|
112
109
|
"karma-mocha-reporter": "^2.2.5",
|
|
113
110
|
"karma-sourcemap-loader": "^0.3.8",
|
|
114
111
|
"mocha": "^10.0.0",
|
|
115
|
-
"mocha-junit-reporter": "^2.0.0",
|
|
116
112
|
"prettier": "^2.5.1",
|
|
117
113
|
"c8": "^8.0.0",
|
|
118
114
|
"rimraf": "^3.0.0",
|