|
2 | 2 | "name": "nextjs-themes",
|
3 | 3 | "author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
|
4 | 4 | "private": false,
|
5 |
| - "version": "3.1.6", |
| 5 | + "version": "3.1.7", |
6 | 6 | "description": "Unleash the Power of React Server Components! Use multiple themes on your site with confidence, without losing any advantages of React Server Components.",
|
7 | 7 | "license": "MPL-2.0",
|
8 | 8 | "main": "./dist/index.js",
|
|
46 | 46 | "import": "./dist/client/theme-switcher/index.mjs",
|
47 | 47 | "types": "./dist/client/theme-switcher/index.d.ts"
|
48 | 48 | },
|
| 49 | + "./client/force-color-scheme": { |
| 50 | + "require": "./dist/client/force-color-scheme/index.js", |
| 51 | + "import": "./dist/client/force-color-scheme/index.mjs", |
| 52 | + "types": "./dist/client/force-color-scheme/index.d.ts" |
| 53 | + }, |
| 54 | + "./force-color-scheme": { |
| 55 | + "require": "./dist/client/force-color-scheme/index.js", |
| 56 | + "import": "./dist/client/force-color-scheme/index.mjs", |
| 57 | + "types": "./dist/client/force-color-scheme/index.d.ts" |
| 58 | + }, |
| 59 | + "./client/force-theme": { |
| 60 | + "require": "./dist/client/force-theme/index.js", |
| 61 | + "import": "./dist/client/force-theme/index.mjs", |
| 62 | + "types": "./dist/client/force-theme/index.d.ts" |
| 63 | + }, |
| 64 | + "./force-theme": { |
| 65 | + "require": "./dist/client/force-theme/index.js", |
| 66 | + "import": "./dist/client/force-theme/index.mjs", |
| 67 | + "types": "./dist/client/force-theme/index.d.ts" |
| 68 | + }, |
49 | 69 | "./server": {
|
50 | 70 | "require": "./dist/server/index.js",
|
51 | 71 | "import": "./dist/server/index.mjs",
|
|
104 | 124 | "vitest": "^1.6.0"
|
105 | 125 | },
|
106 | 126 | "dependencies": {
|
107 |
| - "r18gs": "^1.1.3" |
| 127 | + "r18gs": "^2.0.0-alpha.0" |
108 | 128 | },
|
109 | 129 | "peerDependencies": {
|
110 | 130 | "@types/react": "16.8 - 19",
|
|
0 commit comments