@postman-cse/onboarding-bootstrap 0.13.0 → 0.14.0

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 (6) hide show
  1. package/README.md +104 -18
  2. package/action.yml +43 -5
  3. package/dist/action.cjs +64092 -0
  4. package/dist/cli.cjs +5393 -6061
  5. package/dist/index.cjs +16097 -14979
  6. package/package.json +16 -16
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@postman-cse/onboarding-bootstrap",
3
- "version": "0.13.0",
4
- "description": "Public open-alpha Postman bootstrap GitHub Action.",
3
+ "version": "0.14.0",
4
+ "description": "Public customer preview Postman bootstrap GitHub Action.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "bin": {
@@ -17,7 +17,7 @@
17
17
  "node": ">=24"
18
18
  },
19
19
  "scripts": {
20
- "build": "npm run typecheck && rm -rf dist && esbuild src/index.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs && esbuild src/cli.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/cli.cjs",
20
+ "build": "npm run typecheck && rm -rf dist && esbuild src/index.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/index.cjs && esbuild src/main.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/action.cjs && esbuild src/cli.ts --bundle --platform=node --target=node24 --format=cjs --outfile=dist/cli.cjs",
21
21
  "check:dist": "npm run build && git diff --exit-code -- dist",
22
22
  "lint": "eslint .",
23
23
  "lint:fix": "eslint . --fix",
@@ -33,28 +33,28 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@actions/core": "^1.11.1",
37
- "@actions/exec": "^1.1.1",
38
- "@actions/io": "^1.1.3",
36
+ "@actions/core": "^3.0.1",
37
+ "@actions/exec": "^3.0.0",
38
+ "@actions/io": "^3.0.2",
39
39
  "@apidevtools/json-schema-ref-parser": "15.3.5",
40
40
  "@exodus/schemasafe": "1.3.0",
41
- "@readme/openapi-parser": "6.0.1"
41
+ "@readme/openapi-parser": "^6.1.2"
42
42
  },
43
43
  "overrides": {
44
44
  "undici": "^6.24.0",
45
45
  "picomatch": ">=4.0.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@commitlint/cli": "^20.5.0",
49
- "@commitlint/config-conventional": "^20.5.0",
48
+ "@commitlint/cli": "^20.5.3",
49
+ "@commitlint/config-conventional": "^20.5.3",
50
50
  "@eslint/js": "^10.0.1",
51
- "@types/node": "^25.3.5",
52
- "esbuild": "^0.27.3",
53
- "eslint": "^10.1.0",
54
- "typescript": "^5.9.3",
55
- "typescript-eslint": "^8.57.2",
56
- "vitest": "^4.0.18",
57
- "yaml": "^2.8.2"
51
+ "@types/node": "^24.12.4",
52
+ "esbuild": "^0.28.0",
53
+ "eslint": "^10.4.1",
54
+ "typescript": "^6.0.3",
55
+ "typescript-eslint": "^8.60.0",
56
+ "vitest": "^4.1.7",
57
+ "yaml": "^2.9.0"
58
58
  },
59
59
  "repository": {
60
60
  "type": "git",