create-geonosis 2.4.3 → 2.5.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.
package/CHANGELOG.md
CHANGED
|
@@ -37,7 +37,7 @@ var DOCUMENT = {
|
|
|
37
37
|
fieldType: "ReturnType<typeof documentEntities>",
|
|
38
38
|
imports: ["import { documentEntities } from '@geonosis/document'"],
|
|
39
39
|
name: "@geonosis/document",
|
|
40
|
-
version: "0.1.
|
|
40
|
+
version: "0.1.1"
|
|
41
41
|
};
|
|
42
42
|
var DOMAINS = [SEARCH, DOCUMENT];
|
|
43
43
|
var DOMAIN_NAMES = DOMAINS.map((one) => one.field);
|
|
@@ -421,7 +421,7 @@ var workspacesOf = (answers) => {
|
|
|
421
421
|
|
|
422
422
|
// src/files.ts
|
|
423
423
|
import { countersFor, LAW_SOURCE, rulesFor, tiersFor } from "@geonosis/cli";
|
|
424
|
-
var VERSION = "2.
|
|
424
|
+
var VERSION = "2.5.0";
|
|
425
425
|
var SCHEMA = "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json";
|
|
426
426
|
var CATALOG = {
|
|
427
427
|
"@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.
|
|
3
|
+
"version": "2.5.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": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dist"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@geonosis/cli": "2.
|
|
38
|
+
"@geonosis/cli": "2.5.0"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=22"
|