nextjs-themes
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -5,8 +5,8 @@ { | ||
"private": false, | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.", | ||
"license": "MPL-2.0", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"main": "./index.js", | ||
"module": "./index.mjs", | ||
"types": "./index.d.ts", | ||
"repository": "github:react18-tools/nextjs-themes", | ||
@@ -16,64 +16,61 @@ "bugs": "https://github.com/react18-tools/nextjs-themes/issues", | ||
"sideEffects": false, | ||
"files": [ | ||
"dist/**" | ||
], | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"require": "./index.js", | ||
"import": "./index.mjs", | ||
"types": "./index.d.ts" | ||
}, | ||
"./client": { | ||
"require": "./dist/client/index.js", | ||
"import": "./dist/client/index.mjs", | ||
"types": "./dist/client/index.d.ts" | ||
"require": "./client/index.js", | ||
"import": "./client/index.mjs", | ||
"types": "./client/index.d.ts" | ||
}, | ||
"./client/color-switch": { | ||
"require": "./dist/client/color-switch/index.js", | ||
"import": "./dist/client/color-switch/index.mjs", | ||
"types": "./dist/client/color-switch/index.d.ts" | ||
"require": "./client/color-switch/index.js", | ||
"import": "./client/color-switch/index.mjs", | ||
"types": "./client/color-switch/index.d.ts" | ||
}, | ||
"./color-switch": { | ||
"require": "./dist/client/color-switch/index.js", | ||
"import": "./dist/client/color-switch/index.mjs", | ||
"types": "./dist/client/color-switch/index.d.ts" | ||
"require": "./client/color-switch/index.js", | ||
"import": "./client/color-switch/index.mjs", | ||
"types": "./client/color-switch/index.d.ts" | ||
}, | ||
"./client/theme-switcher": { | ||
"require": "./dist/client/theme-switcher/index.js", | ||
"import": "./dist/client/theme-switcher/index.mjs", | ||
"types": "./dist/client/theme-switcher/index.d.ts" | ||
"require": "./client/theme-switcher/index.js", | ||
"import": "./client/theme-switcher/index.mjs", | ||
"types": "./client/theme-switcher/index.d.ts" | ||
}, | ||
"./theme-switcher": { | ||
"require": "./dist/client/theme-switcher/index.js", | ||
"import": "./dist/client/theme-switcher/index.mjs", | ||
"types": "./dist/client/theme-switcher/index.d.ts" | ||
"require": "./client/theme-switcher/index.js", | ||
"import": "./client/theme-switcher/index.mjs", | ||
"types": "./client/theme-switcher/index.d.ts" | ||
}, | ||
"./server": { | ||
"require": "./dist/server/index.js", | ||
"import": "./dist/server/index.mjs", | ||
"types": "./dist/server/index.d.ts" | ||
"require": "./server/index.js", | ||
"import": "./server/index.mjs", | ||
"types": "./server/index.d.ts" | ||
}, | ||
"./server/nextjs": { | ||
"require": "./dist/server/index.js", | ||
"import": "./dist/server/index.mjs", | ||
"types": "./dist/server/index.d.ts" | ||
"require": "./server/index.js", | ||
"import": "./server/index.mjs", | ||
"types": "./server/index.d.ts" | ||
}, | ||
"./server/nextjs/server-side-wrapper": { | ||
"require": "./dist/server/index.js", | ||
"import": "./dist/server/index.mjs", | ||
"types": "./dist/server/index.d.ts" | ||
"require": "./server/index.js", | ||
"import": "./server/index.mjs", | ||
"types": "./server/index.d.ts" | ||
}, | ||
"./hooks": { | ||
"require": "./dist/hooks/index.js", | ||
"import": "./dist/hooks/index.mjs", | ||
"types": "./dist/hooks/index.d.ts" | ||
"require": "./hooks/index.js", | ||
"import": "./hooks/index.mjs", | ||
"types": "./hooks/index.d.ts" | ||
}, | ||
"./hooks/use-theme": { | ||
"require": "./dist/hooks/index.js", | ||
"import": "./dist/hooks/index.mjs", | ||
"types": "./dist/hooks/index.d.ts" | ||
"require": "./hooks/index.js", | ||
"import": "./hooks/index.mjs", | ||
"types": "./hooks/index.d.ts" | ||
}, | ||
"./styles.css": "./dist/index.css", | ||
"./styles": "./dist/index.css", | ||
"./css": "./dist/index.css" | ||
"./styles.css": "./index.css", | ||
"./styles": "./index.css", | ||
"./css": "./index.css" | ||
}, | ||
@@ -162,2 +159,2 @@ "scripts": { | ||
] | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
64711
1