solid-refresh
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -7,3 +7,3 @@ 'use strict'; | ||
function hot(Comp, hot) { | ||
function hot$1(Comp, hot) { | ||
if (hot) { | ||
@@ -23,3 +23,3 @@ const [comp, setComp] = solidJs.createSignal(Comp); | ||
function hot$1(Comp, isHot) { | ||
function hot(Comp, isHot) { | ||
let _$Component = Comp; | ||
@@ -39,3 +39,3 @@ function _$handler(newModule) { | ||
exports.esm = hot$1; | ||
exports.standard = hot; | ||
exports.esm = hot; | ||
exports.standard = hot$1; |
@@ -6,7 +6,7 @@ { | ||
"license": "MIT", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/ryansolid/solid-refresh#readme", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/solidui/solid-refresh#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ryansolid/solid-refresh" | ||
"url": "https://github.com/solidui/solid-refresh" | ||
}, | ||
@@ -25,9 +25,9 @@ "main": "dist/solid-refresh.js", | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "11.1.1", | ||
"rollup": "^2.39.0", | ||
"solid-js": "^0.25.0" | ||
"@rollup/plugin-node-resolve": "11.2.1", | ||
"rollup": "^2.45.0", | ||
"solid-js": "^0.26.3" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^0.25.0" | ||
"solid-js": "*" | ||
} | ||
} |
@@ -6,6 +6,6 @@ # Solid Refresh | ||
* Webpack | ||
* Vite (with option `bundler: "vite"`) | ||
* Parcel | ||
* Rollup/Nollup | ||
* Vite (with option `bundler: "esm"`) | ||
## How it works | ||
@@ -12,0 +12,0 @@ |
Sorry, the diff of this file is not supported yet
7235
6