@gmb/bitmark-parser-generator 5.8.0 → 5.9.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/dist/browser/bitmark-parser-generator.min.js +1 -1
- package/dist/browser/bundle-report.html +5 -5
- package/dist/browser/cjs/index.cjs +71 -28
- package/dist/browser/cjs/index.cjs.map +1 -1
- package/dist/browser/cjs/index.d.cts +10 -0
- package/dist/browser/esm/index.d.ts +10 -0
- package/dist/browser/esm/index.js +71 -28
- package/dist/browser/esm/index.js.map +1 -1
- package/dist/cli/main.js +71 -28
- package/dist/cli/main.js.map +1 -1
- package/dist/index.cjs +71 -28
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +71 -28
- package/dist/index.js.map +1 -1
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmb/bitmark-parser-generator",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.9.1",
|
|
4
4
|
"description": "A bitmark parser and generator using Peggy.js",
|
|
5
5
|
"author": "Get More Brain Ltd",
|
|
6
6
|
"license": "ISC",
|
|
@@ -143,37 +143,37 @@
|
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@ncoderz/superenum": "^1.0.0",
|
|
145
145
|
"@types/fs-extra": "^11.0.4",
|
|
146
|
-
"commander": "^14.0.
|
|
147
|
-
"fs-extra": "^11.3.
|
|
146
|
+
"commander": "^14.0.3",
|
|
147
|
+
"fs-extra": "^11.3.3"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@eslint/json": "^0.14.0",
|
|
151
151
|
"@eslint/markdown": "^7.5.1",
|
|
152
|
-
"@swc/core": "^1.15.
|
|
152
|
+
"@swc/core": "^1.15.11",
|
|
153
153
|
"@types/ungap__structured-clone": "^1.2.0",
|
|
154
154
|
"@types/webpack-bundle-analyzer": "^4.7.0",
|
|
155
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
156
|
-
"@typescript-eslint/parser": "^8.
|
|
157
|
-
"diff": "^8.0.
|
|
155
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
156
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
157
|
+
"diff": "^8.0.3",
|
|
158
158
|
"eslint": "^9.39.1",
|
|
159
|
-
"eslint-plugin-prettier": "^5.5.
|
|
159
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
160
160
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
161
161
|
"execa": "^9.6.1",
|
|
162
162
|
"jsdom": "^27.2.0",
|
|
163
163
|
"node-polyfill-webpack-plugin": "^4.1.0",
|
|
164
164
|
"os-browserify": "^0.3.0",
|
|
165
165
|
"peggy": "^5.0.6",
|
|
166
|
-
"prettier": "^3.
|
|
167
|
-
"terser-webpack-plugin": "^5.3.
|
|
166
|
+
"prettier": "^3.8.1",
|
|
167
|
+
"terser-webpack-plugin": "^5.3.16",
|
|
168
168
|
"tsup": "^8.5.1",
|
|
169
169
|
"tsx": "^4.21.0",
|
|
170
|
-
"typedoc": "^0.28.
|
|
171
|
-
"typedoc-plugin-markdown": "^4.
|
|
170
|
+
"typedoc": "^0.28.16",
|
|
171
|
+
"typedoc-plugin-markdown": "^4.10.0",
|
|
172
172
|
"typescript": "^5.9.3",
|
|
173
|
-
"typescript-eslint": "^8.
|
|
174
|
-
"vitest": "^4.0.
|
|
175
|
-
"webpack": "^5.
|
|
176
|
-
"webpack-bundle-analyzer": "^5.0
|
|
173
|
+
"typescript-eslint": "^8.54.0",
|
|
174
|
+
"vitest": "^4.0.18",
|
|
175
|
+
"webpack": "^5.105.0",
|
|
176
|
+
"webpack-bundle-analyzer": "^5.2.0",
|
|
177
177
|
"webpack-cli": "^6.0.1"
|
|
178
178
|
}
|
|
179
179
|
}
|