capacitor3-kakao-login 0.5.4 → 0.6.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # capacitor3-kakao-login
2
2
 
3
- kakao login for capacitor3
3
+ This plugin is kakao login for capacitor5 even if it's name is capacitor3.
4
4
 
5
5
  ## Install
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor3-kakao-login",
3
- "version": "0.5.4",
3
+ "version": "0.6.1",
4
4
  "description": "kakao login for capacitor5",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -28,7 +28,7 @@
28
28
  "native"
29
29
  ],
30
30
  "engines": {
31
- "node": "18.16.0"
31
+ "node": "20.16.0"
32
32
  },
33
33
  "scripts": {
34
34
  "verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
@@ -51,15 +51,16 @@
51
51
  "release": "np --any-branch --no-tests && echo 'done'"
52
52
  },
53
53
  "devDependencies": {
54
- "@capacitor/android": "^5.0.0",
55
- "@capacitor/core": "^5.0.0",
54
+ "@capacitor/android": "6.1.2",
55
+ "@capacitor/core": "6.1.2",
56
56
  "@capacitor/docgen": "^0.0.18",
57
- "@capacitor/ios": "^5.0.0",
57
+ "@capacitor/ios": "6.1.2",
58
58
  "@ionic/eslint-config": "^0.3.0",
59
59
  "@ionic/prettier-config": "^1.0.1",
60
60
  "@ionic/swiftlint-config": "^1.1.2",
61
61
  "eslint": "^7.11.0",
62
62
  "ncp": "^2.0.0",
63
+ "np": "^10.0.7",
63
64
  "prettier": "~2.3.0",
64
65
  "prettier-plugin-java": "~1.0.2",
65
66
  "rimraf": "^3.0.2",
@@ -69,7 +70,7 @@
69
70
  "typescript": "~4.1.5"
70
71
  },
71
72
  "peerDependencies": {
72
- "@capacitor/core": "^5.0.0"
73
+ "@capacitor/core": "^6.0.0"
73
74
  },
74
75
  "prettier": "@ionic/prettier-config",
75
76
  "swiftlint": "@ionic/swiftlint-config",