arche 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.
package/README.md CHANGED
@@ -217,7 +217,7 @@ Pull requests should provide some basic context and link the relevant issue. If
217
217
  For more information please see [CONTRIBUTING.md](https://github.com/richytong/arche/blob/master/CONTRIBUTING.md)
218
218
 
219
219
  # License
220
- Arche is [MIT Licensed](https://github.com/a-synchronous/rubico/blob/master/LICENSE).
220
+ Arche is distributed under the [CFOSS License](https://cloutsworld.com/en-us/legal/license/cfoss).
221
221
 
222
222
  # Support
223
223
  * minimum Node.js version: 14
package/es.js CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
- * Arche v1.0.3
2
+ * Arche
3
3
  * https://arche.gallery/
4
- *
5
4
  * © Richard Yufei Tong, King of Software
6
5
  * Arche may be freely distributed under the CFOSS license.
7
6
  */
package/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
- * Arche v1.0.3
2
+ * Arche
3
3
  * https://arche.gallery/
4
- *
5
4
  * © Richard Yufei Tong, King of Software
6
5
  * Arche may be freely distributed under the CFOSS license.
7
6
  */
package/index.mjs CHANGED
@@ -1,7 +1,6 @@
1
1
  /**
2
- * Arche v1.0.3
2
+ * Arche
3
3
  * https://arche.gallery/
4
- *
5
4
  * © Richard Yufei Tong, King of Software
6
5
  * Arche may be freely distributed under the CFOSS license.
7
6
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arche",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "HTML as JavaScript",
5
5
  "author": "Richard Tong",
6
6
  "license": "CFOSS",