@powersync/capacitor 0.0.0-dev-20251030153614 → 0.0.0-dev-20251030160931
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,9 @@ require 'json'
|
|
|
3
3
|
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|
4
4
|
|
|
5
5
|
Pod::Spec.new do |s|
|
|
6
|
-
|
|
6
|
+
# This is not a typo. Capacitor determines the plugin name from the npm package name.
|
|
7
|
+
# The case is sensitive.
|
|
8
|
+
s.name = 'PowersyncCapacitor'
|
|
7
9
|
version = package['version']
|
|
8
10
|
if version.include?('-dev')
|
|
9
11
|
s.version = '0.0.0'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powersync/capacitor",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20251030160931",
|
|
4
4
|
"description": "Adds PowerSync Capacitor support for iOS/Android",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"ios/Sources",
|
|
18
18
|
"ios/Tests",
|
|
19
19
|
"Package.swift",
|
|
20
|
-
"
|
|
20
|
+
"PowersyncCapacitor.podspec"
|
|
21
21
|
],
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "Apache-2.0",
|
|
@@ -51,11 +51,13 @@
|
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@capacitor-community/sqlite": "^7.0.2",
|
|
54
|
-
"@powersync/web": "^0.0.0-dev-
|
|
54
|
+
"@powersync/web": "^0.0.0-dev-20251030160931"
|
|
55
55
|
},
|
|
56
56
|
"swiftlint": "@ionic/swiftlint-config",
|
|
57
57
|
"capacitor": {
|
|
58
|
+
"name": "PowerSyncCapacitor",
|
|
58
59
|
"ios": {
|
|
60
|
+
"name": "PowerSyncCapacitor",
|
|
59
61
|
"src": "ios"
|
|
60
62
|
},
|
|
61
63
|
"android": {
|