@capgo/native-market 7.1.8 → 7.1.9

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
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
4
 
5
+ ## [7.1.9](https://github.com/Cap-go/capacitor-native-market/compare/7.1.8...7.1.9) (2025-10-08)
6
+
5
7
  ## [7.1.8](https://github.com/Cap-go/capacitor-native-market/compare/7.1.7...7.1.8) (2025-10-08)
6
8
 
7
9
  ## [7.1.7](https://github.com/Cap-go/capacitor-native-market/compare/7.1.6...7.1.7) (2025-10-08)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-market",
3
- "version": "7.1.8",
3
+ "version": "7.1.9",
4
4
  "description": "A native market plugin for linking to google play or app store.",
5
5
  "module": "dist/esm/index.js",
6
6
  "main": "dist/esm/index.js",
package/renovate.json CHANGED
@@ -32,6 +32,11 @@
32
32
  "matchManagers": ["gradle"],
33
33
  "enabled": false
34
34
  },
35
+ {
36
+ "matchPackageNames": ["capacitor-swift-pm"],
37
+ "matchManagers": ["swift"],
38
+ "enabled": false
39
+ },
35
40
  {
36
41
  "matchDepTypes": ["peerDependencies"],
37
42
  "matchPackageNames": ["@capacitor/core"],
@@ -1,24 +0,0 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="AutoCloseableResource" enabled="true" level="WARNING" enabled_by_default="true" />
5
- <inspection_tool class="FieldMayBeFinal" enabled="true" level="ERROR" enabled_by_default="true" />
6
- <inspection_tool class="GroovyVariableCanBeFinal" enabled="true" level="ERROR" enabled_by_default="true" />
7
- <inspection_tool class="IOResource" enabled="true" level="WARNING" enabled_by_default="true">
8
- <option name="ignoredTypesString" value="java.io.ByteArrayOutputStream,java.io.ByteArrayInputStream,java.io.StringBufferInputStream,java.io.CharArrayWriter,java.io.CharArrayReader,java.io.StringWriter,java.io.StringReader" />
9
- <option name="insideTryAllowed" value="false" />
10
- </inspection_tool>
11
- <inspection_tool class="LocalCanBeFinal" enabled="true" level="ERROR" enabled_by_default="true">
12
- <option name="REPORT_VARIABLES" value="true" />
13
- <option name="REPORT_PARAMETERS" value="true" />
14
- </inspection_tool>
15
- <inspection_tool class="PublicField" enabled="true" level="WARNING" enabled_by_default="true">
16
- <option name="ignoreEnums" value="false" />
17
- <option name="ignorableAnnotations">
18
- <value />
19
- </option>
20
- </inspection_tool>
21
- <inspection_tool class="UnqualifiedFieldAccess" enabled="true" level="ERROR" enabled_by_default="true" />
22
- <inspection_tool class="UnqualifiedMethodAccess" enabled="true" level="ERROR" enabled_by_default="true" />
23
- </profile>
24
- </component>