@stryke/prisma-better-auth-generator 0.13.1 â 0.13.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/README.md +2 -1
- package/dist/generator.cjs +7 -7
- package/dist/generator.js +7 -7
- package/dist/index.cjs +7 -7
- package/dist/index.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ This package is part of Storm Software's **đŠī¸ Stryke** monorepo. Stryke pac
|
|
|
22
22
|
|
|
23
23
|
<h3 align="center">đģ Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
24
24
|
|
|
25
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT] Important
|
|
28
28
|
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
@@ -45,6 +45,7 @@ A package containing a Prisma v6 generator for Better-Auth authentication
|
|
|
45
45
|
|
|
46
46
|
<!-- START doctoc -->
|
|
47
47
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
48
|
+
|
|
48
49
|
## Table of Contents
|
|
49
50
|
|
|
50
51
|
- [Installing](#installing)
|
package/dist/generator.cjs
CHANGED
|
@@ -27,9 +27,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/cjs_shims.js
|
|
31
31
|
var init_cjs_shims = __esm({
|
|
32
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
32
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/cjs_shims.js"() {
|
|
33
33
|
"use strict";
|
|
34
34
|
}
|
|
35
35
|
});
|
|
@@ -4826,13 +4826,13 @@ __name(getEnvPaths, "getEnvPaths");
|
|
|
4826
4826
|
// ../path/src/get-workspace-root.ts
|
|
4827
4827
|
init_cjs_shims();
|
|
4828
4828
|
|
|
4829
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4829
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/index.js
|
|
4830
4830
|
init_cjs_shims();
|
|
4831
4831
|
|
|
4832
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4832
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4833
4833
|
init_cjs_shims();
|
|
4834
4834
|
|
|
4835
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4835
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
4836
4836
|
init_cjs_shims();
|
|
4837
4837
|
var import_node_fs2 = require("node:fs");
|
|
4838
4838
|
var import_node_path2 = require("node:path");
|
|
@@ -4854,7 +4854,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
4854
4854
|
}
|
|
4855
4855
|
__name(findFolderUp, "findFolderUp");
|
|
4856
4856
|
|
|
4857
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4857
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
4858
4858
|
init_cjs_shims();
|
|
4859
4859
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
4860
4860
|
function normalizeWindowsPath2(input = "") {
|
|
@@ -4961,7 +4961,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
4961
4961
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
4962
4962
|
}, "isAbsolute");
|
|
4963
4963
|
|
|
4964
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4964
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4965
4965
|
var rootFiles = [
|
|
4966
4966
|
"storm-workspace.json",
|
|
4967
4967
|
"storm-workspace.json",
|
package/dist/generator.js
CHANGED
|
@@ -6,9 +6,9 @@ var __esm = (fn, res) => function __init() {
|
|
|
6
6
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
7
7
|
};
|
|
8
8
|
|
|
9
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
9
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/esm_shims.js
|
|
10
10
|
var init_esm_shims = __esm({
|
|
11
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
11
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/esm_shims.js"() {
|
|
12
12
|
"use strict";
|
|
13
13
|
}
|
|
14
14
|
});
|
|
@@ -4805,13 +4805,13 @@ __name(getEnvPaths, "getEnvPaths");
|
|
|
4805
4805
|
// ../path/src/get-workspace-root.ts
|
|
4806
4806
|
init_esm_shims();
|
|
4807
4807
|
|
|
4808
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4808
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/index.js
|
|
4809
4809
|
init_esm_shims();
|
|
4810
4810
|
|
|
4811
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4811
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4812
4812
|
init_esm_shims();
|
|
4813
4813
|
|
|
4814
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4814
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
4815
4815
|
init_esm_shims();
|
|
4816
4816
|
import { existsSync as existsSync2 } from "node:fs";
|
|
4817
4817
|
import { join } from "node:path";
|
|
@@ -4833,7 +4833,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
4833
4833
|
}
|
|
4834
4834
|
__name(findFolderUp, "findFolderUp");
|
|
4835
4835
|
|
|
4836
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4836
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
4837
4837
|
init_esm_shims();
|
|
4838
4838
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
4839
4839
|
function normalizeWindowsPath2(input = "") {
|
|
@@ -4940,7 +4940,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
4940
4940
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
4941
4941
|
}, "isAbsolute");
|
|
4942
4942
|
|
|
4943
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4943
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4944
4944
|
var rootFiles = [
|
|
4945
4945
|
"storm-workspace.json",
|
|
4946
4946
|
"storm-workspace.json",
|
package/dist/index.cjs
CHANGED
|
@@ -26,9 +26,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
|
|
29
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
29
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/cjs_shims.js
|
|
30
30
|
var init_cjs_shims = __esm({
|
|
31
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
31
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/cjs_shims.js"() {
|
|
32
32
|
"use strict";
|
|
33
33
|
}
|
|
34
34
|
});
|
|
@@ -4822,13 +4822,13 @@ __name(getEnvPaths, "getEnvPaths");
|
|
|
4822
4822
|
// ../path/src/get-workspace-root.ts
|
|
4823
4823
|
init_cjs_shims();
|
|
4824
4824
|
|
|
4825
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4825
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/index.js
|
|
4826
4826
|
init_cjs_shims();
|
|
4827
4827
|
|
|
4828
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4828
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4829
4829
|
init_cjs_shims();
|
|
4830
4830
|
|
|
4831
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4831
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
4832
4832
|
init_cjs_shims();
|
|
4833
4833
|
var import_node_fs2 = require("node:fs");
|
|
4834
4834
|
var import_node_path2 = require("node:path");
|
|
@@ -4850,7 +4850,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
4850
4850
|
}
|
|
4851
4851
|
__name(findFolderUp, "findFolderUp");
|
|
4852
4852
|
|
|
4853
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4853
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
4854
4854
|
init_cjs_shims();
|
|
4855
4855
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
4856
4856
|
function normalizeWindowsPath2(input = "") {
|
|
@@ -4957,7 +4957,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
4957
4957
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
4958
4958
|
}, "isAbsolute");
|
|
4959
4959
|
|
|
4960
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4960
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4961
4961
|
var rootFiles = [
|
|
4962
4962
|
"storm-workspace.json",
|
|
4963
4963
|
"storm-workspace.json",
|
package/dist/index.js
CHANGED
|
@@ -5,9 +5,9 @@ var __esm = (fn, res) => function __init() {
|
|
|
5
5
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
6
6
|
};
|
|
7
7
|
|
|
8
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
8
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/esm_shims.js
|
|
9
9
|
var init_esm_shims = __esm({
|
|
10
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.
|
|
10
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.8_@types+node@24.0.3__@swc+core@1.11.9_@swc+he_84b5ca65b673a98125863760c0a2754a/node_modules/tsup/assets/esm_shims.js"() {
|
|
11
11
|
"use strict";
|
|
12
12
|
}
|
|
13
13
|
});
|
|
@@ -4801,13 +4801,13 @@ __name(getEnvPaths, "getEnvPaths");
|
|
|
4801
4801
|
// ../path/src/get-workspace-root.ts
|
|
4802
4802
|
init_esm_shims();
|
|
4803
4803
|
|
|
4804
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4804
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/index.js
|
|
4805
4805
|
init_esm_shims();
|
|
4806
4806
|
|
|
4807
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4807
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4808
4808
|
init_esm_shims();
|
|
4809
4809
|
|
|
4810
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4810
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-6JBGUE4A.js
|
|
4811
4811
|
init_esm_shims();
|
|
4812
4812
|
import { existsSync as existsSync2 } from "node:fs";
|
|
4813
4813
|
import { join } from "node:path";
|
|
@@ -4829,7 +4829,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
4829
4829
|
}
|
|
4830
4830
|
__name(findFolderUp, "findFolderUp");
|
|
4831
4831
|
|
|
4832
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4832
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-7IMLZPZF.js
|
|
4833
4833
|
init_esm_shims();
|
|
4834
4834
|
var _DRIVE_LETTER_START_RE2 = /^[A-Za-z]:\//;
|
|
4835
4835
|
function normalizeWindowsPath2(input = "") {
|
|
@@ -4936,7 +4936,7 @@ var isAbsolute2 = /* @__PURE__ */ __name(function(p) {
|
|
|
4936
4936
|
return _IS_ABSOLUTE_RE2.test(p);
|
|
4937
4937
|
}, "isAbsolute");
|
|
4938
4938
|
|
|
4939
|
-
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.
|
|
4939
|
+
// ../../node_modules/.pnpm/@storm-software+config-tools@1.173.5/node_modules/@storm-software/config-tools/dist/chunk-PTHGOJU6.js
|
|
4940
4940
|
var rootFiles = [
|
|
4941
4941
|
"storm-workspace.json",
|
|
4942
4942
|
"storm-workspace.json",
|