@uniformdev/context-remix 19.79.1-alpha.11 → 19.79.1-alpha.18

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2023 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2024 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
package/dist/index.d.mts CHANGED
@@ -26,4 +26,4 @@ declare const RemixUniformContext: React__default.FC<React__default.PropsWithChi
26
26
  declare const RemixUniformContextProvider: React.Provider<Context | null>;
27
27
  declare function useRemixUniformProvider(): Context;
28
28
 
29
- export { RemixCookieTransitionDataStore, RemixCookieTransitionDataStoreOptions, RemixUniformContext, RemixUniformContextProvider, useRemixUniformProvider };
29
+ export { RemixCookieTransitionDataStore, type RemixCookieTransitionDataStoreOptions, RemixUniformContext, RemixUniformContextProvider, useRemixUniformProvider };
package/dist/index.d.ts CHANGED
@@ -26,4 +26,4 @@ declare const RemixUniformContext: React__default.FC<React__default.PropsWithChi
26
26
  declare const RemixUniformContextProvider: React.Provider<Context | null>;
27
27
  declare function useRemixUniformProvider(): Context;
28
28
 
29
- export { RemixCookieTransitionDataStore, RemixCookieTransitionDataStoreOptions, RemixUniformContext, RemixUniformContextProvider, useRemixUniformProvider };
29
+ export { RemixCookieTransitionDataStore, type RemixCookieTransitionDataStoreOptions, RemixUniformContext, RemixUniformContextProvider, useRemixUniformProvider };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-remix",
3
- "version": "19.79.1-alpha.11+4547ef846",
3
+ "version": "19.79.1-alpha.18+12234b9350",
4
4
  "description": "Uniform Context Remix integration package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -26,15 +26,15 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@remix-run/react": "1.19.3",
29
- "@types/cookie": "0.5.3",
30
- "@types/react": "18.2.21",
29
+ "@types/cookie": "0.6.0",
30
+ "@types/react": "18.2.40",
31
31
  "react": "18.2.0",
32
32
  "react-dom": "18.2.0"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/context": "19.79.1-alpha.11+4547ef846",
36
- "@uniformdev/context-react": "19.79.1-alpha.11+4547ef846",
37
- "cookie": "0.5.0"
35
+ "@uniformdev/context": "19.79.1-alpha.18+12234b9350",
36
+ "@uniformdev/context-react": "19.79.1-alpha.18+12234b9350",
37
+ "cookie": "0.6.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@remix-run/react": ">= 1.2.0",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "4547ef8469f21f7f2341bcd87203372c4646bc08"
50
+ "gitHead": "12234b9350cfa4209bc7e242701d2dc535ece19e"
51
51
  }