@powerhousedao/reactor-api 1.6.0 → 1.6.1

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,49 +1,12 @@
1
- ## 1.6.0 (2024-11-29)
2
-
3
- ### 🚀 Features
4
-
5
- - **monorepo:** do not skip nx cache ([dfadd970](https://github.com/powerhouse-inc/powerhouse/commit/dfadd970))
6
- - **monorepo:** uncomment test ([dbd42350](https://github.com/powerhouse-inc/powerhouse/commit/dbd42350))
7
- - **monorepo:** readd special check pr for document drive ([f1b9f7fe](https://github.com/powerhouse-inc/powerhouse/commit/f1b9f7fe))
8
- - **monorepo:** use explicit paths ([ce5deb4c](https://github.com/powerhouse-inc/powerhouse/commit/ce5deb4c))
9
- - **monorepo:** remove set dir as safe ([e8033645](https://github.com/powerhouse-inc/powerhouse/commit/e8033645))
10
- - **monorepo:** handle document drive separately ([a94d4c26](https://github.com/powerhouse-inc/powerhouse/commit/a94d4c26))
11
- - **monorepo:** add debug info ([ee1b7cab](https://github.com/powerhouse-inc/powerhouse/commit/ee1b7cab))
12
- - **monorepo:** add read permissions ([ee6397d2](https://github.com/powerhouse-inc/powerhouse/commit/ee6397d2))
13
- - **monorepo:** use set shas lib ([769e74a6](https://github.com/powerhouse-inc/powerhouse/commit/769e74a6))
14
- - **monorepo:** add base ([22a5fffd](https://github.com/powerhouse-inc/powerhouse/commit/22a5fffd))
15
- - **monorepo:** simplify commands ([75000bb4](https://github.com/powerhouse-inc/powerhouse/commit/75000bb4))
16
- - **monorepo:** fix yaml syntax error ([5c82fcec](https://github.com/powerhouse-inc/powerhouse/commit/5c82fcec))
17
- - **monorepo:** use workflow dispatch ([d1b4bde9](https://github.com/powerhouse-inc/powerhouse/commit/d1b4bde9))
18
- - **monorepo:** still run on pushes ([86998628](https://github.com/powerhouse-inc/powerhouse/commit/86998628))
19
- - **monorepo:** add if statements to prevent redundant runs ([193c5df5](https://github.com/powerhouse-inc/powerhouse/commit/193c5df5))
20
- - **monorepo:** prevent duplicate runs ([1ce210b9](https://github.com/powerhouse-inc/powerhouse/commit/1ce210b9))
21
- - **monorepo:** remove package manager config ([f177433b](https://github.com/powerhouse-inc/powerhouse/commit/f177433b))
22
- - **monorepo:** install pnpm before doing node cache ([ab1cc5a6](https://github.com/powerhouse-inc/powerhouse/commit/ab1cc5a6))
23
- - **monorepo:** simplify pr checks ([40d0cb59](https://github.com/powerhouse-inc/powerhouse/commit/40d0cb59))
24
- - **monorepo:** add dry run version of release package action for testing ([323807f8](https://github.com/powerhouse-inc/powerhouse/commit/323807f8))
25
- - **monorepo:** update release package manual ([405b6877](https://github.com/powerhouse-inc/powerhouse/commit/405b6877))
26
- - **monorepo:** use workspace protocol in package deps ([2584e9dd](https://github.com/powerhouse-inc/powerhouse/commit/2584e9dd))
27
- - **monorepo:** add preserve local dependency protocols to nx config ([b1902311](https://github.com/powerhouse-inc/powerhouse/commit/b1902311))
28
- - **powerhouse:** regenerate lockfile ([#588](https://github.com/powerhouse-inc/powerhouse/pull/588))
29
- - **reactor-local:** added automatic loading and activation of proces… ([#574](https://github.com/powerhouse-inc/powerhouse/pull/574))
30
- - **document-model-libs:** regenerate lockfile ([04f0b0e6](https://github.com/powerhouse-inc/powerhouse/commit/04f0b0e6))
31
- - **monorepo:** fix eslint config for react files ([019fa584](https://github.com/powerhouse-inc/powerhouse/commit/019fa584))
1
+ ## 1.6.1 (2024-11-30)
32
2
 
33
3
  ### 🩹 Fixes
34
4
 
35
- - **reactor-api:** build issues ([#558](https://github.com/powerhouse-inc/powerhouse/pull/558))
36
-
37
- ### 🧱 Updated Dependencies
38
-
39
- - Updated document-model-libs to 1.117.0
40
- - Updated document-drive to 1.5.0
5
+ - **reactor-api:** fixed operation signatures type ([2d955a28](https://github.com/powerhouse-inc/powerhouse/commit/2d955a28))
41
6
 
42
7
  ### ❤️ Thank You
43
8
 
44
- - frankp.eth @froid1911
45
- - Ryan Wolhuter @ryanwolhuter
46
- - ryanwolhuter @ryanwolhuter
9
+ - acaldas @acaldas
47
10
 
48
11
  ## 1.2.0 (2024-10-29)
49
12
 
package/dist/index.js CHANGED
@@ -715,7 +715,7 @@ var resolvers2 = {
715
715
  };
716
716
 
717
717
  // src/subgraphs/drive/schema.graphql
718
- var schema_default2 = "./schema-GBN2TKQG.graphql";
718
+ var schema_default2 = "./schema-2U4EFPTT.graphql";
719
719
 
720
720
  // src/subgraphs/drive/subgraph.ts
721
721
  var __dirname2 = import.meta.dirname ?? dirname$1(fileURLToPath$1(import.meta.url));
@@ -33,23 +33,16 @@ type OperationSignerApp {
33
33
  key: String!
34
34
  }
35
35
 
36
- input InputListenerFilter {
37
- documentType: [String!]
38
- documentId: [String!]
39
- scope: [String!]
40
- branch: [String!]
41
- }
42
-
43
36
  type OperationSigner {
44
37
  app: OperationSignerApp
45
38
  user: OperationSignerUser
46
- signatures: [String!]!
39
+ signatures: [[String!]]!
47
40
  }
48
41
 
49
42
  input InputOperationSigner {
50
43
  app: InputOperationSignerApp
51
44
  user: InputOperationSignerUser
52
- signatures: [String!]!
45
+ signatures: [[String!]]!
53
46
  }
54
47
 
55
48
  type OperationContext {
@@ -100,7 +93,7 @@ input InputStrandUpdate {
100
93
  operations: [InputOperationUpdate!]!
101
94
  }
102
95
 
103
- input ListenerFilterInput {
96
+ input InputListenerFilter {
104
97
  documentType: [String!]
105
98
  documentId: [String!]
106
99
  scope: [String!]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,8 +20,8 @@
20
20
  "graphql-tag": "^2.12.6",
21
21
  "tsup": "^8.3.0",
22
22
  "@powerhousedao/scalars": "1.9.0",
23
- "document-model": "2.7.1",
24
- "document-drive": "1.5.0"
23
+ "document-drive": "1.5.0",
24
+ "document-model": "2.7.1"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@powerhousedao/scalars": "1.9.0",
@@ -33,23 +33,16 @@ type OperationSignerApp {
33
33
  key: String!
34
34
  }
35
35
 
36
- input InputListenerFilter {
37
- documentType: [String!]
38
- documentId: [String!]
39
- scope: [String!]
40
- branch: [String!]
41
- }
42
-
43
36
  type OperationSigner {
44
37
  app: OperationSignerApp
45
38
  user: OperationSignerUser
46
- signatures: [String!]!
39
+ signatures: [[String!]]!
47
40
  }
48
41
 
49
42
  input InputOperationSigner {
50
43
  app: InputOperationSignerApp
51
44
  user: InputOperationSignerUser
52
- signatures: [String!]!
45
+ signatures: [[String!]]!
53
46
  }
54
47
 
55
48
  type OperationContext {
@@ -100,7 +93,7 @@ input InputStrandUpdate {
100
93
  operations: [InputOperationUpdate!]!
101
94
  }
102
95
 
103
- input ListenerFilterInput {
96
+ input InputListenerFilter {
104
97
  documentType: [String!]
105
98
  documentId: [String!]
106
99
  scope: [String!]