@azure/data-tables 13.3.1-alpha.20251013.1 → 13.3.1-alpha.20251016.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.1"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.3.1-alpha.20251013.1",
3
+ "version": "13.3.1-alpha.20251016.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",
@@ -45,16 +45,20 @@
45
45
  "@types/node": "^20.19.0",
46
46
  "@vitest/browser": "^3.2.3",
47
47
  "@vitest/coverage-istanbul": "^3.2.3",
48
+ "cross-env": "^7.0.3",
48
49
  "dotenv": "^16.0.0",
49
50
  "eslint": "^9.33.0",
50
51
  "playwright": "^1.50.1",
52
+ "prettier": "^3.6.2",
53
+ "rimraf": "^6.0.1",
54
+ "tshy": "^3.0.0",
51
55
  "typescript": "~5.9.3",
52
56
  "vitest": "^3.2.3",
53
- "@azure-tools/test-recorder": "^4.1.1",
54
57
  "@azure-tools/test-credential": "^2.1.2",
55
- "@azure-tools/test-utils-vitest": "^2.0.1",
58
+ "@azure-tools/test-recorder": "^4.1.1",
56
59
  "@azure/dev-tool": "^1.0.0",
57
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
60
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
61
+ "@azure-tools/test-utils-vitest": "^2.0.1"
58
62
  },
59
63
  "//sampleConfiguration": {
60
64
  "productName": "Azure Data Tables",
@@ -127,11 +131,11 @@
127
131
  "scripts": {
128
132
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
129
133
  "build:samples": "tsc -p tsconfig.samples.json",
130
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
131
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
134
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
135
+ "clean": "rimraf --glob dist dist-* types *.tgz *.log",
132
136
  "execute:samples": "dev-tool samples run samples-dev",
133
137
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
134
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
138
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
135
139
  "generate:client": "autorest --typescript ./swagger/README.md",
136
140
  "lint": "eslint package.json src test",
137
141
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",