@powerhousedao/codegen 5.0.0-staging.8 → 5.0.0-staging.9

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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  to: "<%= rootDir %>/<%= h.changeCase.param(name) %>/factory.ts"
3
- force: true
3
+ unless_exists: true
4
4
  ---
5
5
  import { type ProcessorRecord } from "document-drive";
6
6
  import { type IProcessorHostModule } from "document-drive/processors/types";
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  to: "<%= rootDir %>/<%= h.changeCase.param(name) %>/index.ts"
3
- force: true
3
+ unless_exists: true
4
4
  ---
5
5
  import { AnalyticsPath, AnalyticsSeriesInput, IAnalyticsStore } from "@powerhousedao/reactor-api";
6
6
  import { type InternalTransmitterUpdate, type IProcessor } from "document-drive";
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  to: "<%= rootDir %>/<%= h.changeCase.param(name) %>/factory.ts"
3
- force: true
3
+ unless_exists: true
4
4
  ---
5
5
  import {
6
6
  type ProcessorRecord,
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  to: "<%= rootDir %>/<%= h.changeCase.param(name) %>/index.ts"
3
- force: true
3
+ unless_exists: true
4
4
  ---
5
5
  import { type IRelationalDb } from "document-drive/processors/types";
6
6
  import { RelationalDbProcessor } from "document-drive/processors/relational";
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  to: "<%= rootDir %>/<%= h.changeCase.param(name) %>/migrations.ts"
3
- force: true
3
+ unless_exists: true
4
4
  ---
5
5
  import { type IRelationalDb } from "document-drive/processors/types"
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  to: "<%= rootDir %>/<%= h.changeCase.param(name) %>/schema.ts"
3
- force: true
3
+ unless_exists: true
4
4
  ---
5
5
  export interface Todo {
6
6
  status: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/codegen",
3
- "version": "5.0.0-staging.8",
3
+ "version": "5.0.0-staging.9",
4
4
  "license": "AGPL-3.0-only",
5
5
  "private": false,
6
6
  "type": "module",
@@ -34,11 +34,11 @@
34
34
  "kysely-pglite": "^0.6.1",
35
35
  "prettier": "^3.4.2",
36
36
  "ts-morph": "^26.0.0",
37
- "@powerhousedao/config": "5.0.0-staging.8",
38
- "@powerhousedao/design-system": "5.0.0-staging.8",
39
- "@powerhousedao/reactor-browser": "5.0.0-staging.8",
40
- "@powerhousedao/common": "5.0.0-staging.8",
41
- "document-model": "5.0.0-staging.8"
37
+ "@powerhousedao/config": "5.0.0-staging.9",
38
+ "@powerhousedao/design-system": "5.0.0-staging.9",
39
+ "document-model": "5.0.0-staging.9",
40
+ "@powerhousedao/reactor-browser": "5.0.0-staging.9",
41
+ "@powerhousedao/common": "5.0.0-staging.9"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@graphql-codegen/core": "^4.0.2",
@@ -52,7 +52,7 @@
52
52
  "react-dom": "^18.3.1",
53
53
  "vitest": "^3.1.2",
54
54
  "zod": "^3.24.3",
55
- "document-drive": "5.0.0-staging.8"
55
+ "document-drive": "5.0.0-staging.9"
56
56
  },
57
57
  "scripts": {
58
58
  "build:tsc": "tsc --build",