@azure/data-tables 13.3.1-alpha.20250530.1 → 13.3.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.
Files changed (1) hide show
  1. package/package.json +39 -39
package/package.json CHANGED
@@ -1,30 +1,12 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.3.1-alpha.20250530.1",
3
+ "version": "13.3.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",
7
7
  "module": "./dist/esm/index.js",
8
8
  "browser": "./dist/browser/index.js",
9
9
  "types": "./dist/commonjs/index.d.ts",
10
- "scripts": {
11
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
12
- "build:samples": "echo Obsolete.",
13
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
14
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
15
- "execute:samples": "dev-tool samples run samples-dev",
16
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
17
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
18
- "generate:client": "autorest --typescript ./swagger/README.md",
19
- "lint": "eslint package.json api-extractor.json src test",
20
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
21
- "pack": "npm pack 2>&1",
22
- "test": "npm run test:node && npm run test:browser",
23
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
24
- "test:node": "dev-tool run test:vitest --test-proxy-debug",
25
- "test:node:esm": "dev-tool run test:vitest --esm",
26
- "update-snippets": "dev-tool run update-snippets"
27
- },
28
10
  "files": [
29
11
  "dist/",
30
12
  "README.md",
@@ -47,32 +29,32 @@
47
29
  "sideEffects": false,
48
30
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
49
31
  "dependencies": {
32
+ "tslib": "^2.8.1",
50
33
  "@azure/core-auth": "^1.9.0",
51
- "@azure/core-client": "^1.9.2",
52
- "@azure/core-paging": "^1.6.2",
53
- "@azure/core-rest-pipeline": "^1.19.0",
34
+ "@azure/core-client": "^1.9.4",
35
+ "@azure/core-rest-pipeline": "^1.20.0",
54
36
  "@azure/core-tracing": "^1.2.0",
55
- "@azure/core-util": "^1.11.0",
56
- "@azure/core-xml": "^1.4.4",
57
- "@azure/logger": "^1.1.4",
58
- "tslib": "^2.8.1"
37
+ "@azure/core-util": "^1.12.0",
38
+ "@azure/logger": "^1.2.0",
39
+ "@azure/core-xml": "^1.4.5",
40
+ "@azure/core-paging": "^1.6.2"
59
41
  },
60
42
  "devDependencies": {
61
- "@azure-tools/test-credential": "^2.0.0",
62
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
63
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
64
- "@azure/arm-storage": "^18.4.0",
65
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
66
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
67
- "@azure/identity": "^4.7.0",
68
- "@types/node": "^18.0.0",
69
- "@vitest/browser": "^3.0.9",
70
- "@vitest/coverage-istanbul": "^3.0.9",
43
+ "@azure/arm-storage": "^18.0.0",
44
+ "@azure/identity": "^4.10.0",
45
+ "@types/node": "^18.19.101",
46
+ "@vitest/browser": "^3.1.4",
47
+ "@vitest/coverage-istanbul": "^3.1.4",
71
48
  "dotenv": "^16.0.0",
72
49
  "eslint": "^9.9.0",
73
50
  "playwright": "^1.50.1",
74
51
  "typescript": "~5.8.2",
75
- "vitest": "^3.0.9"
52
+ "vitest": "^3.1.4",
53
+ "@azure-tools/test-credential": "^2.1.1",
54
+ "@azure/dev-tool": "^1.0.0",
55
+ "@azure-tools/test-utils-vitest": "^1.0.0",
56
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
57
+ "@azure-tools/test-recorder": "^4.1.0"
76
58
  },
77
59
  "//sampleConfiguration": {
78
60
  "productName": "Azure Data Tables",
@@ -141,5 +123,23 @@
141
123
  }
142
124
  }
143
125
  },
144
- "react-native": "./dist/react-native/index.js"
145
- }
126
+ "react-native": "./dist/react-native/index.js",
127
+ "scripts": {
128
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
129
+ "build:samples": "echo Obsolete.",
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",
132
+ "execute:samples": "dev-tool samples run samples-dev",
133
+ "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}\"",
135
+ "generate:client": "autorest --typescript ./swagger/README.md",
136
+ "lint": "eslint package.json api-extractor.json src test",
137
+ "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
138
+ "pack": "pnpm pack 2>&1",
139
+ "test": "npm run test:node && npm run test:browser",
140
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
141
+ "test:node": "dev-tool run test:vitest --test-proxy-debug",
142
+ "test:node:esm": "dev-tool run test:vitest --esm",
143
+ "update-snippets": "dev-tool run update-snippets"
144
+ }
145
+ }