@powerhousedao/ph-cli 4.1.0-dev.115 → 4.1.0-dev.117
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/dist/src/commands/migrate.d.ts.map +1 -0
- package/dist/src/commands/migrate.js +8 -0
- package/dist/src/commands/migrate.js.map +1 -0
- package/dist/src/commands/register-commands.d.ts.map +1 -1
- package/dist/src/commands/register-commands.js +1 -1
- package/dist/src/commands/register-commands.js.map +1 -1
- package/dist/src/services/migrate/migrate.d.ts +3 -0
- package/dist/src/services/migrate/migrate.d.ts.map +1 -0
- package/dist/src/{commands/migrations → services/migrate}/migrate.js +5 -8
- package/dist/src/{commands/migrations → services/migrate}/migrate.js.map +1 -1
- package/dist/src/services/migrate/migrations/templates/document-models.d.ts.map +1 -0
- package/dist/src/services/migrate/migrations/templates/document-models.js.map +1 -0
- package/dist/src/services/migrate/migrations/templates/editors.d.ts.map +1 -0
- package/dist/src/services/migrate/migrations/templates/editors.js.map +1 -0
- package/dist/src/services/migrate/migrations/templates/index.d.ts.map +1 -0
- package/dist/src/services/migrate/migrations/templates/index.js.map +1 -0
- package/dist/src/services/migrate/migrations/templates/packageJson.d.ts.map +1 -0
- package/dist/src/services/migrate/migrations/templates/packageJson.js.map +1 -0
- package/dist/src/services/migrate/migrations/templates/tsConfig.d.ts.map +1 -0
- package/dist/src/services/migrate/migrations/templates/tsConfig.js.map +1 -0
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
- package/dist/src/commands/migrations/migrate.d.ts.map +0 -1
- package/dist/src/commands/migrations/templates/document-models.d.ts.map +0 -1
- package/dist/src/commands/migrations/templates/document-models.js.map +0 -1
- package/dist/src/commands/migrations/templates/editors.d.ts.map +0 -1
- package/dist/src/commands/migrations/templates/editors.js.map +0 -1
- package/dist/src/commands/migrations/templates/index.d.ts.map +0 -1
- package/dist/src/commands/migrations/templates/index.js.map +0 -1
- package/dist/src/commands/migrations/templates/packageJson.d.ts.map +0 -1
- package/dist/src/commands/migrations/templates/packageJson.js.map +0 -1
- package/dist/src/commands/migrations/templates/tsConfig.d.ts.map +0 -1
- package/dist/src/commands/migrations/templates/tsConfig.js.map +0 -1
- /package/dist/src/commands/{migrations/migrate.d.ts → migrate.d.ts} +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/document-models.d.ts +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/document-models.js +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/editors.d.ts +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/editors.js +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/index.d.ts +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/index.js +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/packageJson.d.ts +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/packageJson.js +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/tsConfig.d.ts +0 -0
- /package/dist/src/{commands → services/migrate}/migrations/templates/tsConfig.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/ph-cli",
|
|
3
|
-
"version": "4.1.0-dev.
|
|
3
|
+
"version": "4.1.0-dev.117",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
"concurrently": "^9.1.2",
|
|
27
27
|
"copyfiles": "^2.4.1",
|
|
28
28
|
"nodemon": "^3.1.9",
|
|
29
|
-
"read-pkg": "^9.0.1",
|
|
30
|
-
"ts-morph": "^26.0.0",
|
|
31
29
|
"vitest": "^3.2.4",
|
|
32
|
-
"
|
|
33
|
-
"document-
|
|
34
|
-
"document-model": "4.1.0-dev.115"
|
|
30
|
+
"document-drive": "4.1.0-dev.117",
|
|
31
|
+
"document-model": "4.1.0-dev.117"
|
|
35
32
|
},
|
|
36
33
|
"dependencies": {
|
|
37
34
|
"colorette": "^2.0.20",
|
|
38
35
|
"commander": "^12.1.0",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"@powerhousedao/
|
|
43
|
-
"@powerhousedao/
|
|
36
|
+
"read-pkg": "^9.0.1",
|
|
37
|
+
"ts-morph": "^26.0.0",
|
|
38
|
+
"write-pkg": "^7.0.0",
|
|
39
|
+
"@powerhousedao/builder-tools": "4.1.0-dev.117",
|
|
40
|
+
"@powerhousedao/common": "4.1.0-dev.117",
|
|
41
|
+
"@powerhousedao/codegen": "4.1.0-dev.117",
|
|
42
|
+
"@powerhousedao/config": "4.1.0-dev.117",
|
|
43
|
+
"@powerhousedao/switchboard": "4.1.0-dev.117"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"tsc": "tsc",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"migrate.d.ts","sourceRoot":"","sources":["../../../../src/commands/migrations/migrate.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA2CzC,wBAAgB,cAAc,CAAC,OAAO,EAAE,OAAO,QAE9C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document-models.d.ts","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/document-models.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,iIAIlC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document-models.js","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/document-models.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,sBAAsB,GAAG;;;;CAIrC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"editors.d.ts","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/editors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,4GAI3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"editors.js","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/editors.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;;;;CAI9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,wTAK3B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;;;;;CAK9B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"packageJson.d.ts","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/packageJson.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;CAqBtC,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"packageJson.js","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/packageJson.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,KAAK,EAAE,iCAAiC;IACxC,IAAI,EAAE,YAAY;IAClB,YAAY,EAAE,QAAQ;IACtB,IAAI,EAAE,mEAAmE;IACzE,UAAU,EAAE,oBAAoB;IAChC,GAAG,EAAE,KAAK;IACV,WAAW,EAAE,aAAa;IAC1B,QAAQ,EAAE,yDAAyD;IACnE,cAAc,EAAE,eAAe;IAC/B,wBAAwB,EAAE,wBAAwB;IAClD,QAAQ,EAAE,iBAAiB;IAC3B,OAAO,EAAE,gBAAgB;IACzB,OAAO,EAAE,gBAAgB;IACzB,OAAO,EAAE,gBAAgB;IACzB,KAAK,EAAE,cAAc;IACrB,OAAO,EAAE,gBAAgB;IACzB,iBAAiB,EACf,2EAA2E;IAC7E,mBAAmB,EACjB,6EAA6E;CAChF,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,GAAG,EAAE;QACH,KAAK,EAAE,mBAAmB;QAC1B,OAAO,EAAE,iBAAiB;KAC3B;IACD,mBAAmB,EAAE;QACnB,KAAK,EAAE,mCAAmC;QAC1C,OAAO,EAAE,iCAAiC;KAC3C;IACD,WAAW,EAAE;QACX,KAAK,EAAE,2BAA2B;QAClC,OAAO,EAAE,yBAAyB;KACnC;IACD,qBAAqB,EAAE;QACrB,KAAK,EAAE,qCAAqC;QAC5C,OAAO,EAAE,mCAAmC;KAC7C;IACD,aAAa,EAAE;QACb,KAAK,EAAE,6BAA6B;QACpC,OAAO,EAAE,2BAA2B;KACrC;IACD,aAAa,EAAE;QACb,KAAK,EAAE,6BAA6B;QACpC,OAAO,EAAE,2BAA2B;KACrC;IACD,cAAc,EAAE;QACd,KAAK,EAAE,8BAA8B;QACrC,OAAO,EAAE,4BAA4B;KACtC;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,iCAAiC;KAC3C;IACD,aAAa,EAAE,kBAAkB;CAClC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tsConfig.d.ts","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/tsConfig.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,8xCA2C5B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tsConfig.js","sourceRoot":"","sources":["../../../../../src/commands/migrations/templates/tsConfig.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2C/B,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|