@azure/arm-durabletask 1.0.0-alpha.20251008.3 → 1.0.0-alpha.20251014.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.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-durabletask",
3
- "version": "1.0.0-alpha.20251008.3",
3
+ "version": "1.0.0-alpha.20251014.1",
4
4
  "description": "A generated SDK for DurableTaskClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -64,48 +64,34 @@
64
64
  ]
65
65
  },
66
66
  "dependencies": {
67
- "@azure/core-util": "^1.12.0",
68
67
  "@azure-rest/core-client": "^2.3.1",
69
68
  "@azure/abort-controller": "^2.1.2",
70
69
  "@azure/core-auth": "^1.9.0",
71
70
  "@azure/core-lro": "^3.1.0",
72
71
  "@azure/core-rest-pipeline": "^1.20.0",
72
+ "@azure/core-util": "^1.12.0",
73
73
  "@azure/logger": "^1.2.0",
74
74
  "tslib": "^2.8.1"
75
75
  },
76
76
  "devDependencies": {
77
- "@azure-tools/test-credential": "workspace:^",
78
- "@azure-tools/test-recorder": "workspace:^",
79
- "@azure-tools/test-utils-vitest": "workspace:^",
80
- "@azure/dev-tool": "workspace:^",
81
- "@azure/eslint-plugin-azure-sdk": "workspace:^",
82
- "@azure/identity": "catalog:internal",
83
- "@types/node": "catalog:",
84
- "@vitest/browser": "catalog:testing",
85
- "@vitest/coverage-istanbul": "catalog:testing",
86
- "dotenv": "catalog:testing",
87
- "eslint": "catalog:",
88
- "playwright": "catalog:testing",
89
- "typescript": "catalog:",
90
- "vitest": "catalog:testing"
91
- },
92
- "scripts": {
93
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
94
- "extract-api": "rimraf review && dev-tool run extract-api",
95
- "pack": "npm pack 2>&1",
96
- "lint": "echo skipped",
97
- "lint:fix": "echo skipped",
98
- "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
99
- "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
100
- "execute:samples": "dev-tool samples run samples-dev",
101
- "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
102
- "generate:client": "echo skipped",
103
- "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
104
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
105
- "test:node": "dev-tool run test:vitest",
106
- "test:node:esm": "dev-tool run test:vitest --esm",
107
- "test": "npm run test:node && npm run test:browser",
108
- "update-snippets": "dev-tool run update-snippets"
77
+ "@azure/identity": "4.11.1",
78
+ "@types/node": "^20.19.0",
79
+ "@vitest/browser": "^3.2.3",
80
+ "@vitest/coverage-istanbul": "^3.2.3",
81
+ "cross-env": "^7.0.3",
82
+ "dotenv": "^16.0.0",
83
+ "eslint": "^9.33.0",
84
+ "playwright": "^1.50.1",
85
+ "prettier": "^3.6.2",
86
+ "rimraf": "^6.0.1",
87
+ "tshy": "^3.0.0",
88
+ "typescript": "~5.9.3",
89
+ "vitest": "^3.2.3",
90
+ "@azure-tools/test-credential": "^2.1.2",
91
+ "@azure-tools/test-utils-vitest": "^2.0.1",
92
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
93
+ "@azure-tools/test-recorder": "^4.1.1",
94
+ "@azure/dev-tool": "^1.0.0"
109
95
  },
110
96
  "//sampleConfiguration": {
111
97
  "productName": "@azure/arm-durabletask",
@@ -246,5 +232,23 @@
246
232
  },
247
233
  "main": "./dist/commonjs/index.js",
248
234
  "types": "./dist/commonjs/index.d.ts",
249
- "module": "./dist/esm/index.js"
250
- }
235
+ "module": "./dist/esm/index.js",
236
+ "scripts": {
237
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
238
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
239
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
240
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
241
+ "execute:samples": "dev-tool samples run samples-dev",
242
+ "extract-api": "rimraf review && dev-tool run extract-api",
243
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
244
+ "generate:client": "echo skipped",
245
+ "lint": "echo skipped",
246
+ "lint:fix": "echo skipped",
247
+ "pack": "pnpm pack 2>&1",
248
+ "test": "npm run test:node && npm run test:browser",
249
+ "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
250
+ "test:node": "dev-tool run test:vitest",
251
+ "test:node:esm": "dev-tool run test:vitest --esm",
252
+ "update-snippets": "dev-tool run update-snippets"
253
+ }
254
+ }