weave-framework 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 +8 -8
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
*No Virtual DOM. No dependency arrays. No ceremony. Just the threads you need, woven tight.*
|
|
10
10
|
|
|
11
|
-
[π **Documentation**](https://
|
|
11
|
+
[π **Documentation**](https://weaveframework.dev/) Β· [π Get started](https://weaveframework.dev/)
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
|
@@ -64,7 +64,7 @@ None of this makes the others "wrong." It's a different set of tradeβoffs β
|
|
|
64
64
|
|
|
65
65
|
Installation, your first component, guides, and the complete API reference all live in the documentation:
|
|
66
66
|
|
|
67
|
-
### β **[Read the documentation](https://
|
|
67
|
+
### β **[Read the documentation](https://weaveframework.dev/)**
|
|
68
68
|
|
|
69
69
|
---
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weave-framework",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Weave β a fine-grained reactive, signal-native UI framework. Compiled, TypeScript-first, no Virtual DOM, zero third-party dependencies. This meta-package installs the framework; see the docs to get started.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"compiler",
|
|
15
15
|
"typescript"
|
|
16
16
|
],
|
|
17
|
-
"homepage": "https://
|
|
17
|
+
"homepage": "https://weaveframework.dev/",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "git+https://github.com/weave-framework/weave.git"
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@weave-framework/runtime": "0.
|
|
30
|
-
"@weave-framework/
|
|
31
|
-
"@weave-framework/
|
|
32
|
-
"@weave-framework/
|
|
33
|
-
"@weave-framework/
|
|
34
|
-
"@weave-framework/data": "0.
|
|
29
|
+
"@weave-framework/runtime": "1.0.0",
|
|
30
|
+
"@weave-framework/forms": "1.0.0",
|
|
31
|
+
"@weave-framework/router": "1.0.0",
|
|
32
|
+
"@weave-framework/store": "1.0.0",
|
|
33
|
+
"@weave-framework/i18n": "1.0.0",
|
|
34
|
+
"@weave-framework/data": "1.0.0"
|
|
35
35
|
},
|
|
36
36
|
"license": "MIT"
|
|
37
37
|
}
|