bbcode-compiler 0.1.8 → 0.1.9

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 +6 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bbcode-compiler",
3
3
  "type": "module",
4
- "version": "0.1.8",
4
+ "version": "0.1.9",
5
5
  "description": "Parses BBCode and generates HTML ",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -35,14 +35,11 @@
35
35
  "clean": "rm -rf ./dist ./demo/dist",
36
36
  "build": "yarn clean && vite build",
37
37
  "prepublishOnly": "yarn build",
38
- "postinstall": "patch-package",
38
+ "prepare": "patch-package",
39
39
  "lint": "vue-tsc --noEmit && eslint",
40
40
  "test": "vitest",
41
- "benchmark": " node --loader ts-node/esm --experimental-specifier-resolution=node tests/benchmarks/benchmark.ts",
42
- "profile": " node --loader ts-node/esm --experimental-specifier-resolution=node --prof --no-logfile-per-isolate tests/benchmarks/profile.ts && node --prof-process v8.log > v8.txt"
43
- },
44
- "dependencies": {
45
- "patch-package": "^8.0.0"
41
+ "benchmark": "tsx tests/benchmarks/benchmark.ts",
42
+ "profile": "tsx --prof --no-logfile-per-isolate tests/benchmarks/profile.ts && node --prof-process v8.log > v8.txt"
46
43
  },
47
44
  "devDependencies": {
48
45
  "@bbob/html": "^3.0.0",
@@ -70,11 +67,13 @@
70
67
  "markdown-it": "^14.0.0",
71
68
  "mitt": "^3.0.1",
72
69
  "monaco-editor": "^0.50.0",
70
+ "patch-package": "^8.0.0",
73
71
  "quasar": "^2.16.4",
74
72
  "sass": "^1.77.6",
75
73
  "shiki": "^1.9.0",
76
74
  "ts-bbcode-parser": "^1.0.4",
77
75
  "ts-node": "^10.8.1",
76
+ "tsx": "^4.15.7",
78
77
  "typescript": "^5.0.2",
79
78
  "typescript-eslint": "^8.0.0-alpha.24",
80
79
  "vite-plugin-dts": "^3.9.1",