@azure-rest/confidential-ledger 1.1.2-alpha.20250808.1 → 1.1.2-alpha.20250826.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.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic rest level client library for the Azure Confidential Ledger service.",
6
- "version": "1.1.2-alpha.20250808.1",
6
+ "version": "1.1.2-alpha.20250826.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -48,24 +48,6 @@
48
48
  "disableDocsMs": true,
49
49
  "apiRefLink": "https://learn.microsoft.com/azure/confidential-ledger"
50
50
  },
51
- "scripts": {
52
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
53
- "build:samples": "echo skipped.",
54
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
55
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
56
- "execute:samples": "dev-tool samples run samples-dev",
57
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
58
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
59
- "generate:client": "autorest --typescript swagger/README.md && npm run format",
60
- "lint": "eslint package.json src test",
61
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
62
- "pack": "npm pack 2>&1",
63
- "test": "npm run test:node && npm run test:browser",
64
- "test:browser": "echo \"Browser is not supported.\" && exit 0",
65
- "test:node": "dev-tool run test:vitest",
66
- "test:node:esm": "dev-tool run test:vitest --esm",
67
- "update-snippets": "dev-tool run update-snippets"
68
- },
69
51
  "sideEffects": false,
70
52
  "autoPublish": false,
71
53
  "dependencies": {
@@ -76,18 +58,18 @@
76
58
  "tslib": "^2.8.1"
77
59
  },
78
60
  "devDependencies": {
79
- "@azure-tools/test-credential": "^2.0.0",
80
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
81
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
82
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
83
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
84
- "@azure/identity": "^4.10.0",
85
- "@types/node": "^20.0.0",
86
- "@vitest/coverage-istanbul": "^3.0.9",
61
+ "@azure/identity": "4.11.1",
62
+ "@types/node": "^20.19.0",
63
+ "@vitest/coverage-istanbul": "^3.2.3",
87
64
  "dotenv": "^16.0.0",
88
- "eslint": "^9.9.0",
89
- "typescript": "~5.8.2",
90
- "vitest": "^3.0.9"
65
+ "eslint": "^9.33.0",
66
+ "typescript": "~5.8.3",
67
+ "vitest": "^3.2.3",
68
+ "@azure-tools/test-recorder": "^4.1.0",
69
+ "@azure-tools/test-utils-vitest": "^2.0.0",
70
+ "@azure-tools/test-credential": "^2.1.1",
71
+ "@azure/dev-tool": "^1.0.0",
72
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
91
73
  },
92
74
  "type": "module",
93
75
  "tshy": {
@@ -114,5 +96,22 @@
114
96
  "default": "./dist/commonjs/index.js"
115
97
  }
116
98
  }
99
+ },
100
+ "scripts": {
101
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
102
+ "build:samples": "tsc -p tsconfig.samples.json",
103
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
104
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
105
+ "execute:samples": "dev-tool samples run samples-dev",
106
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
107
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
108
+ "generate:client": "autorest --typescript swagger/README.md && npm run format",
109
+ "lint": "eslint package.json src test",
110
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
111
+ "pack": "pnpm pack 2>&1",
112
+ "test": "npm run test:node && npm run test:browser",
113
+ "test:browser": "echo \"Browser is not supported.\" && exit 0",
114
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
115
+ "update-snippets": "dev-tool run update-snippets"
117
116
  }
118
- }
117
+ }