@azure/api-management-custom-widgets-scaffolder 1.0.0-alpha.20250430.1 → 1.0.0-alpha.20250513.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
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.20250513.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"sdk-type": "client",
|
|
@@ -32,24 +32,18 @@
|
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "npm run clean && dev-tool run build-package && npm run bundle:bin && dev-tool run extract-api",
|
|
34
34
|
"build:samples": "echo skipped",
|
|
35
|
-
"build:test": "echo skip",
|
|
36
35
|
"bundle:bin": "rollup -c rollup.config.bin.mjs 2>&1",
|
|
37
36
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
38
37
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
|
|
39
38
|
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
40
39
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
41
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
42
|
-
"integration-test:browser": "echo skipped",
|
|
43
|
-
"integration-test:node": "dev-tool run test:vitest --no-test-proxy -- -coverage",
|
|
44
40
|
"lint": "eslint package.json api-extractor.json src test --ignore-pattern templates",
|
|
45
41
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion] --ignore-pattern templates",
|
|
46
42
|
"pack": "npm pack 2>&1",
|
|
47
|
-
"test": "npm run
|
|
48
|
-
"test:browser": "
|
|
49
|
-
"test:node": "
|
|
50
|
-
"
|
|
51
|
-
"unit-test:browser": "echo skipped",
|
|
52
|
-
"unit-test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
43
|
+
"test": "npm run test:node && npm run test:browser",
|
|
44
|
+
"test:browser": "echo skipped",
|
|
45
|
+
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
46
|
+
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
53
47
|
"update-snippets": "dev-tool run update-snippets"
|
|
54
48
|
},
|
|
55
49
|
"devDependencies": {
|