@kanjijs/cli 0.2.0-beta.30 → 0.2.0-beta.31

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/dist/index.js CHANGED
@@ -20093,6 +20093,8 @@ ${exportStatement}`);
20093
20093
  const pkg = await import_fs_extra.default.readJson(pkgPath);
20094
20094
  const deps = { ...pkg.dependencies, ...pkg.devDependencies };
20095
20095
  const missing = [];
20096
+ if (!deps["@kanjijs/core"])
20097
+ missing.push("@kanjijs/core@beta");
20096
20098
  if (!deps["@kanjijs/store"])
20097
20099
  missing.push("@kanjijs/store@beta");
20098
20100
  if (!deps["drizzle-orm"])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kanjijs/cli",
3
- "version": "0.2.0-beta.30",
3
+ "version": "0.2.0-beta.31",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "kanji": "./dist/index.js"
@@ -21,7 +21,7 @@
21
21
  "fs-extra": "^11.3.3",
22
22
  "picocolors": "^1.1.1",
23
23
  "openapi-typescript-codegen": "^0.25.0",
24
- "@kanjijs/openapi": "^0.2.0-beta.30"
24
+ "@kanjijs/openapi": "^0.2.0-beta.31"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/fs-extra": "^11.0.4"
@@ -7,12 +7,12 @@
7
7
  "start": "bun run src/main.ts"
8
8
  },
9
9
  "dependencies": {
10
- "@kanjijs/core": "^0.2.0-beta.30",
11
- "@kanjijs/platform-bun": "^0.2.0-beta.30",
12
- "@kanjijs/platform-hono": "^0.2.0-beta.30",
13
- "@kanjijs/auth": "^0.2.0-beta.30",
14
- "@kanjijs/logger": "^0.2.0-beta.30",
15
- "@kanjijs/throttler": "^0.2.0-beta.30",
10
+ "@kanjijs/core": "^0.2.0-beta.31",
11
+ "@kanjijs/platform-bun": "^0.2.0-beta.31",
12
+ "@kanjijs/platform-hono": "^0.2.0-beta.31",
13
+ "@kanjijs/auth": "^0.2.0-beta.31",
14
+ "@kanjijs/logger": "^0.2.0-beta.31",
15
+ "@kanjijs/throttler": "^0.2.0-beta.31",
16
16
  "hono": "^4.0.0",
17
17
  "reflect-metadata": "^0.2.0",
18
18
  "zod": "^3.0.0"