create-geonosis 2.5.2 → 2.5.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/CHANGELOG.md
CHANGED
|
@@ -24,7 +24,7 @@ var SEARCH = {
|
|
|
24
24
|
"import { pgFtsSearchIndex, type SearchIndex, type SearchProjections } from '@geonosis/search'"
|
|
25
25
|
],
|
|
26
26
|
name: "@geonosis/search",
|
|
27
|
-
version: "0.3.
|
|
27
|
+
version: "0.3.9"
|
|
28
28
|
};
|
|
29
29
|
var DOCUMENT = {
|
|
30
30
|
at: "domains/document",
|
|
@@ -41,12 +41,12 @@ var DOCUMENT = {
|
|
|
41
41
|
"import { documentEntities, documentStore, type DocumentStore } from '@geonosis/document'"
|
|
42
42
|
],
|
|
43
43
|
name: "@geonosis/document",
|
|
44
|
-
version: "0.
|
|
44
|
+
version: "0.4.0"
|
|
45
45
|
};
|
|
46
46
|
var DOMAINS = [SEARCH, DOCUMENT];
|
|
47
47
|
var DOMAIN_NAMES = DOMAINS.map((one) => one.field);
|
|
48
48
|
var FOUNDATIONS = [
|
|
49
|
-
{ at: "foundations/db", name: "@geonosis/db", version: "0.
|
|
49
|
+
{ at: "foundations/db", name: "@geonosis/db", version: "0.10.0" },
|
|
50
50
|
{ at: "foundations/events", name: "@geonosis/events", version: "2.1.0" }
|
|
51
51
|
];
|
|
52
52
|
var domainsNamed = (named) => named.map((one) => {
|
|
@@ -425,7 +425,7 @@ var workspacesOf = (answers) => {
|
|
|
425
425
|
|
|
426
426
|
// src/files.ts
|
|
427
427
|
import { countersFor, LAW_SOURCE, rulesFor, tiersFor } from "@geonosis/cli";
|
|
428
|
-
var VERSION = "2.5.
|
|
428
|
+
var VERSION = "2.5.3";
|
|
429
429
|
var SCHEMA = "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json";
|
|
430
430
|
var CATALOG = {
|
|
431
431
|
"@types/node": "^24.3.0",
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-geonosis",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.3",
|
|
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": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@geonosis/cli": "2.5.
|
|
38
|
+
"@geonosis/cli": "2.5.3"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=22"
|