@azure/quantum-jobs 1.0.0-alpha.20250804.2 → 1.0.0-beta.2

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 +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/quantum-jobs",
3
- "version": "1.0.0-alpha.20250804.2",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "An isomorphic client library for Azure Quantum",
5
5
  "sdk-type": "client",
6
6
  "author": "Microsoft Corporation",
@@ -11,25 +11,6 @@
11
11
  "engines": {
12
12
  "node": ">=20.0.0"
13
13
  },
14
- "scripts": {
15
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
16
- "build:samples": "echo Skipped.",
17
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
18
- "clean": "dev-tool run vendored rimraf --glob dist dist-esm dist-browser dist-test dist-test types *.tgz *.log",
19
- "execute:js-samples": "node ../../../common/scripts/run-samples.js samples/javascript/",
20
- "execute:samples": "npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/",
21
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
22
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
23
- "generate:client": "autorest --typescript --use=@autorest/modelerfour@4.15.452 swagger/README.md",
24
- "lint": "eslint package.json src test",
25
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
26
- "pack": "npm pack 2>&1",
27
- "test": "npm run test:node && npm run test:browser",
28
- "test:browser": "echo skipped",
29
- "test:node": "dev-tool run test:vitest",
30
- "test:node:esm": "dev-tool run test:vitest --esm",
31
- "update-snippets": "dev-tool run update-snippets"
32
- },
33
14
  "files": [
34
15
  "dist/",
35
16
  "README.md",
@@ -59,23 +40,23 @@
59
40
  "tslib": "^2.8.1"
60
41
  },
61
42
  "devDependencies": {
62
- "@azure-tools/test-credential": "^2.0.0",
63
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
64
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
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",
43
+ "@azure/identity": "4.11.1",
68
44
  "@azure/logger": "^1.1.4",
69
45
  "@azure/storage-blob": "^12.26.0",
70
- "@types/node": "^20.0.0",
71
- "@vitest/browser": "^3.0.9",
72
- "@vitest/coverage-istanbul": "^3.0.9",
46
+ "@types/node": "^20.19.0",
47
+ "@vitest/browser": "^3.2.3",
48
+ "@vitest/coverage-istanbul": "^3.2.3",
73
49
  "autorest": "latest",
74
50
  "dotenv": "^16.0.0",
75
- "eslint": "^9.9.0",
51
+ "eslint": "^9.33.0",
76
52
  "playwright": "^1.50.1",
77
- "typescript": "~5.8.2",
78
- "vitest": "^3.0.9"
53
+ "typescript": "~5.8.3",
54
+ "vitest": "^3.2.3",
55
+ "@azure-tools/test-credential": "^2.1.1",
56
+ "@azure-tools/test-recorder": "^4.1.0",
57
+ "@azure/dev-tool": "^1.0.0",
58
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
59
+ "@azure-tools/test-utils-vitest": "^2.0.0"
79
60
  },
80
61
  "sideEffects": false,
81
62
  "type": "module",
@@ -117,5 +98,24 @@
117
98
  }
118
99
  }
119
100
  },
120
- "react-native": "./dist/react-native/index.js"
121
- }
101
+ "react-native": "./dist/react-native/index.js",
102
+ "scripts": {
103
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
104
+ "build:samples": "echo Skipped.",
105
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
106
+ "clean": "dev-tool run vendored rimraf --glob dist dist-esm dist-browser dist-test dist-test types *.tgz *.log",
107
+ "execute:js-samples": "node ../../../common/scripts/run-samples.js samples/javascript/",
108
+ "execute:samples": "npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/",
109
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
110
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
111
+ "generate:client": "autorest --typescript --use=@autorest/modelerfour@4.15.452 swagger/README.md",
112
+ "lint": "eslint package.json src test",
113
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
114
+ "pack": "pnpm pack 2>&1",
115
+ "test": "npm run test:node && npm run test:browser",
116
+ "test:browser": "echo skipped",
117
+ "test:node": "dev-tool run test:vitest",
118
+ "test:node:esm": "dev-tool run test:vitest --esm",
119
+ "update-snippets": "dev-tool run update-snippets"
120
+ }
121
+ }