@chakra-ui/react-env
Advanced tools
Comparing version 0.0.0-dev-20220824082222 to 0.0.0-dev-20220920121057
@@ -31,3 +31,3 @@ "use strict"; | ||
// ../../react-shim.js | ||
// ../../../react-shim.js | ||
var import_react = __toESM(require("react")); | ||
@@ -34,0 +34,0 @@ |
@@ -1,2 +0,2 @@ | ||
// ../../react-shim.js | ||
// ../../../react-shim.js | ||
import React from "react"; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@chakra-ui/react-env", | ||
"version": "0.0.0-dev-20220824082222", | ||
"version": "0.0.0-dev-20220920121057", | ||
"description": "Component and hook for handling window and document object in iframe or ssr environment", | ||
@@ -17,4 +17,2 @@ "keywords": [ | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
@@ -30,3 +28,3 @@ "files": [ | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/env" | ||
"directory": "packages/components/env" | ||
}, | ||
@@ -42,7 +40,17 @@ "bugs": { | ||
"react": "^18.0.0", | ||
"react-frame-component": "^5.2.3" | ||
"react-frame-component": "^5.2.3", | ||
"clean-package": "2.1.1" | ||
}, | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.esm.js", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"build": "JSX=1 tsup src/index.ts --dts", | ||
"dev": "pnpm build -- --watch", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
@@ -49,0 +57,0 @@ "typecheck": "tsc --noEmit", |
12092
4