@powerhousedao/reactor-api 1.10.0 → 1.10.2
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 +4 -18
- package/dist/index.js +3455 -3429
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/subgraphs/analytics/db.ts +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,10 @@
|
|
|
1
|
-
## 1.10.
|
|
2
|
-
|
|
3
|
-
### 🚀 Features
|
|
4
|
-
|
|
5
|
-
- **reactor-api:** Added support for processors ([#655](https://github.com/powerhouse-inc/powerhouse/pull/655))
|
|
6
|
-
|
|
7
|
-
### 🩹 Fixes
|
|
8
|
-
|
|
9
|
-
- **monorepo:** remove nx cloud id ([45da8784](https://github.com/powerhouse-inc/powerhouse/commit/45da8784))
|
|
1
|
+
## 1.10.2 (2024-12-11)
|
|
10
2
|
|
|
11
3
|
### 🧱 Updated Dependencies
|
|
12
4
|
|
|
13
|
-
- Updated document-model-libs to 1.121.
|
|
14
|
-
- Updated document-drive to 1.
|
|
15
|
-
- Updated document-model to 2.
|
|
16
|
-
- Updated @powerhousedao/scalars to 1.13.0
|
|
17
|
-
|
|
18
|
-
### ❤️ Thank You
|
|
19
|
-
|
|
20
|
-
- acaldas
|
|
21
|
-
- ryanwolhuter @ryanwolhuter
|
|
5
|
+
- Updated document-model-libs to 1.121.2
|
|
6
|
+
- Updated document-drive to 1.10.1
|
|
7
|
+
- Updated document-model to 2.12.0
|
|
22
8
|
|
|
23
9
|
## 1.2.0 (2024-10-29)
|
|
24
10
|
|