@moriajs/cli 0.3.1 → 0.3.3
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/.turbo/turbo-build.log +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import pc from 'picocolors';
|
|
|
9
9
|
import path from 'node:path';
|
|
10
10
|
import { pathToFileURL } from 'node:url';
|
|
11
11
|
import fs from 'node:fs';
|
|
12
|
-
const VERSION = '0.3.
|
|
12
|
+
const VERSION = '0.3.2';
|
|
13
13
|
export const cli = cac('moria');
|
|
14
14
|
/**
|
|
15
15
|
* Attempt to load moria.config.ts from the current working directory.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moriajs/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MoriaJS CLI — dev, build, and generate commands",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"cac": "^6.7.0",
|
|
19
19
|
"picocolors": "^1.1.0",
|
|
20
20
|
"vite": "^6.0.0",
|
|
21
|
-
"@moriajs/core": "0.3.
|
|
21
|
+
"@moriajs/core": "0.3.3"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"typescript": "^5.7.0",
|