@uniformdev/context-next 19.80.0 → 19.80.1-alpha.126
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -26,4 +26,4 @@ declare class NextCookieTransitionDataStore extends CookieTransitionDataStore {
|
|
|
26
26
|
constructor({ serverContext, ...options }: NextCookieTransitionDataStoreOptions);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
export { NextCookieTransitionDataStore, NextCookieTransitionDataStoreOptions, UniformAppProps, enableNextSsr };
|
|
29
|
+
export { NextCookieTransitionDataStore, type NextCookieTransitionDataStoreOptions, type UniformAppProps, enableNextSsr };
|
package/dist/index.d.ts
CHANGED
|
@@ -26,4 +26,4 @@ declare class NextCookieTransitionDataStore extends CookieTransitionDataStore {
|
|
|
26
26
|
constructor({ serverContext, ...options }: NextCookieTransitionDataStoreOptions);
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
export { NextCookieTransitionDataStore, NextCookieTransitionDataStoreOptions, UniformAppProps, enableNextSsr };
|
|
29
|
+
export { NextCookieTransitionDataStore, type NextCookieTransitionDataStoreOptions, type UniformAppProps, enableNextSsr };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-next",
|
|
3
|
-
"version": "19.80.
|
|
3
|
+
"version": "19.80.1-alpha.126+d56efea3e7",
|
|
4
4
|
"description": "Uniform Context Next.js integration package",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"document": "api-extractor run --local"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@types/cookie": "0.
|
|
29
|
-
"@types/react": "18.2.
|
|
28
|
+
"@types/cookie": "0.6.0",
|
|
29
|
+
"@types/react": "18.2.39",
|
|
30
30
|
"next": "13.4.12",
|
|
31
31
|
"react": "18.2.0",
|
|
32
32
|
"react-dom": "18.2.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@uniformdev/context": "19.80.
|
|
36
|
-
"cookie": "^0.
|
|
35
|
+
"@uniformdev/context": "19.80.1-alpha.126+d56efea3e7",
|
|
36
|
+
"cookie": "^0.6.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"next": ">= 12.0.0",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "d56efea3e70e67bae1bad2f6f181c93d3dfb857c"
|
|
50
50
|
}
|