@cosmicdrift/kumiko-framework 0.8.0 → 0.8.1
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 +6 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @cosmicdrift/kumiko-framework
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4b5f91e: Expose `./package.json` via subpath export so downstream tooling (publish/materialize, app-templates) can derive the installed framework version at runtime without manual version-pin drift.
|
|
8
|
+
|
|
3
9
|
## 0.8.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-framework",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Framework core — engine, pipeline, API, DB, and every other bit that makes Kumiko go.",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -151,7 +151,8 @@
|
|
|
151
151
|
"./utils": {
|
|
152
152
|
"types": "./src/utils/index.ts",
|
|
153
153
|
"default": "./src/utils/index.ts"
|
|
154
|
-
}
|
|
154
|
+
},
|
|
155
|
+
"./package.json": "./package.json"
|
|
155
156
|
},
|
|
156
157
|
"dependencies": {
|
|
157
158
|
"bullmq": "^5.76.7",
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
"zod": "^4.4.3"
|
|
172
173
|
},
|
|
173
174
|
"devDependencies": {
|
|
174
|
-
"@cosmicdrift/kumiko-dispatcher-live": "0.8.
|
|
175
|
+
"@cosmicdrift/kumiko-dispatcher-live": "0.8.1",
|
|
175
176
|
"@types/uuid": "^11.0.0",
|
|
176
177
|
"bun-types": "^1.3.13",
|
|
177
178
|
"drizzle-kit": "^0.31.10",
|