@claude-flow/plugin-gastown-bridge 0.1.0 → 0.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/README.md +5 -2
- package/dist/bridges.cjs +1 -1
- package/dist/bridges.js +1 -1
- package/dist/{chunk-JU7XR5TR.cjs → chunk-CL5Y5TGX.cjs} +3 -3
- package/dist/{chunk-JU7XR5TR.cjs.map → chunk-CL5Y5TGX.cjs.map} +1 -1
- package/dist/{chunk-HACN5YC7.js → chunk-GTFAMI2F.js} +3 -3
- package/dist/{chunk-HACN5YC7.js.map → chunk-GTFAMI2F.js.map} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.js +2 -2
- package/dist/wasm-loader.js +1 -1
- package/package.json +3 -2
package/dist/wasm-loader.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claude-flow/plugin-gastown-bridge",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Gas Town orchestrator integration for Claude Flow V3 with WASM-accelerated formula parsing and graph analysis",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -37,7 +37,8 @@
|
|
|
37
37
|
"dist",
|
|
38
38
|
"wasm/*/pkg/*.wasm",
|
|
39
39
|
"wasm/*/pkg/*.wasm.gz",
|
|
40
|
-
"plugin.yaml"
|
|
40
|
+
"plugin.yaml",
|
|
41
|
+
"README.md"
|
|
41
42
|
],
|
|
42
43
|
"scripts": {
|
|
43
44
|
"build": "tsup",
|