@flywire/react-headlessui
Advanced tools
Comparing version 0.0.3-2 to 0.0.4-0
@@ -17,3 +17,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./hooks"), exports); | ||
__exportStar(require("./components"), exports); |
@@ -1,3 +0,2 @@ | ||
export * from './hooks'; | ||
export * from './components'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,2 @@ | ||
export * from './hooks'; | ||
export * from './components'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -21,3 +21,3 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
else if (typeof define === "function" && define.amd) { | ||
define(["require", "exports", "./hooks", "./components"], factory); | ||
define(["require", "exports", "./components"], factory); | ||
} | ||
@@ -27,4 +27,3 @@ })(function (require, exports) { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./hooks"), exports); | ||
__exportStar(require("./components"), exports); | ||
}); |
@@ -1,3 +0,2 @@ | ||
export * from './hooks'; | ||
export * from './components'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@flywire/react-headlessui", | ||
"version": "0.0.3-2", | ||
"version": "0.0.4-0", | ||
"description": "Headless UI components", | ||
"main": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/types/index.d.ts", | ||
"main": "./dist/umd/index.js", | ||
"types": "./dist/umd/types/index.d.ts", | ||
"module": "./dist/esm/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"default": "./dist/esm/index.mjs", | ||
"types": "./dist/esm/types/index.d.ts" | ||
"types": "./dist/esm/types/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"default": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/types/index.d.ts" | ||
}, | ||
"default": { | ||
"default": "./dist/umd/index.js", | ||
"types": "./dist/umd/types/index.d.ts" | ||
"types": "./dist/cjs/types/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
@@ -24,16 +21,11 @@ }, | ||
"import": { | ||
"default": "./dist/esm/hooks/index.js", | ||
"types": "./dist/esm/types/hooks/index.d.ts" | ||
"types": "./dist/esm/types/hooks/index.d.ts", | ||
"default": "./dist/esm/hooks/index.js" | ||
}, | ||
"require": { | ||
"default": "./dist/cjs/hooks/index.js", | ||
"types": "./dist/cjs/types/hooks/index.d.ts" | ||
}, | ||
"default": { | ||
"default": "./dist/umd/hooks/index.js", | ||
"types": "./dist/umd/types/hooks/index.d.ts" | ||
"types": "./dist/cjs/types/hooks/index.d.ts", | ||
"default": "./dist/cjs/hooks/index.js" | ||
} | ||
} | ||
}, | ||
"module": "./dist/esm/index.mjs", | ||
"files": [ | ||
@@ -45,3 +37,3 @@ "dist/**/*" | ||
"build:cjs": "tsc -p ./tsconfig.cjs.json", | ||
"build:esm": "tsc -p ./tsconfig.esm.json && mv dist/esm/index.js dist/esm/index.mjs", | ||
"build:esm": "tsc -p ./tsconfig.esm.json", | ||
"build:umd": "tsc -p ./tsconfig.umd.json", | ||
@@ -48,0 +40,0 @@ "build:js": "rimraf dist && npm run build:esm && npm run build:cjs && npm run build:umd", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297493
4801
1