Comparing version 0.0.12 to 0.0.13
export { gluon } from './gluon'; | ||
export { computed } from './computed'; | ||
export { useGluon } from "./hooks/useGluon"; |
@@ -1,1 +0,1 @@ | ||
export{gluon}from"./gluon.js";export{computed}from"./computed.js";export{useGluon}from"./hooks/useGluon.js"; | ||
export{gluon}from"./gluon.js";export{computed}from"./computed.js"; |
{ | ||
"name": "stayte", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "The persistent state library for the modern web", | ||
@@ -31,2 +31,3 @@ "license": "MIT", | ||
], | ||
"sideEffects": false, | ||
"exports": { | ||
@@ -36,2 +37,6 @@ ".": { | ||
"default": "./dist/index.js" | ||
}, | ||
"./react": { | ||
"types": "./dist/react.d.ts", | ||
"default": "./dist/react.js" | ||
} | ||
@@ -38,0 +43,0 @@ }, |
30742
34
295