@cedarjs/auth-auth0-setup 2.2.1-next.0 → 2.2.1-next.21
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/dist/setupHandler.js +2 -2
- package/package.json +5 -5
package/dist/setupHandler.js
CHANGED
|
@@ -31,11 +31,11 @@ __export(setupHandler_exports, {
|
|
|
31
31
|
handler: () => handler
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(setupHandler_exports);
|
|
34
|
-
var
|
|
34
|
+
var import_node_fs = __toESM(require("node:fs"));
|
|
35
35
|
var import_path = __toESM(require("path"));
|
|
36
36
|
var import_cli_helpers = require("@cedarjs/cli-helpers");
|
|
37
37
|
const { version } = JSON.parse(
|
|
38
|
-
|
|
38
|
+
import_node_fs.default.readFileSync(import_path.default.resolve(__dirname, "../package.json"), "utf-8")
|
|
39
39
|
);
|
|
40
40
|
async function handler({ force: forceArg }) {
|
|
41
41
|
(0, import_cli_helpers.standardAuthHandler)({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth-auth0-setup",
|
|
3
|
-
"version": "2.2.1-next.
|
|
3
|
+
"version": "2.2.1-next.21+014660ad1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"test:watch": "vitest watch"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@cedarjs/cli-helpers": "2.2.1-next.
|
|
42
|
+
"@cedarjs/cli-helpers": "2.2.1-next.21+014660ad1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@arethetypeswrong/cli": "0.18.2",
|
|
46
|
-
"@cedarjs/framework-tools": "2.2.1-next.
|
|
46
|
+
"@cedarjs/framework-tools": "2.2.1-next.21",
|
|
47
47
|
"@types/yargs": "17.0.35",
|
|
48
|
-
"concurrently": "
|
|
48
|
+
"concurrently": "9.2.1",
|
|
49
49
|
"publint": "0.3.16",
|
|
50
50
|
"tsx": "4.21.0",
|
|
51
51
|
"typescript": "5.9.3",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "014660ad1d93c58cd848e67a370bf4856cd64a11"
|
|
58
58
|
}
|