@cedarjs/auth 2.5.0 → 2.5.1-next.27
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
## Contributing
|
|
4
4
|
|
|
5
5
|
If you want to contribute a new auth provider integration we recommend you
|
|
6
|
-
start by implementing it as a custom auth provider in a
|
|
6
|
+
start by implementing it as a custom auth provider in a Cedar App first. When
|
|
7
7
|
that works you can package it up as an npm package and publish it on your own.
|
|
8
8
|
You can then create a PR on this repo with support for your new auth provider
|
|
9
9
|
in our `yarn rw setup auth` cli command. The easiest option is probably to just
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1-next.27+4a00a5632",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -92,19 +92,19 @@
|
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@arethetypeswrong/cli": "0.18.2",
|
|
95
|
-
"@cedarjs/framework-tools": "
|
|
95
|
+
"@cedarjs/framework-tools": "2.5.1-next.27",
|
|
96
96
|
"@testing-library/jest-dom": "6.9.1",
|
|
97
97
|
"@testing-library/react": "14.3.1",
|
|
98
98
|
"concurrently": "9.2.1",
|
|
99
99
|
"msw": "1.3.5",
|
|
100
100
|
"publint": "0.3.17",
|
|
101
101
|
"tsx": "4.21.0",
|
|
102
|
-
"type-fest": "5.4.
|
|
102
|
+
"type-fest": "5.4.3",
|
|
103
103
|
"typescript": "5.9.3",
|
|
104
104
|
"vitest": "3.2.4"
|
|
105
105
|
},
|
|
106
106
|
"publishConfig": {
|
|
107
107
|
"access": "public"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "4a00a56324db4db5db1559e21850f4d9b5856b52"
|
|
110
110
|
}
|