@xema/omni-protocol 0.1.21 → 0.1.22

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.
Files changed (2) hide show
  1. package/guide.md +1 -1
  2. package/package.json +1 -1
package/guide.md CHANGED
@@ -1871,7 +1871,7 @@ Returns the provider's complete authoritative state at one point in time.
1871
1871
  order.
1872
1872
  - `tasks` must contain every task currently owned by this agent for this provider.
1873
1873
  - A snapshot replaces Omni's state for this provider; it is not a partial patch.
1874
- - The adapter may return synchronously when it already holds current live values, as Jema does, or
1874
+ - The adapter may return synchronously when it already holds current live values, or
1875
1875
  asynchronously when it must obtain state.
1876
1876
 
1877
1877
  ### `Connection.subscribe(listener)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xema/omni-protocol",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "The Omni protocol: the contract every provider adapter implements",
5
5
  "type": "module",
6
6
  "license": "MIT",