@gmb/bitmark-parser-generator 4.20.0 → 5.0.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/bin/run +4 -0
- package/dist/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +6 -5
- package/dist/browser/cjs/index.cjs +214 -138
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +1863 -3728
- package/dist/browser/esm/index.d.ts +1863 -3728
- package/dist/browser/esm/index.js +228 -152
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/cli/main.js +39514 -0
- package/dist/cli/main.js.map +1 -0
- package/dist/index.cjs +217 -140
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1863 -3728
- package/dist/index.d.ts +1863 -3728
- package/dist/index.js +231 -154
- package/dist/index.js.map +1 -1
- package/package.json +29 -23
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmb/bitmark-parser-generator",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "A bitmark parser and generator using Peggy.js",
|
|
5
5
|
"author": "Get More Brain Ltd",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"homepage": "https://github.com/getMoreBrain/bitmark-parser-generator#readme",
|
|
8
|
+
"bin": {
|
|
9
|
+
"bitmark-parser": "bin/run"
|
|
10
|
+
},
|
|
8
11
|
"type": "module",
|
|
9
12
|
"browser": "./dist/browser/bitmark-parser-generator.min.js",
|
|
10
13
|
"module": "./dist/index.js",
|
|
@@ -98,6 +101,7 @@
|
|
|
98
101
|
"regenerate-bitmark-test-json": "tsx ./test/custom/dev/devRegenerateBitmarkTestJson.ts",
|
|
99
102
|
"prepublishOnly": "npm run clean && npm run build && npm run test",
|
|
100
103
|
"clean": "tsx scripts/clean.ts",
|
|
104
|
+
"ncu": "npx -y npm-check-updates -i",
|
|
101
105
|
"tsup": "tsup",
|
|
102
106
|
"tsc": "tsc",
|
|
103
107
|
"webpack": "webpack"
|
|
@@ -137,37 +141,39 @@
|
|
|
137
141
|
"Richard Sewell (https://github.com/six5536)"
|
|
138
142
|
],
|
|
139
143
|
"dependencies": {
|
|
140
|
-
"@ncoderz/superenum": "^0.
|
|
144
|
+
"@ncoderz/superenum": "^1.0.0",
|
|
141
145
|
"@types/fs-extra": "^11.0.4",
|
|
142
|
-
"
|
|
146
|
+
"commander": "^14.0.2",
|
|
147
|
+
"fs-extra": "^11.3.2"
|
|
143
148
|
},
|
|
144
149
|
"devDependencies": {
|
|
145
|
-
"@eslint/json": "^0.
|
|
146
|
-
"@eslint/markdown": "^7.1
|
|
147
|
-
"@swc/core": "^1.
|
|
150
|
+
"@eslint/json": "^0.14.0",
|
|
151
|
+
"@eslint/markdown": "^7.5.1",
|
|
152
|
+
"@swc/core": "^1.15.3",
|
|
148
153
|
"@types/ungap__structured-clone": "^1.2.0",
|
|
149
154
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
150
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
151
|
-
"@typescript-eslint/parser": "^8.
|
|
152
|
-
"diff": "^8.0.
|
|
153
|
-
"eslint": "^9.
|
|
154
|
-
"eslint-plugin-prettier": "^5.5.
|
|
155
|
+
"@typescript-eslint/eslint-plugin": "^8.48.0",
|
|
156
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
157
|
+
"diff": "^8.0.2",
|
|
158
|
+
"eslint": "^9.39.1",
|
|
159
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
155
160
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
156
|
-
"
|
|
161
|
+
"execa": "^9.6.1",
|
|
162
|
+
"jsdom": "^27.2.0",
|
|
157
163
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
158
164
|
"os-browserify": "^0.3.0",
|
|
159
|
-
"peggy": "^5.0.
|
|
160
|
-
"prettier": "^3.
|
|
165
|
+
"peggy": "^5.0.6",
|
|
166
|
+
"prettier": "^3.7.3",
|
|
161
167
|
"terser-webpack-plugin": "^5.3.14",
|
|
162
|
-
"tsup": "^8.5.
|
|
163
|
-
"tsx": "^4.
|
|
164
|
-
"typedoc": "^0.28.
|
|
165
|
-
"typedoc-plugin-markdown": "^4.
|
|
166
|
-
"typescript": "^5.
|
|
167
|
-
"typescript-eslint": "^8.
|
|
168
|
-
"vitest": "^
|
|
169
|
-
"webpack": "^5.
|
|
170
|
-
"webpack-bundle-analyzer": "^
|
|
168
|
+
"tsup": "^8.5.1",
|
|
169
|
+
"tsx": "^4.21.0",
|
|
170
|
+
"typedoc": "^0.28.15",
|
|
171
|
+
"typedoc-plugin-markdown": "^4.9.0",
|
|
172
|
+
"typescript": "^5.9.3",
|
|
173
|
+
"typescript-eslint": "^8.48.0",
|
|
174
|
+
"vitest": "^4.0.14",
|
|
175
|
+
"webpack": "^5.103.0",
|
|
176
|
+
"webpack-bundle-analyzer": "^5.0.1",
|
|
171
177
|
"webpack-cli": "^6.0.1"
|
|
172
178
|
}
|
|
173
179
|
}
|