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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # jeopi-wire
2
2
 
3
- Shared TypeScript wire contracts for omp collab live sessions.
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
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Shared wire types for the omp collab live-session protocol.
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "jeopi-wire",
4
- "version": "16.2.26",
4
+ "version": "16.2.28",
5
5
  "description": "Shared wire protocol types for Oh My Pi packages",
6
6
  "homepage": "https://github.com/akillness/jeopi",
7
7
  "author": "Can Boluk",
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Shared wire types for the omp collab live-session protocol.
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