@powerhousedao/reactor-api 1.8.0 → 1.9.0
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 +14 -13
- package/dist/index.d.ts +0 -1
- package/dist/index.js +22295 -711
- package/dist/index.js.map +1 -1
- package/package.json +6 -10
- package/src/router.ts +8 -9
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.9.0 (2024-12-09)
|
|
2
2
|
|
|
3
3
|
### 🚀 Features
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- **
|
|
10
|
-
- **
|
|
5
|
+
- **monorepo:** simplify check action ([a22745f4](https://github.com/powerhouse-inc/powerhouse/commit/a22745f4))
|
|
6
|
+
- **monorepo:** simplify parallel task execution ([0ed8df13](https://github.com/powerhouse-inc/powerhouse/commit/0ed8df13))
|
|
7
|
+
- **monorepo:** handle merge conflicts ([bfa6f0a0](https://github.com/powerhouse-inc/powerhouse/commit/bfa6f0a0))
|
|
8
|
+
- **monorepo:** handle project references ([3b6c046f](https://github.com/powerhouse-inc/powerhouse/commit/3b6c046f))
|
|
9
|
+
- **document-model-libs:** move tailwind config to workspace root ([74b9869a](https://github.com/powerhouse-inc/powerhouse/commit/74b9869a))
|
|
10
|
+
- **document-model-libs:** remove wrong peer deps ([5fd7ef67](https://github.com/powerhouse-inc/powerhouse/commit/5fd7ef67))
|
|
11
|
+
- use unified deps ([38c759a9](https://github.com/powerhouse-inc/powerhouse/commit/38c759a9))
|
|
12
|
+
- **monorepo:** fix export declarations ([58908779](https://github.com/powerhouse-inc/powerhouse/commit/58908779))
|
|
11
13
|
|
|
12
14
|
### 🧱 Updated Dependencies
|
|
13
15
|
|
|
14
|
-
- Updated document-model-libs to 1.
|
|
15
|
-
- Updated document-drive to 1.
|
|
16
|
-
- Updated document-model to 2.
|
|
17
|
-
- Updated @powerhousedao/scalars to 1.
|
|
16
|
+
- Updated document-model-libs to 1.119.0
|
|
17
|
+
- Updated document-drive to 1.8.0
|
|
18
|
+
- Updated document-model to 2.10.0
|
|
19
|
+
- Updated @powerhousedao/scalars to 1.12.0
|
|
18
20
|
|
|
19
21
|
### ❤️ Thank You
|
|
20
22
|
|
|
21
|
-
-
|
|
22
|
-
- Guillermo Puente Sandoval @gpuente
|
|
23
|
+
- ryanwolhuter @ryanwolhuter
|
|
23
24
|
|
|
24
25
|
## 1.2.0 (2024-10-29)
|
|
25
26
|
|