@azure/data-tables 13.3.1-alpha.20241210.1 → 13.3.1-alpha.20241212.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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/data-tables",
|
|
3
|
-
"version": "13.3.1-alpha.
|
|
3
|
+
"version": "13.3.1-alpha.20241212.1",
|
|
4
4
|
"description": "An isomorphic client library for the Azure Tables service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"generate:client": "autorest --typescript ./swagger/README.md",
|
|
22
22
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
23
23
|
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
24
|
-
"integration-test:node": "dev-tool run test:vitest",
|
|
24
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
25
25
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
26
26
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
|
27
27
|
"pack": "npm pack 2>&1",
|
|
@@ -121,7 +121,8 @@
|
|
|
121
121
|
"browser",
|
|
122
122
|
"react-native"
|
|
123
123
|
],
|
|
124
|
-
"selfLink": false
|
|
124
|
+
"selfLink": false,
|
|
125
|
+
"project": "./tsconfig.src.json"
|
|
125
126
|
},
|
|
126
127
|
"exports": {
|
|
127
128
|
"./package.json": "./package.json",
|