@cedarjs/auth 0.0.4 → 1.0.0-canary.12245
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/package.json +5 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "1.0.0-canary.12245+706940287",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
],
|
|
77
77
|
"scripts": {
|
|
78
78
|
"build": "tsx ./build.ts && yarn build:types",
|
|
79
|
-
"build:pack": "yarn pack -o
|
|
79
|
+
"build:pack": "yarn pack -o cedarjs-auth.tgz",
|
|
80
80
|
"build:types": "tsc --build --verbose tsconfig.build.json",
|
|
81
81
|
"build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
|
|
82
82
|
"build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
|
|
@@ -88,11 +88,11 @@
|
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"core-js": "3.42.0",
|
|
91
|
-
"react": "
|
|
91
|
+
"react": "19.0.0-rc-f2df5694-20240916"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@arethetypeswrong/cli": "0.16.4",
|
|
95
|
-
"@cedarjs/framework-tools": "0.0.
|
|
95
|
+
"@cedarjs/framework-tools": "1.0.0-canary.12245",
|
|
96
96
|
"@testing-library/jest-dom": "6.5.0",
|
|
97
97
|
"@testing-library/react": "14.3.1",
|
|
98
98
|
"concurrently": "8.2.2",
|
|
@@ -103,8 +103,5 @@
|
|
|
103
103
|
"typescript": "5.6.2",
|
|
104
104
|
"vitest": "2.1.9"
|
|
105
105
|
},
|
|
106
|
-
"
|
|
107
|
-
"access": "public"
|
|
108
|
-
},
|
|
109
|
-
"gitHead": "5b4f77f985bd86ee31ee7338312627accf0cb85b"
|
|
106
|
+
"gitHead": "7069402874ee21cec078b429514ebb1b273e4031"
|
|
110
107
|
}
|