@weave-framework/check 0.2.0 → 0.2.53

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @weave-framework/check — template type-checking (M8).
2
+ * @weave-framework/check — template type-checking.
3
3
  *
4
4
  * Generates a never-bundled virtual `.ts` per component (verbatim `setup` + a
5
5
  * synthesized `__weave__()` placing each template expression against
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @weave-framework/check — template type-checking (M8).
2
+ * @weave-framework/check — template type-checking.
3
3
  *
4
4
  * Generates a never-bundled virtual `.ts` per component (verbatim `setup` + a
5
5
  * synthesized `__weave__()` placing each template expression against
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weave-framework/check",
3
- "version": "0.2.0",
3
+ "version": "0.2.53",
4
4
  "description": "Weave template type-checking — virtual .ts generation + tsc, mapped back to source.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -32,7 +32,7 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@weave-framework/compiler": "0.2.0"
35
+ "@weave-framework/compiler": "0.2.53"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "typescript": "^5.7.0"