@gmb/bitmark-parser-generator 4.0.2 → 4.1.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": "@gmb/bitmark-parser-generator",
3
- "version": "4.0.2",
3
+ "version": "4.1.1",
4
4
  "description": "A bitmark parser and generator using Peggy.js",
5
5
  "author": "Get More Brain Ltd",
6
6
  "license": "ISC",
@@ -137,7 +137,6 @@
137
137
  "Richard Sewell (https://github.com/six5536)"
138
138
  ],
139
139
  "dependencies": {
140
- "@types/fs-extra": "^11.0.4",
141
140
  "@ncoderz/superenum": "^0.2.5",
142
141
  "fs-extra": "^11.3.0"
143
142
  },
@@ -145,6 +144,7 @@
145
144
  "@eslint/json": "^0.13.1",
146
145
  "@eslint/markdown": "^7.1.0",
147
146
  "@swc/core": "^1.13.2",
147
+ "@types/fs-extra": "^11.0.4",
148
148
  "@types/ungap__structured-clone": "^1.2.0",
149
149
  "@types/webpack-bundle-analyzer": "^4.7.0",
150
150
  "@typescript-eslint/eslint-plugin": "^8.37.0",