mol_wire_lib 1.0.528 → 1.0.529

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ Auto wiring modules. It gives ability to:
11
11
 
12
12
  ## Articles about
13
13
 
14
- - [Main Aspects of Reactivity](https://page.hyoo.ru/#!=2xsr05_hu0zzh)
14
+ - [Main Aspects of Reactivity](https://page.hyoo.ru/#!=vuypgx_v55bpt)
15
15
  - [Design of ideal reactivity system](https://page.hyoo.ru/#!=yj0h42_ixzv4p)
16
16
  - [JS Proposal: Auto Wire](https://gist.github.com/nin-jin/6b9765fb9d0d50c2e1d37689008f5357)
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_wire_lib",
3
- "version": "1.0.528",
3
+ "version": "1.0.529",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",