create-geonosis 1.3.0 → 1.4.0
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.
|
@@ -271,7 +271,7 @@ var workspacesOf = (answers) => {
|
|
|
271
271
|
|
|
272
272
|
// src/files.ts
|
|
273
273
|
import { countersFor, rulesFor } from "@geonosis/cli";
|
|
274
|
-
var VERSION = "1.
|
|
274
|
+
var VERSION = "1.4.0";
|
|
275
275
|
var SCHEMA = "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json";
|
|
276
276
|
var CATALOG = {
|
|
277
277
|
"@types/node": "^24.3.0",
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
parseAnswers,
|
|
4
4
|
wantsInstall,
|
|
5
5
|
writeScaffold
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VZATADT7.js";
|
|
7
7
|
|
|
8
8
|
// src/create-geonosis-cli.ts
|
|
9
9
|
var USAGE = `create-geonosis <dir> --runtime pnpm|bun --backend medusa|sagaflow-cf|none --ui tiered-shadcn|atoms-only|none
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-geonosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"types": "./dist/index.d.ts",
|
|
5
5
|
"description": "Scaffold a microcompany repo that passes its own geonosis gates on day one.",
|
|
6
6
|
"keywords": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@geonosis/cli": "1.
|
|
37
|
+
"@geonosis/cli": "1.4.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=22"
|