@rindle/client 0.10.1 → 0.10.3

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/dist/types.d.ts CHANGED
@@ -174,7 +174,7 @@ export interface BackendDevObserver {
174
174
  * prediction is the client's best current answer); reversion on rejection is an
175
175
  * event (`onRejected`), not a downgrade of completeness;
176
176
  * - `error` — RESERVED for a future server-side, query-level error signal
177
- * (see `designs/QUERY-ERRORS-DESIGN.md`); no longer produced by a pending mutation.
177
+ * (see `designs/101-QUERY-ERRORS-DESIGN.md`); no longer produced by a pending mutation.
178
178
  * "Is a prediction pending here?" is now a separate reactive axis (the backend's `pending(qid)` /
179
179
  * `onPending`), not folded into this type. A backend with no server lifecycle (the in-process
180
180
  * engine) leaves every view `complete`. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rindle/client",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.ts CHANGED
@@ -148,7 +148,7 @@ export interface BackendDevObserver {
148
148
  * prediction is the client's best current answer); reversion on rejection is an
149
149
  * event (`onRejected`), not a downgrade of completeness;
150
150
  * - `error` — RESERVED for a future server-side, query-level error signal
151
- * (see `designs/QUERY-ERRORS-DESIGN.md`); no longer produced by a pending mutation.
151
+ * (see `designs/101-QUERY-ERRORS-DESIGN.md`); no longer produced by a pending mutation.
152
152
  * "Is a prediction pending here?" is now a separate reactive axis (the backend's `pending(qid)` /
153
153
  * `onPending`), not folded into this type. A backend with no server lifecycle (the in-process
154
154
  * engine) leaves every view `complete`. */