create-geonosis 1.1.0 → 1.2.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.
|
@@ -265,7 +265,7 @@ var workspacesOf = (answers) => {
|
|
|
265
265
|
|
|
266
266
|
// src/files.ts
|
|
267
267
|
import { countersFor, rulesFor } from "@geonosis/cli";
|
|
268
|
-
var VERSION = "1.
|
|
268
|
+
var VERSION = "1.2.0";
|
|
269
269
|
var SCHEMA = "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json";
|
|
270
270
|
var CATALOG = {
|
|
271
271
|
"@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-EYLIDXZ4.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.2.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.2.0"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
40
|
"node": ">=22"
|