@azure/api-management-custom-widgets-scaffolder 1.0.0-alpha.20240920.2 → 1.0.0-alpha.20240925.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/api-management-custom-widgets-scaffolder",
3
- "version": "1.0.0-alpha.20240920.2",
3
+ "version": "1.0.0-alpha.20240925.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "license": "MIT",
6
6
  "sdk-type": "client",
@@ -35,7 +35,7 @@
35
35
  "bundle:bin": "rollup -c rollup.config.bin.mjs 2>&1",
36
36
  "build:test": "echo skip",
37
37
  "build:samples": "echo skipped",
38
- "build": "npm run clean && tshy && npm run bundle:bin && dev-tool run extract-api",
38
+ "build": "npm run clean && dev-tool run build-package && npm run bundle:bin && dev-tool run extract-api",
39
39
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
40
40
  "clean": "rimraf --glob dist dist-* types *.tgz *.log",
41
41
  "extract-api": "tsc -p . && dev-tool run extract-api",
@@ -47,8 +47,8 @@
47
47
  "lint": "eslint package.json api-extractor.json src test --ignore-pattern templates",
48
48
  "pack": "npm pack 2>&1",
49
49
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
50
- "test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
51
- "test": "npm run clean && tshy && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test",
50
+ "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
51
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test",
52
52
  "unit-test:browser": "echo skipped",
53
53
  "unit-test:node": "dev-tool run test:vitest --no-test-proxy",
54
54
  "unit-test": "npm run unit-test:node && npm run unit-test:browser"
@@ -68,7 +68,6 @@
68
68
  "prettier": "^3.3.3",
69
69
  "rimraf": "^5.0.5",
70
70
  "rollup": "^4.14.0",
71
- "tshy": "^2.0.0",
72
71
  "typescript": "~5.6.2",
73
72
  "vitest": "^2.0.5"
74
73
  },