bard-legends-framework 1.2.0 → 1.3.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": "bard-legends-framework",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "Bard Legends Framework",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {
@@ -33,12 +33,12 @@
33
33
  "pretest": "cls",
34
34
  "test": "vitest run --mode=quick",
35
35
  "test-full": "vitest run && npm run check-types",
36
- "build": "npx ts-node scripts/generate-mangle-cache.ts && tsc -p tsconfig.build.json && tsup && npx ts-node scripts/remove-private-properties-from-build.ts && npm run restart-vitest",
36
+ "build": "npx tsx scripts/generate-mangle-cache.ts && tsc -p tsconfig.build.json && tsup && npx tsx scripts/remove-private-properties-from-build.ts && npm run restart-vitest",
37
37
  "restart-vitest": "touch vitest.config.ts",
38
38
  "lint": "biome check . --write --max-diagnostics=1",
39
39
  "check-types": "tsc --noEmit",
40
40
  "deploy": "npm run test-full && npm run build && npm publish",
41
- "prepack": "cp package.json package.json.bak && ts-node scripts/prepare-package-json.ts",
41
+ "prepack": "cp package.json package.json.bak && npx tsx scripts/prepare-package-json.ts",
42
42
  "postpack": "mv package.json.bak package.json"
43
43
  },
44
44
  "dependencies": {
@@ -47,20 +47,19 @@
47
47
  "reflect-metadata": "0.2.2"
48
48
  },
49
49
  "peerDependencies": {
50
- "actions-lib": "^3.1.0",
51
- "helpers-lib": "^2.0.5",
52
- "script-engine-lib": "^1.0.1"
50
+ "actions-lib": "^3.2.1",
51
+ "helpers-lib": "^2.1.1",
52
+ "script-engine-lib": "^1.1.1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@biomejs/biome": "2.2.4",
56
56
  "@memlab/core": "1.1.43",
57
- "@types/node": "20.12.11",
57
+ "@swc/core": "1.15.18",
58
58
  "@types/p2": "0.7.44",
59
- "tsup": "8.5.1",
60
- "rollup-plugin-swc": "0.2.1",
61
59
  "tslib": "2.6.2",
62
- "typescript": "5.3.3",
63
- "vitest": "3.2.4"
60
+ "tsup": "8.5.1",
61
+ "typescript": "5.9.3",
62
+ "vitest": "4.1.0"
64
63
  },
65
64
  "types": "dist/index.d.ts",
66
65
  "module": "dist/index.mjs",