@c15t/cli 0.0.1-rc.13 → 0.0.1-rc.15

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.
@@ -0,0 +1,4 @@
1
+ export declare function addSvelteKitEnvModules(aliases: Record<string, string>): void;
2
+ export declare function filterPrivateEnv(publicPrefix: string, privatePrefix: string): Record<string, string>;
3
+ export declare function filterPublicEnv(publicPrefix: string, privatePrefix: string): Record<string, string>;
4
+ //# sourceMappingURL=add-svelte-kit-env-modules.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-svelte-kit-env-modules.d.ts","sourceRoot":"","sources":["../../src/utils/add-svelte-kit-env-modules.ts"],"names":[],"mappings":"AAAA,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,QAarE;AAwBD,wBAAgB,gBAAgB,CAAC,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAOtE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAC3B;AAED,wBAAgB,eAAe,CAAC,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,GAOrE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAC3B"}
@@ -0,0 +1,2 @@
1
+ export declare function capitalizeFirstLetter(str: string): string;
2
+ //# sourceMappingURL=capitalize-first-letter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"capitalize-first-letter.d.ts","sourceRoot":"","sources":["../../src/utils/capitalize-first-letter.ts"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,UAEhD"}
@@ -0,0 +1,11 @@
1
+ import type { C15TOptions } from '@c15t/backend';
2
+ declare let possiblePaths: string[];
3
+ /**
4
+ * Get the c15t configuration
5
+ */
6
+ export declare function getConfig({ cwd, configPath, }: {
7
+ cwd: string;
8
+ configPath?: string;
9
+ }): Promise<C15TOptions<import("@c15t/backend").C15TPlugin[]>>;
10
+ export { possiblePaths };
11
+ //# sourceMappingURL=get-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-config.d.ts","sourceRoot":"","sources":["../../src/utils/get-config.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAgCjD,QAAA,IAAI,aAAa,UAEhB,CAAC;AA6NF;;GAEG;AACH,wBAAsB,SAAS,CAAC,EAC/B,GAAG,EACH,UAAU,GACV,EAAE;IACF,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB,8DAuPA;AAED,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function getPackageInfo(): any;
2
+ //# sourceMappingURL=get-package-info.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-package-info.d.ts","sourceRoot":"","sources":["../../src/utils/get-package-info.ts"],"names":[],"mappings":"AAGA,wBAAgB,cAAc,QAG7B"}
@@ -0,0 +1,3 @@
1
+ declare const logger: import("@c15t/backend/pkgs/logger").Logger;
2
+ export default logger;
3
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/utils/logger.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,MAAM,4CAGV,CAAC;AAEH,eAAe,MAAM,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/cli",
3
- "version": "0.0.1-rc.13",
3
+ "version": "0.0.1-rc.15",
4
4
  "description": "The CLI for c15t",
5
5
  "exports": "./dist/index.mjs",
6
6
  "main": "./dist/index.mjs",
@@ -15,7 +15,6 @@
15
15
  "@babel/preset-react": "^7.26.3",
16
16
  "@babel/preset-typescript": "^7.26.0",
17
17
  "@mrleebo/prisma-ast": "^0.12.1",
18
- "@prisma/client": "^6.5.0",
19
18
  "@types/better-sqlite3": "^7.6.12",
20
19
  "@types/prompts": "^2.4.9",
21
20
  "better-sqlite3": "^11.8.1",
@@ -23,20 +22,16 @@
23
22
  "chalk": "^5.4.1",
24
23
  "commander": "^13.1.0",
25
24
  "dotenv": "^16.4.7",
26
- "drizzle-orm": "^0.40.0",
27
25
  "fs-extra": "^11.3.0",
28
- "get-tsconfig": "^4.10.0",
29
- "prisma": "^6.4.1",
30
26
  "prompts": "^2.4.2",
31
- "tinyexec": "^0.3.2",
32
- "unbuild": "^3.5.0",
33
27
  "yocto-spinner": "^0.2.1",
34
28
  "zod": "^3.24.2",
35
- "@c15t/backend": "0.0.1-rc.13"
29
+ "@c15t/backend": "0.0.1-rc.15"
36
30
  },
37
31
  "devDependencies": {
38
32
  "@types/fs-extra": "^11.0.4",
39
- "vitest": "^3.0.8"
33
+ "vitest": "^3.0.8",
34
+ "@c15t/typescript-config": "0.0.1-beta.1"
40
35
  },
41
36
  "publishConfig": {
42
37
  "access": "public",
@@ -45,11 +40,12 @@
45
40
  ]
46
41
  },
47
42
  "scripts": {
48
- "build": "unbuild",
43
+ "build": "rslib build",
49
44
  "fmt": "pnpm biome format --write . && biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true --write",
50
45
  "lint": "pnpm biome lint ./src",
51
46
  "start": "node ./dist/index.mjs",
52
- "stub": "unbuild --stub",
47
+ "knip": "knip",
48
+ "dev": "rslib dev",
53
49
  "test": "vitest"
54
50
  }
55
51
  }