@cosmicdrift/kumiko-dev-server 0.11.1 → 0.12.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @cosmicdrift/kumiko-dev-server
2
2
 
3
+ ## 0.12.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0c1ebe5]
8
+ - @cosmicdrift/kumiko-bundled-features@0.12.0
9
+ - @cosmicdrift/kumiko-framework@0.12.0
10
+
11
+ ## 0.11.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [92a84f0]
16
+ - @cosmicdrift/kumiko-framework@0.11.2
17
+ - @cosmicdrift/kumiko-bundled-features@0.11.2
18
+
3
19
  ## 0.11.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-dev-server",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "description": "Development server bootstrap for Kumiko apps. Bundles the client, mints dev-JWTs, injects the resolved AppSchema, and seeds an admin. Not for production.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -48,8 +48,8 @@
48
48
  "kumiko-dev": "./bin/kumiko-dev.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@cosmicdrift/kumiko-bundled-features": "0.11.1",
52
- "@cosmicdrift/kumiko-framework": "0.11.1"
51
+ "@cosmicdrift/kumiko-bundled-features": "0.12.0",
52
+ "@cosmicdrift/kumiko-framework": "0.12.0"
53
53
  },
54
54
  "publishConfig": {
55
55
  "registry": "https://registry.npmjs.org",