@quolu/lattice 0.68.0 → 0.68.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.
File without changes
File without changes
File without changes
File without changes
package/bin/lattice.mjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quolu/lattice",
3
- "version": "0.68.0",
3
+ "version": "0.68.1",
4
4
  "description": "Schedulability compiler for multi-agent development: observe real code boundaries, refactor the conflicting seam, recompile the plan for parallel execution",
5
5
  "author": {
6
6
  "name": "Quo / クオ at kitepon.dev",
@@ -64,15 +64,15 @@
64
64
  "ignore": "^7.0.5",
65
65
  "jsonc-parser": "^3.3.1",
66
66
  "picomatch": "^4.0.3",
67
+ "remark-gfm": "^4.0.1",
68
+ "remark-parse": "^11.0.0",
67
69
  "sisteransi": "^1.0.5",
68
70
  "tree-sitter-wasms": "^0.1.11",
71
+ "unified": "^11.0.5",
69
72
  "web-tree-sitter": "^0.25.3"
70
73
  },
71
74
  "devDependencies": {
72
- "micromark-util-decode-string": "^2.0.1",
73
- "remark-gfm": "^4.0.1",
74
- "remark-parse": "^11.0.0",
75
- "unified": "^11.0.5"
75
+ "micromark-util-decode-string": "^2.0.1"
76
76
  },
77
77
  "scripts": {
78
78
  "prepack": "npm --prefix sensor run build",
File without changes
File without changes
File without changes
File without changes
File without changes