create-kumiko-app 0.4.242 → 0.4.243

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.
@@ -2125,6 +2125,9 @@
2125
2125
  "tags:write:create-tag",
2126
2126
  "tags:write:delete-tag",
2127
2127
  "tags:write:remove-tag",
2128
+ "tags:write:tag:create",
2129
+ "tags:write:tag:delete",
2130
+ "tags:write:tag:update",
2128
2131
  "tags:write:update-tag"
2129
2132
  ],
2130
2133
  "uiHints": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kumiko-app",
3
- "version": "0.4.242",
3
+ "version": "0.4.243",
4
4
  "description": "`bun create kumiko-app <name>` — scaffold a new Kumiko app with an interactive feature picker.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -27,9 +27,9 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@cosmicdrift/kumiko-dev-server": "0.220.0",
31
- "@cosmicdrift/kumiko-framework": "0.220.0",
32
- "@cosmicdrift/kumiko-server-runtime": "0.220.0",
30
+ "@cosmicdrift/kumiko-dev-server": "0.220.1",
31
+ "@cosmicdrift/kumiko-framework": "0.220.1",
32
+ "@cosmicdrift/kumiko-server-runtime": "0.220.1",
33
33
  "@inquirer/core": "^10.0.0",
34
34
  "@inquirer/prompts": "^7.4.0"
35
35
  },