@cedarjs/auth-dbauth-setup 1.0.0 → 1.0.1-next.30
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/setupData.d.ts.map +1 -1
- package/dist/setupData.js +1 -1
- package/package.json +4 -3
package/dist/setupData.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupData.d.ts","sourceRoot":"","sources":["../src/setupData.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAA;AAM/E,eAAO,MAAM,SAAS;;;
|
|
1
|
+
{"version":3,"file":"setupData.d.ts","sourceRoot":"","sources":["../src/setupData.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAA;AAM/E,eAAO,MAAM,SAAS;;;CAKrB,CAAA;AAED,eAAO,MAAM,mBAAmB;;gBAEZ,gBAAgB;CAoBnC,CAAA;AAGD,eAAO,MAAM,KAAK,UAsDjB,CAAA;AAED,eAAO,MAAM,qBAAqB,UAwBjC,CAAA;AAED,eAAO,MAAM,YAAY,UAMxB,CAAA"}
|
package/dist/setupData.js
CHANGED
|
@@ -11,7 +11,7 @@ var _path = _interopRequireDefault(require("path"));
|
|
|
11
11
|
var _cliHelpers = require("@cedarjs/cli-helpers");
|
|
12
12
|
var _shared = require("./shared");
|
|
13
13
|
const secret = _nodeCrypto.default.randomBytes(32).toString('base64');
|
|
14
|
-
const extraTask = exports.extraTask = (0, _cliHelpers.addEnvVarTask)('SESSION_SECRET', secret, 'Used to encrypt/decrypt session cookies. Change this value and re-deploy to log out all users of your app at once.');
|
|
14
|
+
const extraTask = exports.extraTask = (0, _cliHelpers.addEnvVarTask)('SESSION_SECRET', secret, 'Used to encrypt/decrypt session cookies. Change this value and re-deploy ' + 'to log out all users of your app at once.');
|
|
15
15
|
const createUserModelTask = exports.createUserModelTask = {
|
|
16
16
|
title: 'Creating model `User`...',
|
|
17
17
|
task: async ctx => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/auth-dbauth-setup",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1-next.30+c50602506",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime-corejs3": "7.27.6",
|
|
28
|
-
"@cedarjs/cli-helpers": "1.0.
|
|
28
|
+
"@cedarjs/cli-helpers": "1.0.1-next.30+c50602506",
|
|
29
29
|
"@prisma/internals": "5.20.0",
|
|
30
30
|
"@simplewebauthn/browser": "7.4.0",
|
|
31
31
|
"core-js": "3.42.0",
|
|
@@ -37,11 +37,12 @@
|
|
|
37
37
|
"@babel/core": "^7.26.10",
|
|
38
38
|
"@simplewebauthn/typescript-types": "7.4.0",
|
|
39
39
|
"@types/yargs": "17.0.33",
|
|
40
|
+
"ts-dedent": "2.2.0",
|
|
40
41
|
"typescript": "5.9.2",
|
|
41
42
|
"vitest": "3.2.4"
|
|
42
43
|
},
|
|
43
44
|
"publishConfig": {
|
|
44
45
|
"access": "public"
|
|
45
46
|
},
|
|
46
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "c50602506f5c30e6a31561bed1dadd87569fbd45"
|
|
47
48
|
}
|