@package-kr/react-native-kakao-signin 0.0.1 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +11 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@package-kr/react-native-kakao-signin",
3
- "version": "0.0.1",
3
+ "version": "1.0.1",
4
4
  "description": "React Native Kakao Login",
5
5
  "main": "src/index",
6
6
  "types": "src/index.d.ts",
@@ -8,6 +8,7 @@
8
8
  "android": "npm run android --workspace KakaoLoginExample",
9
9
  "ios": "npm run ios --workspace KakaoLoginExample --",
10
10
  "lint": "npm run lint --workspaces --if-present",
11
+ "release": "semantic-release",
11
12
  "start": "npm run start --workspace KakaoLoginExample",
12
13
  "test": "npm run test --workspaces --if-present"
13
14
  },
@@ -50,5 +51,14 @@
50
51
  },
51
52
  "engines": {
52
53
  "node": ">= 22.11.0"
54
+ },
55
+ "devDependencies": {
56
+ "@semantic-release/commit-analyzer": "^13.0.1",
57
+ "@semantic-release/git": "^10.0.1",
58
+ "@semantic-release/github": "^12.0.6",
59
+ "@semantic-release/npm": "^13.1.5",
60
+ "@semantic-release/release-notes-generator": "^14.1.0",
61
+ "conventional-changelog-conventionalcommits": "^9.3.1",
62
+ "semantic-release": "^25.0.3"
53
63
  }
54
64
  }