@civic/auth 0.14.2-beta.0 → 0.14.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 0.14.2 - Move react-router and @react-router/node to peer dependencies
2
+ - Moved react-router and @react-router/node to peer dependencies
3
+
1
4
  # 0.14.1 - Security and bug fixes
2
5
 
3
6
  ### Bug Fixes
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "@civic/auth:0.14.2-beta.0";
1
+ export declare const VERSION = "@civic/auth:0.14.2";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,8BAA8B,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO,uBAAuB,CAAC"}
@@ -1,3 +1,3 @@
1
1
  // This is an auto-generated file. Do not edit.
2
- export const VERSION = "@civic/auth:0.14.2-beta.0";
2
+ export const VERSION = "@civic/auth:0.14.2";
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAE/C,MAAM,CAAC,MAAM,OAAO,GAAG,2BAA2B,CAAC","sourcesContent":["// This is an auto-generated file. Do not edit.\n\nexport const VERSION = \"@civic/auth:0.14.2-beta.0\";\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/shared/version.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAE/C,MAAM,CAAC,MAAM,OAAO,GAAG,oBAAoB,CAAC","sourcesContent":["// This is an auto-generated file. Do not edit.\n\nexport const VERSION = \"@civic/auth:0.14.2\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civic/auth",
3
- "version": "0.14.2-beta.0",
3
+ "version": "0.14.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -50,12 +50,10 @@
50
50
  "dependencies": {
51
51
  "@emotion/react": "^11.14.0",
52
52
  "@oslojs/oauth2": "^0.5.0",
53
- "@react-router/node": "^7.12.0",
54
53
  "debug": "^4.3.7",
55
54
  "eventemitter3": "^5.0.1",
56
55
  "jose": "^5.9.4",
57
56
  "picomatch": "^4.0.2",
58
- "react-router": "^7.12.0",
59
57
  "ts-deepmerge": "^7.0.2",
60
58
  "usehooks-ts": "^3.1.0",
61
59
  "uuid": "^10.0.0",
@@ -63,6 +61,8 @@
63
61
  "@civic/iframe-resizer": "0.1.2"
64
62
  },
65
63
  "devDependencies": {
64
+ "@react-router/node": "^7.12.0",
65
+ "react-router": "^7.12.0",
66
66
  "@rollup/plugin-typescript": "^12.1.1",
67
67
  "@testing-library/jest-dom": "^6.5.0",
68
68
  "@testing-library/react": "16.0.1",
@@ -95,7 +95,9 @@
95
95
  "peerDependencies": {
96
96
  "express": ">=4.0.0",
97
97
  "next": "^14.2.25 || >=15.2.3",
98
- "react": ">=18"
98
+ "react": ">=18",
99
+ "react-router": "^7.0.0",
100
+ "@react-router/node": "^7.0.0"
99
101
  },
100
102
  "peerDependenciesMeta": {
101
103
  "next": {
@@ -106,6 +108,12 @@
106
108
  },
107
109
  "express": {
108
110
  "optional": true
111
+ },
112
+ "react-router": {
113
+ "optional": true
114
+ },
115
+ "@react-router/node": {
116
+ "optional": true
109
117
  }
110
118
  },
111
119
  "scripts": {