@powerhousedao/reactor-local 1.2.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 +46 -0
- package/dist/chunk-VFTWNJCU.js +3935 -0
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +30 -0
- package/dist/server.d.ts +3 -0
- package/dist/server.js +1 -0
- package/drizzle.config.ts +11 -0
- package/package.json +52 -0
- package/src/cli.ts +56 -0
- package/src/server.ts +85 -0
- package/tsconfig.json +22 -0
- package/tsup.config.ts +45 -0
- package/types.d.ts +5 -0
- package/types.ts +10 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
## 1.2.0 (2024-10-29)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **reactor-local:** added access public ([dc07aa66](https://github.com/powerhouse-inc/powerhouse/commit/dc07aa66))
|
|
6
|
+
- **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
|
|
7
|
+
|
|
8
|
+
### 🧱 Updated Dependencies
|
|
9
|
+
|
|
10
|
+
- Updated @powerhousedao/general-document-indexer to 1.2.0
|
|
11
|
+
- Updated @powerhousedao/reactor-api to 1.2.0
|
|
12
|
+
|
|
13
|
+
### ❤️ Thank You
|
|
14
|
+
|
|
15
|
+
- acaldas
|
|
16
|
+
- Guillermo Puente @gpuente
|
|
17
|
+
|
|
18
|
+
## 1.1.0 (2024-10-29)
|
|
19
|
+
|
|
20
|
+
### 🚀 Features
|
|
21
|
+
|
|
22
|
+
- **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
|
|
23
|
+
|
|
24
|
+
### ❤️ Thank You
|
|
25
|
+
|
|
26
|
+
- acaldas
|
|
27
|
+
|
|
28
|
+
## 1.0.2 (2024-10-29)
|
|
29
|
+
|
|
30
|
+
### 🚀 Features
|
|
31
|
+
|
|
32
|
+
- **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
|
|
33
|
+
|
|
34
|
+
### 🧱 Updated Dependencies
|
|
35
|
+
|
|
36
|
+
- Updated @powerhousedao/reactor-api to 1.1.0
|
|
37
|
+
|
|
38
|
+
### ❤️ Thank You
|
|
39
|
+
|
|
40
|
+
- acaldas
|
|
41
|
+
|
|
42
|
+
## 1.0.1 (2024-10-29)
|
|
43
|
+
|
|
44
|
+
### 🧱 Updated Dependencies
|
|
45
|
+
|
|
46
|
+
- Updated @powerhousedao/general-document-indexer to 1.1.0
|