sprae 2.2.0 → 2.2.1

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 (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +2 -1
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "sprae",
3
3
  "description": "DOM microhydration.",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
7
7
  "type": "module",
8
8
  "dependencies": {
9
9
  "@preact/signals-core": "^1.2.2",
10
10
  "element-props": "^2.4.2",
11
- "jsdom": "^20.0.3",
12
11
  "primitive-pool": "^2.0.0",
13
12
  "signal-struct": "^1.5.1",
14
13
  "sube": "^2.2.1",
@@ -19,6 +18,7 @@
19
18
  "es-module-shims": "^1.6.2",
20
19
  "esbuild": "^0.15.14",
21
20
  "hyperf": "^1.4.0",
21
+ "jsdom": "^20.0.3",
22
22
  "terser": "^5.15.1",
23
23
  "tst": "^7.1.1",
24
24
  "usignal": "^0.8.9",
package/readme.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  > DOM microhydration with `:` attributes
4
4
 
5
- A lightweight essential alternative to [alpine](https://github.com/alpinejs/alpine), [petite-vue](https://github.com/vuejs/petite-vue), [templize](https://github.com/dy/templize) or JSX with better ergonomics[*](#justification).
5
+ A lightweight essential alternative to [alpine](https://github.com/alpinejs/alpine), [petite-vue](https://github.com/vuejs/petite-vue), [templize](https://github.com/dy/templize) or JSX with better ergonomics[*](#justification).<br>
6
+ It is reminiscent of [XSLT](https://www.w3schools.com/xml/xsl_intro.asp), considered a [buried treasure](https://github.com/bahrus/be-restated) by web-connoisseurs.
6
7
 
7
8
 
8
9
  ## Usage