@azure/api-management-custom-widgets-scaffolder 1.0.0-alpha.20240418.1 → 1.0.0-alpha.20240422.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/api-management-custom-widgets-scaffolder",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20240422.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sdk-type": "client",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"build:test": "echo skip",
|
|
44
44
|
"bundle:bin": "rollup -c rollup.config.bin.mjs",
|
|
45
45
|
"build:samples": "echo skip",
|
|
46
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && npm run bundle:bin &&
|
|
46
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test=false && npm run bundle:bin && dev-tool run extract-api",
|
|
47
47
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/templates/**\" \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
48
48
|
"clean": "rimraf --glob dist dist-* types *.tgz *.log",
|
|
49
|
-
"extract-api": "tsc -p . &&
|
|
49
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
50
50
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
51
51
|
"integration-test:browser": "echo skip",
|
|
52
52
|
"integration-test:node": "dev-tool run test:node-ts-input --no-test-proxy=true",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"eslint": "^8.0.0",
|
|
77
77
|
"magic-string": "~0.27.0",
|
|
78
78
|
"mocha": "^10.0.0",
|
|
79
|
-
"
|
|
79
|
+
"nyc": "^15.1.0",
|
|
80
80
|
"rimraf": "^5.0.5",
|
|
81
81
|
"ts-node": "^10.0.0",
|
|
82
82
|
"typescript": "~5.4.5",
|