@powerhousedao/reactor-local 1.3.2 → 1.3.4

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
@@ -1,20 +1,22 @@
1
- ## 1.3.2 (2024-11-11)
1
+ ## 1.3.4 (2024-11-11)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
- - **scalars, design-system:** added EthereumAddress and AmountTokens scalars ([e5124e19](https://github.com/powerhouse-inc/powerhouse/commit/e5124e19))
5
+ - **codegen:** regenerate lockfile ([31c2d0c5](https://github.com/powerhouse-inc/powerhouse/commit/31c2d0c5))
6
+ - **ph-cli:** update cli to format by default ([7418e777](https://github.com/powerhouse-inc/powerhouse/commit/7418e777))
7
+ - **codegen:** remove format generated from action ([5d7e1c48](https://github.com/powerhouse-inc/powerhouse/commit/5d7e1c48))
8
+ - **codegen:** use prettier api to format typescript from gql ([8896d86e](https://github.com/powerhouse-inc/powerhouse/commit/8896d86e))
6
9
 
7
10
  ### 🧱 Updated Dependencies
8
11
 
9
- - Updated @powerhousedao/general-document-indexer to 1.3.2
10
- - Updated document-model-libs to 1.109.0
11
- - Updated document-drive to 1.3.2
12
- - Updated @powerhousedao/reactor-api to 1.3.2
13
- - Updated @powerhousedao/scalars to 1.8.0
12
+ - Updated @powerhousedao/general-document-indexer to 1.3.4
13
+ - Updated document-model-libs to 1.110.0
14
+ - Updated document-drive to 1.3.4
15
+ - Updated @powerhousedao/reactor-api to 1.3.4
14
16
 
15
17
  ### ❤️ Thank You
16
18
 
17
- - Guillermo Puente Sandoval @gpuente
19
+ - ryanwolhuter @ryanwolhuter
18
20
 
19
21
  ## 1.1.0 (2024-10-29)
20
22
 
@@ -19,7 +19,7 @@ import dotenv from 'dotenv';
19
19
  import { drizzle } from 'drizzle-orm/connect';
20
20
  import * as searchListener from '@powerhousedao/general-document-indexer';
21
21
 
22
- // ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.5.29_postcss@8.4.47_typescript@5.6.3/node_modules/tsup/assets/esm_shims.js
22
+ // ../../node_modules/.pnpm/tsup@8.3.5_@swc+core@1.5.29_postcss@8.4.48_typescript@5.6.3/node_modules/tsup/assets/esm_shims.js
23
23
  var getFilename = () => fileURLToPath(import.meta.url);
24
24
  var getDirname = () => path2.dirname(getFilename());
25
25
  var __dirname = /* @__PURE__ */ getDirname();
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #! /usr/bin/env node
2
- import { startServer } from './chunk-BK7JNBYJ.js';
2
+ import { startServer } from './chunk-TDNXJJIZ.js';
3
3
  import { Command } from 'commander';
4
4
 
5
5
  var reactorLocalAction = (options) => {
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { startServer } from './chunk-BK7JNBYJ.js';
1
+ import { startServer } from './chunk-TDNXJJIZ.js';
2
2
 
3
3
  // src/index.ts
4
4
  startServer().catch((error) => {
package/dist/server.js CHANGED
@@ -1 +1 @@
1
- export { startServer } from './chunk-BK7JNBYJ.js';
1
+ export { startServer } from './chunk-TDNXJJIZ.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-local",
3
3
  "type": "module",
4
- "version": "1.3.2",
4
+ "version": "1.3.4",
5
5
  "main": "dist/server.js",
6
6
  "bin": {
7
7
  "reactor-local": "dist/cli.js"
@@ -16,13 +16,13 @@
16
16
  "@apollo/subgraph": "^2.9.2",
17
17
  "@electric-sql/pglite": "^0.2.12",
18
18
  "@libsql/client": "^0.14.0",
19
- "@powerhousedao/general-document-indexer": "^1.3.2",
20
- "@powerhousedao/reactor-api": "^1.3.2",
19
+ "@powerhousedao/general-document-indexer": "^1.3.4",
20
+ "@powerhousedao/reactor-api": "^1.3.4",
21
21
  "@powerhousedao/scalars": "^1.8.0",
22
22
  "commander": "^12.1.0",
23
- "document-drive": "^1.3.2",
23
+ "document-drive": "^1.3.4",
24
24
  "document-model": "^2.6.0",
25
- "document-model-libs": "^1.109.0",
25
+ "document-model-libs": "^1.110.0",
26
26
  "dotenv": "^16.4.5",
27
27
  "drizzle-kit": "^0.25.0",
28
28
  "drizzle-orm": "^0.34.1",