jeopi-wire 16.2.26 → 16.2.28
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 +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# jeopi-wire
|
|
2
2
|
|
|
3
|
-
Shared TypeScript wire contracts for
|
|
3
|
+
Shared TypeScript wire contracts for jeopi collab live sessions.
|
|
4
4
|
|
|
5
5
|
The package contains only JSON-safe protocol shapes and constants. It has no runtime dependencies and is consumed by both the host CLI (`jeopi`) and browser guest (`jeopi-collab-web`).
|
|
6
6
|
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Shared wire types for the
|
|
2
|
+
* Shared wire types for the jeopi collab live-session protocol.
|
|
3
3
|
*
|
|
4
4
|
* Dependency-free JSON shapes produced by `jeopi`
|
|
5
5
|
* (`src/collab/protocol.ts` and friends). Browser and test clients import this
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Shared wire types for the
|
|
2
|
+
* Shared wire types for the jeopi collab live-session protocol.
|
|
3
3
|
*
|
|
4
4
|
* Dependency-free JSON shapes produced by `jeopi`
|
|
5
5
|
* (`src/collab/protocol.ts` and friends). Browser and test clients import this
|