weave-framework 1.0.3 → 1.0.4

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weave-framework",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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": [
@@ -26,12 +26,12 @@
26
26
  "access": "public"
27
27
  },
28
28
  "dependencies": {
29
- "@weave-framework/store": "1.0.3",
30
- "@weave-framework/forms": "1.0.3",
31
- "@weave-framework/router": "1.0.3",
32
- "@weave-framework/runtime": "1.0.3",
33
- "@weave-framework/i18n": "1.0.3",
34
- "@weave-framework/data": "1.0.3"
29
+ "@weave-framework/runtime": "1.0.4",
30
+ "@weave-framework/router": "1.0.4",
31
+ "@weave-framework/forms": "1.0.4",
32
+ "@weave-framework/i18n": "1.0.4",
33
+ "@weave-framework/store": "1.0.4",
34
+ "@weave-framework/data": "1.0.4"
35
35
  },
36
36
  "license": "MIT"
37
37
  }