@azure/attestation 1.0.1-alpha.20240419.1 → 1.0.1-alpha.20240424.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 +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/attestation",
3
- "version": "1.0.1-alpha.20240419.1",
3
+ "version": "1.0.1-alpha.20240424.1",
4
4
  "description": "Javascript/Typescript client implementation for the Microsoft Azure Attestation service.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -34,11 +34,11 @@
34
34
  "build:nodebrowser": "dev-tool run bundle",
35
35
  "build:samples": "echo Obsolete.",
36
36
  "build:test": "tsc -p . && dev-tool run bundle",
37
- "build": "npm run clean && tsc -p . && npm run build:nodebrowser && api-extractor run --local",
37
+ "build": "npm run clean && tsc -p . && npm run build:nodebrowser && dev-tool run extract-api",
38
38
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
39
39
  "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
40
40
  "execute:samples": "dev-tool samples run samples-dev",
41
- "extract-api": "tsc -p . && api-extractor run --local",
41
+ "extract-api": "tsc -p . && dev-tool run extract-api",
42
42
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
43
43
  "generate:client": "autorest --typescript ./swagger/README.md",
44
44
  "integration-test:browser": "dev-tool run test:browser",
@@ -107,7 +107,6 @@
107
107
  "cross-env": "^7.0.2",
108
108
  "dotenv": "^16.0.0",
109
109
  "eslint": "^8.0.0",
110
- "esm": "^3.2.18",
111
110
  "inherits": "^2.0.3",
112
111
  "karma": "^6.2.0",
113
112
  "karma-chrome-launcher": "^3.0.0",
@@ -122,7 +121,7 @@
122
121
  "karma-source-map-support": "~1.4.0",
123
122
  "karma-sourcemap-loader": "^0.3.8",
124
123
  "mocha": "^10.0.0",
125
- "c8": "^9.1.0",
124
+ "nyc": "^15.1.0",
126
125
  "rimraf": "^5.0.5",
127
126
  "safe-buffer": "^5.2.1",
128
127
  "source-map-support": "^0.5.9",