@weave-framework/check 0.2.107 → 1.0.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Weave template type-checking — virtual `.ts` generation + `tsc`, mapped back to source.
|
|
4
4
|
|
|
5
|
-
Part of **[Weave](https://
|
|
5
|
+
Part of **[Weave](https://weaveframework.dev/)** — a fine-grained reactive, signal-native UI framework: no Virtual DOM, zero third-party runtime dependencies.
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
8
|
npm install -D @weave-framework/check
|
|
@@ -14,7 +14,7 @@ Usually run through the CLI (`weave check`). Scaffolded apps already include it:
|
|
|
14
14
|
npm create weave@latest my-app
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
📚 **Guides + full API reference:** [
|
|
17
|
+
📚 **Guides + full API reference:** [weaveframework.dev](https://weaveframework.dev/)
|
|
18
18
|
|
|
19
19
|
## License
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weave-framework/check",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
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.
|
|
35
|
+
"@weave-framework/compiler": "1.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"typescript": "^5.7.0"
|