inertjs-vector 1.0.0-beta.0 → 1.0.0-beta.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/README.md +14 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# inertjs-vector
|
|
2
|
+
|
|
3
|
+
The lightning-fast, out-of-order HTML template streaming engine for InertJS.
|
|
4
|
+
|
|
5
|
+
## About InertJS
|
|
6
|
+
|
|
7
|
+
InertJS is an ultra-fast, zero-build-step JavaScript framework designed for the modern web.
|
|
8
|
+
|
|
9
|
+
For full documentation, guides, and API reference, please visit our official website:
|
|
10
|
+
**[https://inertjs.org](https://inertjs.org)**
|
|
11
|
+
|
|
12
|
+
## License
|
|
13
|
+
|
|
14
|
+
This project is licensed under the **MIT License**.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "inertjs-vector",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"inertjs-optimizer": "^1.0.0-beta.
|
|
7
|
+
"inertjs-optimizer": "^1.0.0-beta.2"
|
|
8
8
|
},
|
|
9
9
|
"engines": {
|
|
10
10
|
"node": ">=22.0.0"
|