appium-ios-remotexpc 0.0.2 → 0.0.3

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.
@@ -10,6 +10,8 @@ on:
10
10
 
11
11
  permissions:
12
12
  contents: write
13
+ pull-requests: write
14
+ issues: write
13
15
 
14
16
  jobs:
15
17
  build:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.0.3](https://github.com/appium/appium-ios-remotexpc/compare/v0.0.2...v0.0.3) (2025-07-03)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * add more permissions ([1933d7e](https://github.com/appium/appium-ios-remotexpc/commit/1933d7e1ce04fceeb90812ea62a2e8083c6d61ed))
6
+
1
7
  ## [0.0.2](https://github.com/appium/appium-ios-remotexpc/compare/v0.0.1...v0.0.2) (2025-07-03)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-ios-remotexpc",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-ios-remotexpc",
9
- "version": "0.0.2",
9
+ "version": "0.0.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^0.x",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-ios-remotexpc",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "build/src/index.js",
5
5
  "types": "build/src/index.d.ts",
6
6
  "type": "module",