vaderjs 1.3.3-alpha-109 → 1.3.3-alpha-110

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/runtime/vader.js +2 -2
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "vaderjs",
3
3
  "description": "A Reactive library aimed to helping you build reactive applications inspired by react.js",
4
4
  "module": "vader.js",
5
- "version": "1.3.3-alpha-109",
5
+ "version": "1.3.3-alpha-110",
6
6
  "bin": {
7
7
  "vader": "./vader.js"
8
8
  },
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "type": "module",
19
19
  "license": "MIT",
20
- "homepage": "https://vader-js.pages.dev/#/",
20
+ "homepage": "https://vader-js.pages.dev",
21
21
  "repository": {
22
22
  "type": "git",
23
23
  "url": "https://github.com/Postr-Inc/Vader.js"
package/runtime/vader.js CHANGED
@@ -646,11 +646,11 @@ window.Vader = {
646
646
 
647
647
  }
648
648
 
649
+ console.log(Link)
649
650
  export default {
650
651
  Component,
651
652
  useRef,
652
653
  useReducer,
653
654
  useState,
654
- strictMount,
655
- Link
655
+ strictMount
656
656
  }