@h3ravel/arquebus 0.3.1 → 0.3.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/bin/index.cjs +4419 -1
- package/bin/index.d.cts +1 -1
- package/bin/index.d.ts +1 -1
- package/bin/index.js +4384 -1
- package/dist/browser/index.cjs +1269 -1
- package/dist/browser/index.d.cts +1222 -1202
- package/dist/browser/index.d.ts +1222 -1202
- package/dist/browser/index.js +1217 -1
- package/dist/index.cjs +4181 -1
- package/dist/index.d.cts +1306 -1280
- package/dist/index.d.ts +1306 -1280
- package/dist/index.js +4116 -1
- package/dist/migrations/chunk-PECeCxCb.js +15 -0
- package/dist/migrations/index.cjs +4064 -1
- package/dist/migrations/index.d.cts +1250 -1243
- package/dist/migrations/index.d.ts +1247 -1243
- package/dist/migrations/index.js +3994 -1
- package/package.json +3 -3
- package/bin/cli.cjs +0 -4942
- package/bin/cli.d.cts +0 -18
- package/bin/cli.d.ts +0 -18
- package/bin/cli.js +0 -4907
- package/bin/utils.js +0 -141
- /package/{bin → dist}/migrations/stubs/migration-js.stub +0 -0
- /package/{bin → dist}/migrations/stubs/migration-ts.stub +0 -0
- /package/{bin → dist}/migrations/stubs/migration.create-js.stub +0 -0
- /package/{bin → dist}/migrations/stubs/migration.create-ts.stub +0 -0
- /package/{bin → dist}/migrations/stubs/migration.update-js.stub +0 -0
- /package/{bin → dist}/migrations/stubs/migration.update-ts.stub +0 -0
- /package/{bin → dist}/stubs/arquebus.config-js.stub +0 -0
- /package/{bin → dist}/stubs/arquebus.config-ts.stub +0 -0
- /package/{bin → dist}/stubs/model-js.stub +0 -0
- /package/{bin → dist}/stubs/model-ts.stub +0 -0
package/bin/cli.d.cts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
declare class Cli {
|
|
3
|
-
private cwd;
|
|
4
|
-
private output;
|
|
5
|
-
private config;
|
|
6
|
-
private basePath;
|
|
7
|
-
private modulePath;
|
|
8
|
-
private configPath?;
|
|
9
|
-
private modulePackage;
|
|
10
|
-
constructor(basePath?: string);
|
|
11
|
-
private terminateNotFound;
|
|
12
|
-
static init(): void;
|
|
13
|
-
private loadPaths;
|
|
14
|
-
loadConfig(): Promise<this>;
|
|
15
|
-
run(): Promise<void>;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export { Cli };
|
package/bin/cli.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
declare class Cli {
|
|
3
|
-
private cwd;
|
|
4
|
-
private output;
|
|
5
|
-
private config;
|
|
6
|
-
private basePath;
|
|
7
|
-
private modulePath;
|
|
8
|
-
private configPath?;
|
|
9
|
-
private modulePackage;
|
|
10
|
-
constructor(basePath?: string);
|
|
11
|
-
private terminateNotFound;
|
|
12
|
-
static init(): void;
|
|
13
|
-
private loadPaths;
|
|
14
|
-
loadConfig(): Promise<this>;
|
|
15
|
-
run(): Promise<void>;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export { Cli };
|