@firsthandjs/core 0.4.0 → 0.6.0

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/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -64,7 +64,7 @@ export interface DevtoolsHook {
64
64
  /** The node and property a part is writing, from inside its own effect. */
65
65
  part(node: object, property: string): void;
66
66
  /**
67
- * What the query cache just did: an entry created, invalidated or dropped.
67
+ * What a resource just did: created, invalidated or dropped.
68
68
  *
69
69
  * The cache is the one part of the framework whose behaviour is not in the
70
70
  * reactive graph — a tag match is a decision rather than an edge.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firsthandjs/core",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "Fine-grained reactive core: signals, computeds, effects, owners and context. No DOM.",
5
5
  "license": "MIT",
6
6
  "type": "module",