@maroonedsoftware/johnny5 1.0.0 → 1.0.2

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maroonedsoftware/johnny5",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "CLI framework for ServerKit-based applications — plugin registration, doctor runner, and opt-in Postgres/Redis/Docker integrations",
5
5
  "author": {
6
6
  "name": "Marooned Software",
@@ -75,16 +75,16 @@
75
75
  "commander": "^14.0.3",
76
76
  "execa": "^9.6.0",
77
77
  "injectkit": "^1.2.0",
78
- "@maroonedsoftware/appconfig": "1.4.1",
78
+ "@maroonedsoftware/appconfig": "1.5.0",
79
79
  "@maroonedsoftware/logger": "1.1.0"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "ioredis": "^5.10.0",
83
83
  "kysely": "^0.28.0",
84
84
  "pg": "^8.20.0",
85
+ "@maroonedsoftware/koa": "2.2.3",
85
86
  "@maroonedsoftware/permissions": "0.2.0",
86
- "@maroonedsoftware/permissions-dsl": "0.4.0",
87
- "@maroonedsoftware/koa": "2.2.1"
87
+ "@maroonedsoftware/permissions-dsl": "0.4.0"
88
88
  },
89
89
  "peerDependenciesMeta": {
90
90
  "@maroonedsoftware/koa": {
@@ -113,11 +113,11 @@
113
113
  "pg": "^8.20.0",
114
114
  "tsup": "^8.5.1",
115
115
  "vitest": "^4.1.5",
116
- "@maroonedsoftware/koa": "2.2.1",
117
- "@maroonedsoftware/permissions": "0.2.0",
116
+ "@maroonedsoftware/koa": "2.2.3",
118
117
  "@maroonedsoftware/permissions-dsl": "0.4.0",
118
+ "@repo/config-typescript": "0.1.0",
119
119
  "@repo/config-eslint": "0.2.1",
120
- "@repo/config-typescript": "0.1.0"
120
+ "@maroonedsoftware/permissions": "0.2.0"
121
121
  },
122
122
  "scripts": {
123
123
  "build": "tsup",