byzip-v2-sdk 1.0.39 → 1.0.43

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byzip-v2-sdk",
3
- "version": "1.0.39",
3
+ "version": "1.0.43",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -22,7 +22,8 @@
22
22
  "description": "분양모음집 V2 SDK - 프론트엔드와 백엔드 간 타입 통일을 위한 TypeScript SDK",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://github.com/byzip-v2/byzip-be-v2-spring"
25
+ "url": "git+https://github.com/byzip-v2/byzip-be-v2-spring.git",
26
+ "directory": "sdk-package"
26
27
  },
27
28
  "homepage": "https://github.com/byzip-v2/byzip-be-v2-spring#readme",
28
29
  "bugs": {