@powerhousedao/reactor-api 6.0.2-staging.7 → 6.0.2-staging.8

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +11 -11
package/dist/index.mjs CHANGED
@@ -4903,10 +4903,10 @@ const ADMIN_USERS = getAdminUsers();
4903
4903
  //#endregion
4904
4904
  //#region src/graphql/system/version.ts
4905
4905
  function getVersion() {
4906
- return "6.0.2-staging.7";
4906
+ return "6.0.2-staging.8";
4907
4907
  }
4908
4908
  function getGitHash() {
4909
- return "6b981a6f1934d98ad53dde1f68a46d9758d7c962";
4909
+ return "73b61d635a96ec28c98d43b5de72b09fcc9fb0d4";
4910
4910
  }
4911
4911
  function getGitUrl() {
4912
4912
  return buildTreeUrl(getGitHash());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "6.0.2-staging.7",
3
+ "version": "6.0.2-staging.8",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "repository": {
@@ -70,16 +70,16 @@
70
70
  "ws": "^8.18.3",
71
71
  "zod": "4.3.6",
72
72
  "graphql-tag": "2.12.6",
73
- "@powerhousedao/analytics-engine-core": "6.0.2-staging.7",
74
- "@powerhousedao/analytics-engine-pg": "6.0.2-staging.7",
75
- "@powerhousedao/config": "6.0.2-staging.7",
76
- "@powerhousedao/reactor": "6.0.2-staging.7",
77
- "@powerhousedao/analytics-engine-graphql": "6.0.2-staging.7",
78
- "@powerhousedao/reactor-attachments": "6.0.2-staging.7",
79
- "@powerhousedao/reactor-mcp": "6.0.2-staging.7",
80
- "@powerhousedao/shared": "6.0.2-staging.7",
81
- "@renown/sdk": "6.0.2-staging.7",
82
- "document-model": "6.0.2-staging.7"
73
+ "@powerhousedao/analytics-engine-core": "6.0.2-staging.8",
74
+ "@powerhousedao/analytics-engine-graphql": "6.0.2-staging.8",
75
+ "@powerhousedao/analytics-engine-pg": "6.0.2-staging.8",
76
+ "@powerhousedao/config": "6.0.2-staging.8",
77
+ "@powerhousedao/reactor": "6.0.2-staging.8",
78
+ "@powerhousedao/reactor-attachments": "6.0.2-staging.8",
79
+ "@powerhousedao/reactor-mcp": "6.0.2-staging.8",
80
+ "@powerhousedao/shared": "6.0.2-staging.8",
81
+ "document-model": "6.0.2-staging.8",
82
+ "@renown/sdk": "6.0.2-staging.8"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@graphql-codegen/cli": "6.1.1",