@logto/remix 3.0.9 → 3.0.10

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  The Logto Remix SDK written in TypeScript.
8
8
 
9
+ > **Note:** This SDK has been migrated from Remix to React Router. For detailed migration guide, please refer to the [official React Router migration documentation](https://reactrouter.com/upgrading/remix).
10
+
9
11
  ## Installation
10
12
 
11
13
  **Note:** This package requires Node.js version 20 or higher.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logto/remix",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "type": "module",
5
5
  "module": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/remix"
20
20
  },
21
21
  "dependencies": {
22
- "@logto/node": "^3.1.5"
22
+ "@logto/node": "^3.1.6"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@remix-run/node": "^2.0.0",