@powerhousedao/reactor-api 1.10.3 → 1.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -16
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,22 +1,9 @@
1
- ## 1.10.3 (2024-12-12)
2
-
3
- ### 🚀 Features
4
-
5
- - **document-model:** export generateId method ([71d945b2](https://github.com/powerhouse-inc/powerhouse/commit/71d945b2))
6
-
7
- ### 🩹 Fixes
8
-
9
- - **reactor-api:** import AnalyticsPath from reactor-api ([90bb1a4d](https://github.com/powerhouse-inc/powerhouse/commit/90bb1a4d))
1
+ ## 1.10.4 (2024-12-12)
10
2
 
11
3
  ### 🧱 Updated Dependencies
12
4
 
13
- - Updated document-model-libs to 1.122.0
14
- - Updated document-drive to 1.11.0
15
- - Updated document-model to 2.13.0
16
-
17
- ### ❤️ Thank You
18
-
19
- - acaldas @acaldas
5
+ - Updated document-model-libs to 1.122.1
6
+ - Updated document-drive to 1.11.1
20
7
 
21
8
  ## 1.2.0 (2024-10-29)
22
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/reactor-api",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "esbuild": "^0.24.0",
22
22
  "graphql-tag": "^2.12.6",
23
23
  "@powerhousedao/scalars": "1.13.0",
24
- "document-drive": "1.11.0",
24
+ "document-drive": "1.11.1",
25
25
  "document-model": "2.13.0"
26
26
  },
27
27
  "dependencies": {
@@ -42,7 +42,7 @@
42
42
  "nanoevents": "^9.0.0",
43
43
  "pg": "^8.13.0",
44
44
  "uuid": "^9.0.1",
45
- "document-model-libs": "1.122.0"
45
+ "document-model-libs": "1.122.1"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup",