actview 1.0.4 → 1.0.5
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "actview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Configuration-driven MVVM born for Campaign/Marketing single pages: selector + config for automatic data binding, supporting reactive/ref, computed, watch/watchEffect, JSX rendering, and quick event mounting.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.cjs",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"url": ""
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@actview/core": "^1.0.
|
|
40
|
-
"@actview/jsx": "^1.0.
|
|
41
|
-
"@actview/router": "^1.0.
|
|
39
|
+
"@actview/core": "^1.0.5",
|
|
40
|
+
"@actview/jsx": "^1.0.5",
|
|
41
|
+
"@actview/router": "^1.0.5"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|