@githolon/client 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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@githolon/client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Nomos Cloud web client — a LOCAL holon for offline-first apps: pulls the workspace ledger (git) from Nomos Cloud, replays it into the in-memory SQLite projection inside the wasm32-wasip1 GitHolon, and exposes dispatch / watch / sync. The browser runs the SAME byte-identical holon artifact the edge runs.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"url": "git+https://github.com/Captain-App/nomos2.git",
|
|
10
10
|
"directory": "cloud/web-client"
|
|
11
11
|
},
|
|
12
|
-
"exports": {
|
|
12
|
+
"exports": {
|
|
13
|
+
".": "./src/index.mjs"
|
|
14
|
+
},
|
|
13
15
|
"files": [
|
|
14
16
|
"src"
|
|
15
17
|
],
|