@bubble-labs/capacitor-widgetsbridge-plugin 7.1.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.
@@ -3,7 +3,7 @@ require 'json'
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
4
 
5
5
  Pod::Spec.new do |s|
6
- s.name = 'CapacitorWidgetsbridgePlugin'
6
+ s.name = 'BubbleLabsCapacitorWidgetsbridgePlugin'
7
7
  s.version = package['version']
8
8
  s.summary = package['description']
9
9
  s.license = package['license']
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.author = package['author']
12
12
  s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
13
13
  s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
14
- s.ios.deployment_target = '12.0'
14
+ s.ios.deployment_target = '26.0'
15
15
  s.dependency 'Capacitor'
16
16
  s.swift_version = '5.1'
17
17
  end
package/dist/plugin.js CHANGED
@@ -9,5 +9,5 @@ var capacitorWidgetsBridgePlugin = (function (exports, core) {
9
9
 
10
10
  return exports;
11
11
 
12
- }({}, capacitorExports));
12
+ })({}, capacitorExports);
13
13
  //# sourceMappingURL=plugin.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubble-labs/capacitor-widgetsbridge-plugin",
3
- "version": "7.1.0",
3
+ "version": "8.0.1",
4
4
  "description": "Capacitor plugin to interact with iOS WidgetKit",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,7 +12,7 @@
12
12
  "files": [
13
13
  "dist/",
14
14
  "ios/Plugin/",
15
- "CapacitorWidgetsbridgePlugin.podspec"
15
+ "BubbleLabsCapacitorWidgetsbridgePlugin.podspec"
16
16
  ],
17
17
  "author": "Dale Myszewski, Mustafa (0xn33t)",
18
18
  "license": "MIT",
@@ -43,23 +43,23 @@
43
43
  "prepublishOnly": "npm run build"
44
44
  },
45
45
  "devDependencies": {
46
- "@capacitor/cli": "^7.0.1",
47
- "@capacitor/core": "^7.0.1",
46
+ "@capacitor/cli": "^8.0.1",
47
+ "@capacitor/core": "^8.0.0",
48
48
  "@capacitor/docgen": "^0.3.0",
49
- "@capacitor/ios": "^7.0.1",
49
+ "@capacitor/ios": "^8.0.0",
50
50
  "@ionic/eslint-config": "^0.3.0",
51
51
  "@ionic/prettier-config": "^1.0.1",
52
52
  "@ionic/swiftlint-config": "^1.1.2",
53
53
  "eslint": "^7.11.0",
54
54
  "prettier": "~2.2.0",
55
- "prettier-plugin-java": "~1.0.0",
55
+ "prettier-plugin-java": "^0.3.2",
56
56
  "rimraf": "^3.0.2",
57
57
  "rollup": "^2.32.0",
58
58
  "swiftlint": "^1.0.1",
59
59
  "typescript": "~5.0.2"
60
60
  },
61
61
  "peerDependencies": {
62
- "@capacitor/core": "^7.0.1"
62
+ "@capacitor/core": "^8.0.0"
63
63
  },
64
64
  "prettier": "@ionic/prettier-config",
65
65
  "swiftlint": "@ionic/swiftlint-config",