@cap-kit/rank 8.0.0 → 8.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.
- package/Package.swift +1 -1
- package/README.md +5 -1
- package/android/build.gradle +1 -1
- package/ios/Sources/RankPlugin/Version.swift +2 -2
- package/package.json +19 -7
package/Package.swift
CHANGED
|
@@ -10,7 +10,7 @@ let package = Package(
|
|
|
10
10
|
targets: ["RankPlugin"])
|
|
11
11
|
],
|
|
12
12
|
dependencies: [
|
|
13
|
-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0
|
|
13
|
+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.1.0")
|
|
14
14
|
],
|
|
15
15
|
targets: [
|
|
16
16
|
.target(
|
package/README.md
CHANGED
|
@@ -42,8 +42,12 @@ A high-performance Capacitor v8 plugin for unified <strong>In-App Reviews</stron
|
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
44
|
pnpm add @cap-kit/rank
|
|
45
|
+
# or
|
|
46
|
+
npm install @cap-kit/rank
|
|
47
|
+
# or
|
|
48
|
+
yarn add @cap-kit/rank
|
|
49
|
+
# then run:
|
|
45
50
|
npx cap sync
|
|
46
|
-
|
|
47
51
|
```
|
|
48
52
|
|
|
49
53
|
## Configuration
|
package/android/build.gradle
CHANGED
|
@@ -10,7 +10,7 @@ import Foundation
|
|
|
10
10
|
public enum PluginVersion {
|
|
11
11
|
/**
|
|
12
12
|
The semantic version string of the plugin.
|
|
13
|
-
Value synchronized from package.json: "8.0.
|
|
13
|
+
Value synchronized from package.json: "8.0.1"
|
|
14
14
|
*/
|
|
15
|
-
public static let number = "8.0.
|
|
15
|
+
public static let number = "8.0.1"
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cap-kit/rank",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"description": "Unified Capacitor v8 plugin for native In-App Reviews and cross-platform Store navigation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
7
|
+
"sideEffects": false,
|
|
7
8
|
"engines": {
|
|
8
9
|
"node": ">=24.0.0",
|
|
9
10
|
"pnpm": ">=10.0.0"
|
|
@@ -23,6 +24,10 @@
|
|
|
23
24
|
"LICENSE"
|
|
24
25
|
],
|
|
25
26
|
"author": "CapKit Team",
|
|
27
|
+
"funding": {
|
|
28
|
+
"type": "github",
|
|
29
|
+
"url": "https://github.com/sponsors/cap-kit"
|
|
30
|
+
},
|
|
26
31
|
"license": "MIT",
|
|
27
32
|
"repository": {
|
|
28
33
|
"type": "git",
|
|
@@ -45,15 +50,22 @@
|
|
|
45
50
|
"market",
|
|
46
51
|
"review"
|
|
47
52
|
],
|
|
53
|
+
"exports": {
|
|
54
|
+
".": {
|
|
55
|
+
"types": "./dist/esm/index.d.ts",
|
|
56
|
+
"import": "./dist/esm/index.js",
|
|
57
|
+
"require": "./dist/plugin.cjs.js"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
48
60
|
"publishConfig": {
|
|
49
61
|
"access": "public"
|
|
50
62
|
},
|
|
51
63
|
"devDependencies": {
|
|
52
|
-
"@capacitor/cli": "^8.0
|
|
53
|
-
"@capacitor/android": "^8.0
|
|
54
|
-
"@capacitor/core": "^8.0
|
|
64
|
+
"@capacitor/cli": "^8.1.0",
|
|
65
|
+
"@capacitor/android": "^8.1.0",
|
|
66
|
+
"@capacitor/core": "^8.1.0",
|
|
55
67
|
"@capacitor/docgen": "^0.3.1",
|
|
56
|
-
"@capacitor/ios": "^8.0
|
|
68
|
+
"@capacitor/ios": "^8.1.0",
|
|
57
69
|
"@eslint/eslintrc": "^3.3.3",
|
|
58
70
|
"@eslint/js": "^9.39.2",
|
|
59
71
|
"eslint": "^9.39.2",
|
|
@@ -65,10 +77,10 @@
|
|
|
65
77
|
"rollup": "^4.57.1",
|
|
66
78
|
"swiftlint": "^2.0.0",
|
|
67
79
|
"typescript": "^5.9.3",
|
|
68
|
-
"typescript-eslint": "^8.
|
|
80
|
+
"typescript-eslint": "^8.55.0"
|
|
69
81
|
},
|
|
70
82
|
"peerDependencies": {
|
|
71
|
-
"@capacitor/core": ">=8.0
|
|
83
|
+
"@capacitor/core": ">=8.1.0"
|
|
72
84
|
},
|
|
73
85
|
"capacitor": {
|
|
74
86
|
"ios": {
|