what-framework 0.8.1 → 0.8.2
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/compiler.js +3 -0
- package/dist/compiler.js.map +7 -0
- package/dist/compiler.min.js +2 -0
- package/dist/compiler.min.js.map +7 -0
- package/package.json +6 -6
package/dist/compiler.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../src/compiler.js"],
|
|
4
|
+
"sourcesContent": ["// What Framework - Compiler Runtime Internals\n// Re-exports from what-core/compiler for generated code.\n\nexport * from 'what-core/compiler';\n"],
|
|
5
|
+
"mappings": ";AAGA,cAAc;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../src/compiler.js"],
|
|
4
|
+
"sourcesContent": ["// What Framework - Compiler Runtime Internals\n// Re-exports from what-core/compiler for generated code.\n\nexport * from 'what-core/compiler';\n"],
|
|
5
|
+
"mappings": "AAGA,WAAc",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "what-framework",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "The closest framework to vanilla JS
|
|
3
|
+
"version": "0.8.2",
|
|
4
|
+
"description": "The closest framework to vanilla JS \u2014 signals, components, islands, SSR",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
},
|
|
74
74
|
"homepage": "https://whatfw.com",
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"what-core": "^0.8.
|
|
77
|
-
"what-router": "^0.8.
|
|
78
|
-
"what-server": "^0.8.
|
|
79
|
-
"what-compiler": "^0.8.
|
|
76
|
+
"what-core": "^0.8.2",
|
|
77
|
+
"what-router": "^0.8.2",
|
|
78
|
+
"what-server": "^0.8.2",
|
|
79
|
+
"what-compiler": "^0.8.2"
|
|
80
80
|
}
|
|
81
81
|
}
|