@azure/attestation 1.0.1-alpha.20241023.1 → 1.0.1-alpha.20241024.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.
- package/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/attestation",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.20241024.1",
|
|
4
4
|
"description": "Javascript/Typescript client implementation for the Microsoft Azure Attestation service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"types": "./dist/commonjs/index.d.ts",
|
|
22
22
|
"scripts": {
|
|
23
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
23
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
24
24
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
25
25
|
"build:browser": "dev-tool run build-package && dev-tool run build-test",
|
|
26
26
|
"build:node": "dev-tool run build-package && dev-tool run build-test",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build:samples": "echo Obsolete.",
|
|
29
29
|
"build:test": "dev-tool run build-package && dev-tool run build-test",
|
|
30
30
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
31
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
31
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
32
32
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
33
33
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
34
34
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -88,7 +88,6 @@
|
|
|
88
88
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
89
89
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
90
90
|
"@azure/identity": "^4.0.1",
|
|
91
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
92
91
|
"@types/node": "^18.0.0",
|
|
93
92
|
"@vitest/browser": "^2.1.3",
|
|
94
93
|
"@vitest/coverage-istanbul": "^2.1.3",
|
|
@@ -98,7 +97,6 @@
|
|
|
98
97
|
"eslint": "^9.9.0",
|
|
99
98
|
"inherits": "^2.0.3",
|
|
100
99
|
"playwright": "^1.48.1",
|
|
101
|
-
"rimraf": "^5.0.5",
|
|
102
100
|
"safe-buffer": "^5.2.1",
|
|
103
101
|
"typescript": "~5.6.2",
|
|
104
102
|
"util": "^0.12.1",
|