@gaonjs/web 0.1.1 → 0.1.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 (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.0";
1
+ export declare const version: string;
2
2
  export declare const status: "planned";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaonjs/web",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Gaon 웹 레이어: Fastify 통합·파일 기반 라우팅·보안 기본값 (구현 예정)",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -24,7 +24,7 @@
24
24
  "README.md"
25
25
  ],
26
26
  "dependencies": {
27
- "@gaonjs/core": "0.1.1"
27
+ "@gaonjs/core": "0.1.2"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "node ../../node_modules/typescript/bin/tsc -p tsconfig.json"