@reliverse/dler 1.7.115 → 1.7.116

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.
@@ -1,5 +1,5 @@
1
1
  export declare const PROJECT_ROOT: string;
2
- export declare const cliVersion = "1.7.115";
2
+ export declare const cliVersion = "1.7.116";
3
3
  export declare const cliName = "@reliverse/rse";
4
4
  export declare const rseName = "@reliverse/rse";
5
5
  export declare const dlerName = "@reliverse/dler";
@@ -1,7 +1,7 @@
1
1
  import os from "node:os";
2
2
  import path from "@reliverse/pathkit";
3
3
  export const PROJECT_ROOT = path.resolve(process.cwd());
4
- const version = "1.7.115";
4
+ const version = "1.7.116";
5
5
  export const cliVersion = version;
6
6
  export const cliName = "@reliverse/rse";
7
7
  export const rseName = "@reliverse/rse";
@@ -1,8 +1,8 @@
1
1
  import { z } from "zod";
2
2
  export declare const DatabaseSchema: z.ZodEnum<{
3
3
  none: "none";
4
- mysql: "mysql";
5
4
  sqlite: "sqlite";
5
+ mysql: "mysql";
6
6
  mongodb: "mongodb";
7
7
  postgres: "postgres";
8
8
  }>;
@@ -56,8 +56,8 @@ export declare const AddonsSchema: z.ZodEnum<{
56
56
  export type Addons = z.infer<typeof AddonsSchema>;
57
57
  export declare const ExamplesSchema: z.ZodEnum<{
58
58
  none: "none";
59
- todo: "todo";
60
59
  ai: "ai";
60
+ todo: "todo";
61
61
  }>;
62
62
  export type Examples = z.infer<typeof ExamplesSchema>;
63
63
  export declare const PackageManagerSchema: z.ZodEnum<{
package/bin/mod.d.ts CHANGED
@@ -337,6 +337,7 @@ export { replaceImportSymbol } from "./app/utils/codemods/replaceImportSymbol";
337
337
  export { replaceWithModern } from "./app/utils/codemods/replaceWithModern";
338
338
  export type { CommentMapping, CommentStyle, FileExtension } from "./app/utils/comments";
339
339
  export { COMMENT_MAP, DEFAULT_COMMENT, getCommentPrefix } from "./app/utils/comments";
340
+ export { commonEndActions, commonStartActions } from "./app/utils/common";
340
341
  export { createPackageJSON } from "./app/utils/createPackageJSON";
341
342
  export { decide } from "./app/utils/decideHelper";
342
343
  export type { DetectionSource, DetectOptions, PkgManagerInfo, } from "./app/utils/dependencies/getUserPkgManager";
package/bin/mod.js CHANGED
@@ -764,6 +764,7 @@ export { getUnusedDependencies } from "./app/utils/codemods/removeUnusedDeps.js"
764
764
  export { replaceImportSymbol } from "./app/utils/codemods/replaceImportSymbol.js";
765
765
  export { replaceWithModern } from "./app/utils/codemods/replaceWithModern.js";
766
766
  export { COMMENT_MAP, DEFAULT_COMMENT, getCommentPrefix } from "./app/utils/comments.js";
767
+ export { commonEndActions, commonStartActions } from "./app/utils/common.js";
767
768
  export { createPackageJSON } from "./app/utils/createPackageJSON.js";
768
769
  export { decide } from "./app/utils/decideHelper.js";
769
770
  export {
package/package.json CHANGED
@@ -124,7 +124,7 @@
124
124
  "license": "MIT",
125
125
  "name": "@reliverse/dler",
126
126
  "type": "module",
127
- "version": "1.7.115",
127
+ "version": "1.7.116",
128
128
  "keywords": [
129
129
  "reliverse",
130
130
  "cli",