@wireweave/core 1.0.0-beta.20260107130839 → 1.0.0-beta.20260107132939

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/index.cjs CHANGED
@@ -56103,4 +56103,3 @@ function renderToPureSvg(document, options = {}) {
56103
56103
  *
56104
56104
  * @see https://lucide.dev
56105
56105
  */
56106
- //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -55982,4 +55982,3 @@ export {
55982
55982
  *
55983
55983
  * @see https://lucide.dev
55984
55984
  */
55985
- //# sourceMappingURL=index.js.map
package/dist/parser.cjs CHANGED
@@ -5414,4 +5414,3 @@ function getErrors(source) {
5414
5414
  parse,
5415
5415
  tryParse
5416
5416
  });
5417
- //# sourceMappingURL=parser.cjs.map
package/dist/parser.js CHANGED
@@ -5384,4 +5384,3 @@ export {
5384
5384
  parse,
5385
5385
  tryParse
5386
5386
  };
5387
- //# sourceMappingURL=parser.js.map
package/dist/renderer.cjs CHANGED
@@ -50241,4 +50241,3 @@ function renderToPureSvg(document, options = {}) {
50241
50241
  *
50242
50242
  * @see https://lucide.dev
50243
50243
  */
50244
- //# sourceMappingURL=renderer.cjs.map
package/dist/renderer.js CHANGED
@@ -50199,4 +50199,3 @@ export {
50199
50199
  *
50200
50200
  * @see https://lucide.dev
50201
50201
  */
50202
- //# sourceMappingURL=renderer.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireweave/core",
3
- "version": "1.0.0-beta.20260107130839",
3
+ "version": "1.0.0-beta.20260107132939",
4
4
  "description": "Core parser and renderer for wireweave",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,8 +24,7 @@
24
24
  }
25
25
  },
26
26
  "files": [
27
- "dist",
28
- "src"
27
+ "dist"
29
28
  ],
30
29
  "scripts": {
31
30
  "build:grammar": "peggy --format es -o src/parser/generated-parser.js src/grammar/wireframe.peggy",
@@ -55,5 +54,9 @@
55
54
  "design"
56
55
  ],
57
56
  "author": "",
58
- "license": "MIT"
57
+ "license": "MIT",
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "https://github.com/wireweave/core.git"
61
+ }
59
62
  }