@bobbykim/manguito-cms-api 0.1.0 → 0.1.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/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Bobby Kim
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/index.js CHANGED
@@ -2662,7 +2662,7 @@ function registerUserRoutes(app, db, requirePermission, requireHierarchy) {
2662
2662
  var import_drizzle_orm6 = require("drizzle-orm");
2663
2663
  var API_VERSION = (() => {
2664
2664
  try {
2665
- return "0.1.0";
2665
+ return "0.1.1";
2666
2666
  } catch {
2667
2667
  return "0.0.0";
2668
2668
  }
package/dist/index.mjs CHANGED
@@ -2624,7 +2624,7 @@ function registerUserRoutes(app, db, requirePermission, requireHierarchy) {
2624
2624
  import { sql as sql6 } from "drizzle-orm";
2625
2625
  var API_VERSION = (() => {
2626
2626
  try {
2627
- return "0.1.0";
2627
+ return "0.1.1";
2628
2628
  } catch {
2629
2629
  return "0.0.0";
2630
2630
  }
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "@bobbykim/manguito-cms-api",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
+ "license": "MIT",
5
+ "author": "Bobby Kim <bobby.sihun.kim@gmail.com>",
6
+ "homepage": "https://github.com/bobbykim89/manguito-cms",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/bobbykim89/manguito-cms.git",
10
+ "directory": "packages/api"
11
+ },
4
12
  "engines": {
5
13
  "node": ">=22.0.0"
6
14
  },
@@ -41,8 +49,8 @@
41
49
  "drizzle-orm": "^0.45.2",
42
50
  "hono": "^4.12.28",
43
51
  "zod": "^4.4.3",
44
- "@bobbykim/manguito-cms-core": "0.1.0",
45
- "@bobbykim/manguito-cms-db": "0.1.0"
52
+ "@bobbykim/manguito-cms-core": "0.1.1",
53
+ "@bobbykim/manguito-cms-db": "0.1.1"
46
54
  },
47
55
  "devDependencies": {
48
56
  "@types/bcryptjs": "^2.4.6",