create-geonosis 2.3.0 → 2.3.1

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.
@@ -24,13 +24,13 @@ var SEARCH = {
24
24
  "import { pgFtsSearchIndex, type SearchIndex, type SearchProjections } from '@geonosis/search'"
25
25
  ],
26
26
  name: "@geonosis/search",
27
- version: "0.3.4"
27
+ version: "0.3.5"
28
28
  };
29
29
  var DOMAINS = [SEARCH];
30
30
  var DOMAIN_NAMES = DOMAINS.map((one) => one.field);
31
31
  var FOUNDATIONS = [
32
- { at: "foundations/db", name: "@geonosis/db", version: "0.5.2" },
33
- { at: "foundations/events", name: "@geonosis/events", version: "2.0.0" }
32
+ { at: "foundations/db", name: "@geonosis/db", version: "0.6.0" },
33
+ { at: "foundations/events", name: "@geonosis/events", version: "2.1.0" }
34
34
  ];
35
35
  var domainsNamed = (named) => named.map((one) => {
36
36
  const found = DOMAINS.find((domain) => domain.field === one);
@@ -408,7 +408,7 @@ var workspacesOf = (answers) => {
408
408
 
409
409
  // src/files.ts
410
410
  import { countersFor, LAW_SOURCE, rulesFor, tiersFor } from "@geonosis/cli";
411
- var VERSION = "2.3.0";
411
+ var VERSION = "2.3.1";
412
412
  var SCHEMA = "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json";
413
413
  var CATALOG = {
414
414
  "@types/node": "^24.3.0",
@@ -11,7 +11,7 @@ import {
11
11
  parseArgs,
12
12
  wantsInstall,
13
13
  writeScaffold
14
- } from "./chunk-UCGVZCVK.js";
14
+ } from "./chunk-CT3CTASI.js";
15
15
 
16
16
  // src/create-geonosis-cli.ts
17
17
  import { existsSync as existsSync2 } from "fs";
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  wantsInstall,
24
24
  workspacesOf,
25
25
  writeScaffold
26
- } from "./chunk-UCGVZCVK.js";
26
+ } from "./chunk-CT3CTASI.js";
27
27
  export {
28
28
  BACKENDS,
29
29
  CORPUS_DIR,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-geonosis",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
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": "2.3.0"
37
+ "@geonosis/cli": "2.3.1"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=22"