@capgo/native-market 7.1.6 → 7.1.8
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/.github/ISSUE_TEMPLATE/bug-report.md +84 -0
- package/.github/ISSUE_TEMPLATE/feature-request.md +41 -0
- package/.github/workflows/autofix.yml +2 -2
- package/.github/workflows/build.yml +35 -11
- package/.github/workflows/bump_version.yml +2 -2
- package/.github/workflows/test.yml +4 -4
- package/CHANGELOG.md +5 -1
- package/package.json +1 -1
- package/renovate.json +28 -0
- package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -86
- package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -45
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: 🚨 Bug Report
|
|
3
|
+
about: Report something not working
|
|
4
|
+
title: 'bug: '
|
|
5
|
+
labels: ''
|
|
6
|
+
assignees: ''
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Bug Report
|
|
11
|
+
|
|
12
|
+
### Capacitor Version
|
|
13
|
+
<!--
|
|
14
|
+
Paste the output from the `npx cap doctor` command into the code block below. This will provide the versions of Capacitor packages and related dependencies.
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
PASTE OUTPUT HERE
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Plugin Version
|
|
22
|
+
<!--
|
|
23
|
+
Paste the output from the `npx @capgo/cli@latest doctor` command into the code block below. This will provide the versions of Capacitor updater package.
|
|
24
|
+
-->
|
|
25
|
+
```
|
|
26
|
+
PASTE OUTPUT HERE
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### context(s)
|
|
30
|
+
<!--
|
|
31
|
+
Please change the value acording to your context
|
|
32
|
+
-->
|
|
33
|
+
```md
|
|
34
|
+
ManualModel: false
|
|
35
|
+
AutoMode: false
|
|
36
|
+
CapgoCloud: false
|
|
37
|
+
OnPremise: false
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Platform(s)
|
|
41
|
+
<!--
|
|
42
|
+
List the platforms that this bug affects.
|
|
43
|
+
-->
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Current Behavior
|
|
48
|
+
<!--
|
|
49
|
+
Describe how the bug manifests. Be specific.
|
|
50
|
+
-->
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Expected Behavior
|
|
55
|
+
<!--
|
|
56
|
+
Describe what the behavior should be.
|
|
57
|
+
-->
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
### Code Reproduction
|
|
62
|
+
<!--
|
|
63
|
+
To isolate the cause of the problem, we ask you to provide a minimal sample application that demonstrates the issue.
|
|
64
|
+
For full instructions, see: https://github.com/ionic-team/capacitor/blob/HEAD/CONTRIBUTING.md#creating-a-code-reproduction
|
|
65
|
+
-->
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Other Technical Details
|
|
70
|
+
<!--
|
|
71
|
+
Please provide the following information with your request and any other relevant technical details (versions of IDEs, local environment info, plugin information or links, etc).
|
|
72
|
+
-->
|
|
73
|
+
|
|
74
|
+
`npm --version` output:
|
|
75
|
+
|
|
76
|
+
`node --version` output:
|
|
77
|
+
|
|
78
|
+
`pod --version` output (iOS issues only):
|
|
79
|
+
|
|
80
|
+
### Additional Context
|
|
81
|
+
<!--
|
|
82
|
+
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc.
|
|
83
|
+
-->
|
|
84
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ⚡️ Feature Request
|
|
3
|
+
about: Request a feature or change
|
|
4
|
+
title: 'feat: '
|
|
5
|
+
labels: ''
|
|
6
|
+
assignees: ''
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## Feature Request
|
|
11
|
+
|
|
12
|
+
### Description
|
|
13
|
+
<!--
|
|
14
|
+
Describe the feature request. If your feature request is related to a problem, be sure to describe that as well.
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Platform(s)
|
|
20
|
+
<!--
|
|
21
|
+
List the platforms for which this feature should be added.
|
|
22
|
+
-->
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Preferred Solution
|
|
27
|
+
<!-- Describe the solution you would prefer. -->
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Alternatives
|
|
32
|
+
<!-- Describe alternative solutions or features you've considered, if any. -->
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Additional Context
|
|
37
|
+
<!--
|
|
38
|
+
List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc.
|
|
39
|
+
-->
|
|
40
|
+
|
|
41
|
+
|
|
@@ -10,7 +10,7 @@ jobs:
|
|
|
10
10
|
runs-on: ubuntu-latest
|
|
11
11
|
steps:
|
|
12
12
|
- name: Checkout
|
|
13
|
-
uses: actions/checkout@
|
|
13
|
+
uses: actions/checkout@v5
|
|
14
14
|
- name: Setup bun
|
|
15
15
|
uses: oven-sh/setup-bun@v2
|
|
16
16
|
with:
|
|
@@ -20,4 +20,4 @@ jobs:
|
|
|
20
20
|
- name: Lint
|
|
21
21
|
id: lint_code
|
|
22
22
|
run: npm run fmt
|
|
23
|
-
- uses: autofix-ci/action@
|
|
23
|
+
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
|
|
@@ -1,22 +1,45 @@
|
|
|
1
1
|
name: Build source code and check lint
|
|
2
2
|
|
|
3
|
+
concurrency:
|
|
4
|
+
group: ${{ github.workflow }}-${{ github.ref }}
|
|
5
|
+
cancel-in-progress: true
|
|
6
|
+
|
|
3
7
|
on:
|
|
4
8
|
push:
|
|
5
9
|
tags:
|
|
6
10
|
- "*"
|
|
7
11
|
|
|
8
12
|
jobs:
|
|
13
|
+
lint:
|
|
14
|
+
runs-on: ubuntu-latest
|
|
15
|
+
steps:
|
|
16
|
+
- name: Check out
|
|
17
|
+
uses: actions/checkout@v5
|
|
18
|
+
- uses: oven-sh/setup-bun@v2
|
|
19
|
+
- name: Install dependencies
|
|
20
|
+
id: install_code
|
|
21
|
+
run: bun i
|
|
22
|
+
- name: Lint
|
|
23
|
+
id: lint_code
|
|
24
|
+
run: bun run lint
|
|
25
|
+
- name: Build
|
|
26
|
+
id: build_code
|
|
27
|
+
run: bun run build
|
|
28
|
+
- name: Verify
|
|
29
|
+
id: verify_code
|
|
30
|
+
run: bun run verify:web
|
|
9
31
|
build_android:
|
|
32
|
+
needs: lint
|
|
10
33
|
runs-on: ubuntu-latest
|
|
11
34
|
steps:
|
|
12
35
|
- name: Check out
|
|
13
|
-
uses: actions/checkout@
|
|
36
|
+
uses: actions/checkout@v5
|
|
14
37
|
- uses: oven-sh/setup-bun@v2
|
|
15
38
|
- name: Install dependencies
|
|
16
39
|
id: install_code
|
|
17
40
|
run: bun i
|
|
18
41
|
- name: Setup java
|
|
19
|
-
uses: actions/setup-java@
|
|
42
|
+
uses: actions/setup-java@v5
|
|
20
43
|
with:
|
|
21
44
|
distribution: 'zulu'
|
|
22
45
|
java-version: '21'
|
|
@@ -28,10 +51,11 @@ jobs:
|
|
|
28
51
|
id: build_code
|
|
29
52
|
run: npm run verify:android
|
|
30
53
|
build_ios:
|
|
54
|
+
needs: lint
|
|
31
55
|
runs-on: macOS-latest
|
|
32
56
|
steps:
|
|
33
57
|
- name: Check out
|
|
34
|
-
uses: actions/checkout@
|
|
58
|
+
uses: actions/checkout@v5
|
|
35
59
|
- uses: oven-sh/setup-bun@v2
|
|
36
60
|
- uses: actions/cache@v4
|
|
37
61
|
id: cocoapods-cache
|
|
@@ -51,24 +75,18 @@ jobs:
|
|
|
51
75
|
runs-on: ubuntu-latest
|
|
52
76
|
name: "Build code and npm release"
|
|
53
77
|
permissions:
|
|
54
|
-
contents:
|
|
78
|
+
contents: write
|
|
55
79
|
id-token: write
|
|
56
80
|
steps:
|
|
57
81
|
- name: Check out
|
|
58
|
-
uses: actions/checkout@
|
|
82
|
+
uses: actions/checkout@v5
|
|
59
83
|
- uses: oven-sh/setup-bun@v2
|
|
60
84
|
- name: Install dependencies
|
|
61
85
|
id: install_code
|
|
62
86
|
run: bun i
|
|
63
|
-
- name: Lint
|
|
64
|
-
id: lint_code
|
|
65
|
-
run: bun run lint
|
|
66
87
|
- name: Build
|
|
67
88
|
id: build_code
|
|
68
89
|
run: bun run build
|
|
69
|
-
- name: Verify
|
|
70
|
-
id: verify_code
|
|
71
|
-
run: bun run verify:web
|
|
72
90
|
- uses: JS-DevTools/npm-publish@v3
|
|
73
91
|
if: ${{ !contains(github.ref, '-alpha.') }}
|
|
74
92
|
with:
|
|
@@ -80,3 +98,9 @@ jobs:
|
|
|
80
98
|
token: ${{ secrets.NPM_TOKEN }}
|
|
81
99
|
tag: next
|
|
82
100
|
provenance: true
|
|
101
|
+
- name: Create GitHub release
|
|
102
|
+
id: create_release
|
|
103
|
+
uses: softprops/action-gh-release@v2
|
|
104
|
+
with:
|
|
105
|
+
generate_release_notes: true
|
|
106
|
+
prerelease: ${{ contains(github.ref, '-alpha.') }}
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
name: "Bump version and create changelog with standard version"
|
|
14
14
|
steps:
|
|
15
15
|
- name: Check out
|
|
16
|
-
uses: actions/checkout@
|
|
16
|
+
uses: actions/checkout@v5
|
|
17
17
|
with:
|
|
18
18
|
fetch-depth: 0
|
|
19
19
|
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
48
48
|
runs-on: ubuntu-latest
|
|
49
49
|
name: "Create global cache on main branch"
|
|
50
50
|
steps:
|
|
51
|
-
- uses: actions/checkout@
|
|
51
|
+
- uses: actions/checkout@v5
|
|
52
52
|
- uses: oven-sh/setup-bun@v2
|
|
53
53
|
- name: Install dependencies
|
|
54
54
|
id: install_code
|
|
@@ -12,13 +12,13 @@ jobs:
|
|
|
12
12
|
runs-on: ubuntu-latest
|
|
13
13
|
steps:
|
|
14
14
|
- name: Check out
|
|
15
|
-
uses: actions/checkout@
|
|
15
|
+
uses: actions/checkout@v5
|
|
16
16
|
- uses: oven-sh/setup-bun@v2
|
|
17
17
|
- name: Install dependencies
|
|
18
18
|
id: install_code
|
|
19
19
|
run: bun i
|
|
20
20
|
- name: Setup java
|
|
21
|
-
uses: actions/setup-java@
|
|
21
|
+
uses: actions/setup-java@v5
|
|
22
22
|
with:
|
|
23
23
|
distribution: 'zulu'
|
|
24
24
|
java-version: '21'
|
|
@@ -29,7 +29,7 @@ jobs:
|
|
|
29
29
|
runs-on: macOS-latest
|
|
30
30
|
steps:
|
|
31
31
|
- name: Check out
|
|
32
|
-
uses: actions/checkout@
|
|
32
|
+
uses: actions/checkout@v5
|
|
33
33
|
- uses: oven-sh/setup-bun@v2
|
|
34
34
|
- name: Install dependencies
|
|
35
35
|
id: install_code
|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
42
42
|
name: 'Build code and test'
|
|
43
43
|
steps:
|
|
44
44
|
- name: Check out
|
|
45
|
-
uses: actions/checkout@
|
|
45
|
+
uses: actions/checkout@v5
|
|
46
46
|
- uses: oven-sh/setup-bun@v2
|
|
47
47
|
- name: Install dependencies
|
|
48
48
|
id: install_code
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file. See [
|
|
3
|
+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
## [7.1.8](https://github.com/Cap-go/capacitor-native-market/compare/7.1.7...7.1.8) (2025-10-08)
|
|
6
|
+
|
|
7
|
+
## [7.1.7](https://github.com/Cap-go/capacitor-native-market/compare/7.1.6...7.1.7) (2025-10-08)
|
|
4
8
|
|
|
5
9
|
### [7.1.6](https://github.com/Cap-go/capacitor-native-market/compare/7.1.5...7.1.6) (2025-07-19)
|
|
6
10
|
|
package/package.json
CHANGED
package/renovate.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"config:base",
|
|
5
5
|
"schedule:earlyMondays"
|
|
6
6
|
],
|
|
7
|
+
"dependencyDashboard": false,
|
|
7
8
|
"lockFileMaintenance": {
|
|
8
9
|
"enabled": true,
|
|
9
10
|
"automerge": true,
|
|
@@ -15,6 +16,33 @@
|
|
|
15
16
|
"matchUpdateTypes": ["minor", "patch"],
|
|
16
17
|
"matchCurrentVersion": "!/^0/",
|
|
17
18
|
"automerge": true
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"matchPackageNames": ["eslint"],
|
|
22
|
+
"matchManagers": ["npm"],
|
|
23
|
+
"enabled": false
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"matchPackagePatterns": ["^com\\.google\\..*"],
|
|
27
|
+
"matchCurrentVersion": "/^.*-android$/",
|
|
28
|
+
"allowedVersions": "/^.*-android$/"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"matchPackagePatterns": ["^com\\.android\\.tools\\.build\\:gradle$"],
|
|
32
|
+
"matchManagers": ["gradle"],
|
|
33
|
+
"enabled": false
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"matchDepTypes": ["peerDependencies"],
|
|
37
|
+
"matchPackageNames": ["@capacitor/core"],
|
|
38
|
+
"matchUpdateTypes": ["minor", "patch"],
|
|
39
|
+
"enabled": false
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"matchDepTypes": ["peerDependencies"],
|
|
43
|
+
"matchPackageNames": ["@capacitor/core"],
|
|
44
|
+
"rangeStrategy": "replace",
|
|
45
|
+
"allowedVersions": "/^>=\\d+\\.0\\.0$/"
|
|
18
46
|
}
|
|
19
47
|
]
|
|
20
48
|
}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
name: 🚨 Bug report
|
|
2
|
-
title: "bug: "
|
|
3
|
-
description: Create a bug report to help us improve
|
|
4
|
-
labels: ["bug/fix", "needs: triage"]
|
|
5
|
-
|
|
6
|
-
body:
|
|
7
|
-
- type: input
|
|
8
|
-
attributes:
|
|
9
|
-
label: Version
|
|
10
|
-
description: |
|
|
11
|
-
Let us know the version number of each affected plugin. Please make sure you are using the latest version before reporting an issue. Chances are that the bug you discovered has already been fixed in a subsequent version.
|
|
12
|
-
placeholder: 6.0.0
|
|
13
|
-
validations:
|
|
14
|
-
required: true
|
|
15
|
-
- type: checkboxes
|
|
16
|
-
attributes:
|
|
17
|
-
label: Platform(s)
|
|
18
|
-
description: Select the platforms that this bug affects.
|
|
19
|
-
options:
|
|
20
|
-
- label: Android
|
|
21
|
-
- label: iOS
|
|
22
|
-
- label: Web
|
|
23
|
-
- type: textarea
|
|
24
|
-
attributes:
|
|
25
|
-
label: Current behavior
|
|
26
|
-
description: A concise description of what you're experiencing.
|
|
27
|
-
validations:
|
|
28
|
-
required: true
|
|
29
|
-
- type: textarea
|
|
30
|
-
attributes:
|
|
31
|
-
label: Expected behavior
|
|
32
|
-
description: A concise description of what you expected to happen.
|
|
33
|
-
validations:
|
|
34
|
-
required: true
|
|
35
|
-
- type: input
|
|
36
|
-
attributes:
|
|
37
|
-
label: Reproduction
|
|
38
|
-
description: |
|
|
39
|
-
Please provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) in a public GitHub repository so that we can debug the issue.
|
|
40
|
-
We have prepared a template repository that you can use: [Cap-go/.capacitor-app](https://github.com/Cap-go/.capacitor-app).
|
|
41
|
-
placeholder: https://github.com/...
|
|
42
|
-
validations:
|
|
43
|
-
required: false
|
|
44
|
-
- type: textarea
|
|
45
|
-
attributes:
|
|
46
|
-
label: Steps to reproduce
|
|
47
|
-
description: Steps to reproduce the behaviour using the provided example.
|
|
48
|
-
placeholder: |
|
|
49
|
-
1. In this environment...
|
|
50
|
-
2. With this config...
|
|
51
|
-
3. Run '...'
|
|
52
|
-
4. See error...
|
|
53
|
-
validations:
|
|
54
|
-
required: true
|
|
55
|
-
- type: textarea
|
|
56
|
-
attributes:
|
|
57
|
-
label: Other information
|
|
58
|
-
description: List any other information that is relevant to your issue. Device information, stack traces, screenshots, related issues, etc.
|
|
59
|
-
- type: textarea
|
|
60
|
-
attributes:
|
|
61
|
-
label: Capacitor doctor
|
|
62
|
-
description: Run `npx cap doctor` in a terminal and paste the output below.
|
|
63
|
-
validations:
|
|
64
|
-
required: true
|
|
65
|
-
- type: checkboxes
|
|
66
|
-
attributes:
|
|
67
|
-
label: Before submitting
|
|
68
|
-
description: |
|
|
69
|
-
A well-written bug report allows the maintainers to quickly recreate the necessary conditions to inspect the bug and quickly find its root cause.
|
|
70
|
-
Please ensure your bug report fulfills all of the following requirements.
|
|
71
|
-
options:
|
|
72
|
-
- label: I have read and followed the [bug report guidelines](https://capawesome.io/contributing/bug-reports/).
|
|
73
|
-
required: true
|
|
74
|
-
- label: I have attached links to possibly related issues and discussions.
|
|
75
|
-
required: true
|
|
76
|
-
- label: I understand that incomplete issues (e.g. without reproduction) are closed.
|
|
77
|
-
required: true
|
|
78
|
-
- type: checkboxes
|
|
79
|
-
attributes:
|
|
80
|
-
label: Fastest way to fix this issue
|
|
81
|
-
description: |
|
|
82
|
-
Founding is a great way to get your issue fixed fast. This make community contributions more likely to happen and discharge the maintainers from the burden of being the only one fixing all issues.
|
|
83
|
-
options:
|
|
84
|
-
- label: I want to get this fix ASAP and [found the issue with Algora](https://console.algora.io/org/gl/bounties/community?fund=Cap-go%2Fcapacitor-inappbrowser) we recommend ($50 to $500)
|
|
85
|
-
required: false
|
|
86
|
-
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
name: ⚡️ Feature request
|
|
2
|
-
title: "feat: "
|
|
3
|
-
description: Suggest an idea for this project
|
|
4
|
-
labels: ["feature", "needs: triage"]
|
|
5
|
-
|
|
6
|
-
body:
|
|
7
|
-
- type: textarea
|
|
8
|
-
attributes:
|
|
9
|
-
label: Current problem
|
|
10
|
-
description: A clear and concise description of what the problem is.
|
|
11
|
-
placeholder: I'm always frustrated when [...]
|
|
12
|
-
validations:
|
|
13
|
-
required: true
|
|
14
|
-
- type: textarea
|
|
15
|
-
attributes:
|
|
16
|
-
label: Preferred solution
|
|
17
|
-
description: A clear and concise description of what you want to happen.
|
|
18
|
-
validations:
|
|
19
|
-
required: true
|
|
20
|
-
- type: textarea
|
|
21
|
-
attributes:
|
|
22
|
-
label: Alternative options
|
|
23
|
-
description: A clear and concise description of any alternative solutions or features you've considered.
|
|
24
|
-
- type: textarea
|
|
25
|
-
attributes:
|
|
26
|
-
label: Additional context
|
|
27
|
-
description: Add any other context or screenshots about the feature request here.
|
|
28
|
-
- type: checkboxes
|
|
29
|
-
attributes:
|
|
30
|
-
label: Before submitting
|
|
31
|
-
description: |
|
|
32
|
-
Please ensure your idea fulfills all of the following requirements.
|
|
33
|
-
options:
|
|
34
|
-
- label: I have read and followed the [feature request guidelines](https://capawesome.io/contributing/feature-requests/).
|
|
35
|
-
required: true
|
|
36
|
-
- label: I have attached links to possibly related issues and discussions.
|
|
37
|
-
required: true
|
|
38
|
-
- type: checkboxes
|
|
39
|
-
attributes:
|
|
40
|
-
label: Fastest way to get this feature added
|
|
41
|
-
description: |
|
|
42
|
-
Founding is a great way to get your feature added fast. This make community contributions more likely to happen and discharge the maintainers from the burden of being the only one adding features.
|
|
43
|
-
options:
|
|
44
|
-
- label: I want to get this feature ASAP and [found the issue with Algora](https://console.algora.io/org/gl/bounties/community?fund=Cap-go%2Fcapacitor-inappbrowser) we recommend ($100 to $1000)
|
|
45
|
-
required: false
|