@koine/next 2.0.0-beta.74 → 2.0.0-beta.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +75 -6
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@koine/next",
|
|
3
3
|
"sideEffects": false,
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@koine/browser": "2.0.0-beta.
|
|
6
|
-
"@koine/utils": "2.0.0-beta.
|
|
7
|
-
"@koine/i18n": "2.0.0-beta.
|
|
5
|
+
"@koine/browser": "2.0.0-beta.75",
|
|
6
|
+
"@koine/utils": "2.0.0-beta.75",
|
|
7
|
+
"@koine/i18n": "2.0.0-beta.75"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"next": "^14.0.4",
|
|
@@ -17,24 +17,93 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|
|
20
|
-
"./package.json": "./package.json",
|
|
21
20
|
".": {
|
|
22
21
|
"module": "./index.esm.js",
|
|
23
22
|
"import": "./index.cjs.mjs",
|
|
24
23
|
"default": "./index.cjs.js"
|
|
25
24
|
},
|
|
25
|
+
"./12.cjs.default": {
|
|
26
|
+
"import": "./12.cjs.default.js"
|
|
27
|
+
},
|
|
28
|
+
"./12.cjs": {
|
|
29
|
+
"import": "./12.cjs.js"
|
|
30
|
+
},
|
|
31
|
+
"./12.esm": {
|
|
32
|
+
"import": "./12.esm.js"
|
|
33
|
+
},
|
|
26
34
|
"./12": {
|
|
27
35
|
"module": "./12.esm.js",
|
|
28
36
|
"import": "./12.cjs.mjs",
|
|
29
37
|
"default": "./12.cjs.js"
|
|
30
38
|
},
|
|
39
|
+
"./12/AnalyticsGoogle": {
|
|
40
|
+
"import": "./12/AnalyticsGoogle.js"
|
|
41
|
+
},
|
|
42
|
+
"./12/DisableErrorOverlay": {
|
|
43
|
+
"import": "./12/DisableErrorOverlay.js"
|
|
44
|
+
},
|
|
45
|
+
"./12/Seo": {
|
|
46
|
+
"import": "./12/Seo.js"
|
|
47
|
+
},
|
|
48
|
+
"./12/SeoDefaults": {
|
|
49
|
+
"import": "./12/SeoDefaults.js"
|
|
50
|
+
},
|
|
51
|
+
"./12/seoBuildTags": {
|
|
52
|
+
"import": "./12/seoBuildTags.js"
|
|
53
|
+
},
|
|
54
|
+
"./12/types": {
|
|
55
|
+
"import": "./12/types.js"
|
|
56
|
+
},
|
|
57
|
+
"./ThemeContext": {
|
|
58
|
+
"import": "./ThemeContext.js"
|
|
59
|
+
},
|
|
60
|
+
"./ThemeProvider": {
|
|
61
|
+
"import": "./ThemeProvider.js"
|
|
62
|
+
},
|
|
63
|
+
"./config.cjs.default": {
|
|
64
|
+
"import": "./config.cjs.default.js"
|
|
65
|
+
},
|
|
66
|
+
"./config.cjs": {
|
|
67
|
+
"import": "./config.cjs.js"
|
|
68
|
+
},
|
|
69
|
+
"./config.esm": {
|
|
70
|
+
"import": "./config.esm.js"
|
|
71
|
+
},
|
|
31
72
|
"./config": {
|
|
32
73
|
"module": "./config.esm.js",
|
|
33
74
|
"import": "./config.cjs.mjs",
|
|
34
75
|
"default": "./config.cjs.js"
|
|
35
|
-
}
|
|
76
|
+
},
|
|
77
|
+
"./index.cjs.default": {
|
|
78
|
+
"import": "./index.cjs.default.js"
|
|
79
|
+
},
|
|
80
|
+
"./index.cjs": {
|
|
81
|
+
"import": "./index.cjs.js"
|
|
82
|
+
},
|
|
83
|
+
"./index.esm": {
|
|
84
|
+
"import": "./index.esm.js"
|
|
85
|
+
},
|
|
86
|
+
"./load": {
|
|
87
|
+
"import": "./load.js"
|
|
88
|
+
},
|
|
89
|
+
"./theme/ThemeContext": {
|
|
90
|
+
"import": "./theme/ThemeContext.js"
|
|
91
|
+
},
|
|
92
|
+
"./theme/ThemeProvider": {
|
|
93
|
+
"import": "./theme/ThemeProvider.js"
|
|
94
|
+
},
|
|
95
|
+
"./theme/useTheme": {
|
|
96
|
+
"import": "./theme/useTheme.js"
|
|
97
|
+
},
|
|
98
|
+
"./useTheme": {
|
|
99
|
+
"import": "./useTheme.js"
|
|
100
|
+
},
|
|
101
|
+
"./utils/load": {
|
|
102
|
+
"import": "./utils/load.js"
|
|
103
|
+
},
|
|
104
|
+
"./package.json": "./package.json"
|
|
36
105
|
},
|
|
37
106
|
"module": "./index.esm.js",
|
|
38
107
|
"main": "./index.cjs.js",
|
|
39
|
-
"version": "2.0.0-beta.
|
|
108
|
+
"version": "2.0.0-beta.75"
|
|
40
109
|
}
|