@bubble-labs/capacitor-plugin-siri-shorts 7.0.2 → 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.
Files changed (48) hide show
  1. package/BubbleLabsCapacitorPluginSiriShorts.podspec +17 -0
  2. package/README.md +1 -1
  3. package/dist/docs.json +1 -1
  4. package/ios/Plugin.xcodeproj/project.pbxproj +4 -4
  5. package/ios/Podfile.lock +4 -4
  6. package/ios/Pods/Local Podspecs/Capacitor.podspec.json +32 -0
  7. package/ios/Pods/Local Podspecs/CapacitorCordova.podspec.json +31 -0
  8. package/ios/Pods/Manifest.lock +22 -0
  9. package/ios/Pods/Pods.xcodeproj/project.pbxproj +1641 -0
  10. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Capacitor-Capacitor.xcscheme +58 -0
  11. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Capacitor.xcscheme +58 -0
  12. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/CapacitorCordova-CapacitorCordova.xcscheme +58 -0
  13. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/CapacitorCordova.xcscheme +58 -0
  14. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Pods-Plugin.xcscheme +58 -0
  15. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/Pods-PluginTests.xcscheme +58 -0
  16. package/ios/Pods/Pods.xcodeproj/xcuserdata/dale.xcuserdatad/xcschemes/xcschememanagement.plist +41 -0
  17. package/ios/Pods/Target Support Files/Capacitor/Capacitor-Info.plist +26 -0
  18. package/ios/Pods/Target Support Files/Capacitor/Capacitor-dummy.m +5 -0
  19. package/ios/Pods/Target Support Files/Capacitor/Capacitor-prefix.pch +12 -0
  20. package/ios/Pods/Target Support Files/Capacitor/Capacitor.debug.xcconfig +16 -0
  21. package/ios/Pods/Target Support Files/Capacitor/Capacitor.modulemap +8 -0
  22. package/ios/Pods/Target Support Files/Capacitor/Capacitor.release.xcconfig +16 -0
  23. package/ios/Pods/Target Support Files/Capacitor/ResourceBundle-Capacitor-Capacitor-Info.plist +24 -0
  24. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-Info.plist +26 -0
  25. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-dummy.m +5 -0
  26. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova-prefix.pch +12 -0
  27. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.debug.xcconfig +13 -0
  28. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.modulemap +6 -0
  29. package/ios/Pods/Target Support Files/CapacitorCordova/CapacitorCordova.release.xcconfig +13 -0
  30. package/ios/Pods/Target Support Files/CapacitorCordova/ResourceBundle-CapacitorCordova-CapacitorCordova-Info.plist +24 -0
  31. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-Info.plist +26 -0
  32. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.markdown +53 -0
  33. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-acknowledgements.plist +91 -0
  34. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-dummy.m +5 -0
  35. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin-umbrella.h +16 -0
  36. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.debug.xcconfig +15 -0
  37. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.modulemap +6 -0
  38. package/ios/Pods/Target Support Files/Pods-Plugin/Pods-Plugin.release.xcconfig +15 -0
  39. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-Info.plist +26 -0
  40. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.markdown +53 -0
  41. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-acknowledgements.plist +91 -0
  42. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-dummy.m +5 -0
  43. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-frameworks.sh +188 -0
  44. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests-umbrella.h +16 -0
  45. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.debug.xcconfig +16 -0
  46. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.modulemap +6 -0
  47. package/ios/Pods/Target Support Files/Pods-PluginTests/Pods-PluginTests.release.xcconfig +16 -0
  48. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubble-labs/capacitor-plugin-siri-shorts",
3
- "version": "7.0.2",
3
+ "version": "8.0.1",
4
4
  "description": "Capacitor Plugin for Siri Shortcuts",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -28,29 +28,29 @@
28
28
  "author": "Dale Myszkowski, Timo Zacherl",
29
29
  "license": "MIT",
30
30
  "devDependencies": {
31
- "@capacitor/android": "^7.0.0",
32
- "@capacitor/core": "^7.0.0",
33
- "@capacitor/docgen": "0.2.0",
34
- "@capacitor/ios": "^7.0.0",
31
+ "@capacitor/android": "^8.0.0",
32
+ "@capacitor/core": "^8.0.0",
33
+ "@capacitor/docgen": "0.3.0",
34
+ "@capacitor/ios": "^8.0.0",
35
35
  "@ionic/eslint-config": "0.3.0",
36
36
  "@ionic/prettier-config": "2.0.0",
37
37
  "@ionic/swiftlint-config": "1.1.2",
38
38
  "eslint": "8.25.0",
39
39
  "prettier": "2.7.1",
40
- "prettier-plugin-java": "1.6.2",
40
+ "prettier-plugin-java": "^0.3.2",
41
41
  "rimraf": "3.0.2",
42
- "rollup": "2.79.1",
42
+ "rollup": "^2.79.2",
43
43
  "swiftlint": "1.0.1",
44
44
  "typescript": "4.7.4"
45
45
  },
46
46
  "peerDependencies": {
47
- "@capacitor/core": "^7.0.0"
47
+ "@capacitor/core": "^8.0.0"
48
48
  },
49
49
  "files": [
50
50
  "dist/",
51
51
  "ios/",
52
52
  "android/",
53
- "CapacitorPluginSiriShorts.podspec"
53
+ "BubbleLabsCapacitorPluginSiriShorts.podspec"
54
54
  ],
55
55
  "keywords": [
56
56
  "capacitor",