@sqliteai/sqlite-sync-expo-dev 0.9.93

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 (30) hide show
  1. package/LICENSE.md +41 -0
  2. package/README.md +86 -0
  3. package/android/jniLibs/arm64-v8a/cloudsync.so +0 -0
  4. package/android/jniLibs/armeabi-v7a/cloudsync.so +0 -0
  5. package/android/jniLibs/x86_64/cloudsync.so +0 -0
  6. package/app.plugin.js +165 -0
  7. package/ios/CloudSync.xcframework/Info.plist +59 -0
  8. package/ios/CloudSync.xcframework/_CodeSignature/CodeDirectory +0 -0
  9. package/ios/CloudSync.xcframework/_CodeSignature/CodeRequirements +0 -0
  10. package/ios/CloudSync.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  11. package/ios/CloudSync.xcframework/_CodeSignature/CodeResources +323 -0
  12. package/ios/CloudSync.xcframework/_CodeSignature/CodeSignature +0 -0
  13. package/ios/CloudSync.xcframework/ios-arm64/CloudSync.framework/CloudSync +0 -0
  14. package/ios/CloudSync.xcframework/ios-arm64/CloudSync.framework/Headers/CloudSync.h +135 -0
  15. package/ios/CloudSync.xcframework/ios-arm64/CloudSync.framework/Info.plist +1 -0
  16. package/ios/CloudSync.xcframework/ios-arm64/CloudSync.framework/Modules/module.modulemap +1 -0
  17. package/ios/CloudSync.xcframework/ios-arm64/CloudSync.framework/_CodeSignature/CodeResources +124 -0
  18. package/ios/CloudSync.xcframework/ios-arm64_x86_64-simulator/CloudSync.framework/CloudSync +0 -0
  19. package/ios/CloudSync.xcframework/ios-arm64_x86_64-simulator/CloudSync.framework/Headers/CloudSync.h +135 -0
  20. package/ios/CloudSync.xcframework/ios-arm64_x86_64-simulator/CloudSync.framework/Info.plist +1 -0
  21. package/ios/CloudSync.xcframework/ios-arm64_x86_64-simulator/CloudSync.framework/Modules/module.modulemap +1 -0
  22. package/ios/CloudSync.xcframework/ios-arm64_x86_64-simulator/CloudSync.framework/_CodeSignature/CodeResources +124 -0
  23. package/ios/CloudSync.xcframework/macos-arm64_x86_64/CloudSync.framework/CloudSync +0 -0
  24. package/ios/CloudSync.xcframework/macos-arm64_x86_64/CloudSync.framework/Headers/CloudSync.h +135 -0
  25. package/ios/CloudSync.xcframework/macos-arm64_x86_64/CloudSync.framework/Info.plist +1 -0
  26. package/ios/CloudSync.xcframework/macos-arm64_x86_64/CloudSync.framework/Modules/module.modulemap +1 -0
  27. package/ios/CloudSync.xcframework/macos-arm64_x86_64/CloudSync.framework/_CodeSignature/CodeResources +124 -0
  28. package/package.json +43 -0
  29. package/src/index.d.ts +12 -0
  30. package/src/index.js +25 -0
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>CloudSync</string> <key>CFBundleIdentifier</key> <string>ai.sqlite.cloudsync</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>0.9.93</string> <key>CFBundleShortVersionString</key> <string>0.9.93</string> <key>MinimumOSVersion</key> <string>11.0</string> </dict> </plist>
@@ -0,0 +1 @@
1
+ framework module CloudSync { umbrella header "CloudSync.h" export * }
@@ -0,0 +1,124 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>files</key>
6
+ <dict>
7
+ <key>Headers/CloudSync.h</key>
8
+ <data>
9
+ Nc+kIC+twZGH06Dw5dVhXMtyOHM=
10
+ </data>
11
+ <key>Info.plist</key>
12
+ <data>
13
+ yTqWzbysWYKSmsWB65CHpxOJbb4=
14
+ </data>
15
+ <key>Modules/module.modulemap</key>
16
+ <data>
17
+ ro9xghwl6x7oHnWfH0PiOV6up+o=
18
+ </data>
19
+ </dict>
20
+ <key>files2</key>
21
+ <dict>
22
+ <key>Headers/CloudSync.h</key>
23
+ <dict>
24
+ <key>hash2</key>
25
+ <data>
26
+ QiEl0xVP3oqIip09seRY0BkDjiPE+xlccwEZ2GAMjdI=
27
+ </data>
28
+ </dict>
29
+ <key>Modules/module.modulemap</key>
30
+ <dict>
31
+ <key>hash2</key>
32
+ <data>
33
+ bIwPn3WW18gPsoCQuL+cYaEBTMqTFCR6Y8FSln2GcXQ=
34
+ </data>
35
+ </dict>
36
+ </dict>
37
+ <key>rules</key>
38
+ <dict>
39
+ <key>^.*</key>
40
+ <true/>
41
+ <key>^.*\.lproj/</key>
42
+ <dict>
43
+ <key>optional</key>
44
+ <true/>
45
+ <key>weight</key>
46
+ <real>1000</real>
47
+ </dict>
48
+ <key>^.*\.lproj/locversion.plist$</key>
49
+ <dict>
50
+ <key>omit</key>
51
+ <true/>
52
+ <key>weight</key>
53
+ <real>1100</real>
54
+ </dict>
55
+ <key>^Base\.lproj/</key>
56
+ <dict>
57
+ <key>weight</key>
58
+ <real>1010</real>
59
+ </dict>
60
+ <key>^version.plist$</key>
61
+ <true/>
62
+ </dict>
63
+ <key>rules2</key>
64
+ <dict>
65
+ <key>.*\.dSYM($|/)</key>
66
+ <dict>
67
+ <key>weight</key>
68
+ <real>11</real>
69
+ </dict>
70
+ <key>^(.*/)?\.DS_Store$</key>
71
+ <dict>
72
+ <key>omit</key>
73
+ <true/>
74
+ <key>weight</key>
75
+ <real>2000</real>
76
+ </dict>
77
+ <key>^.*</key>
78
+ <true/>
79
+ <key>^.*\.lproj/</key>
80
+ <dict>
81
+ <key>optional</key>
82
+ <true/>
83
+ <key>weight</key>
84
+ <real>1000</real>
85
+ </dict>
86
+ <key>^.*\.lproj/locversion.plist$</key>
87
+ <dict>
88
+ <key>omit</key>
89
+ <true/>
90
+ <key>weight</key>
91
+ <real>1100</real>
92
+ </dict>
93
+ <key>^Base\.lproj/</key>
94
+ <dict>
95
+ <key>weight</key>
96
+ <real>1010</real>
97
+ </dict>
98
+ <key>^Info\.plist$</key>
99
+ <dict>
100
+ <key>omit</key>
101
+ <true/>
102
+ <key>weight</key>
103
+ <real>20</real>
104
+ </dict>
105
+ <key>^PkgInfo$</key>
106
+ <dict>
107
+ <key>omit</key>
108
+ <true/>
109
+ <key>weight</key>
110
+ <real>20</real>
111
+ </dict>
112
+ <key>^embedded\.provisionprofile$</key>
113
+ <dict>
114
+ <key>weight</key>
115
+ <real>20</real>
116
+ </dict>
117
+ <key>^version\.plist$</key>
118
+ <dict>
119
+ <key>weight</key>
120
+ <real>20</real>
121
+ </dict>
122
+ </dict>
123
+ </dict>
124
+ </plist>
package/package.json ADDED
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@sqliteai/sqlite-sync-expo-dev",
3
+ "version": "0.9.93",
4
+ "description": "SQLite Sync extension for Expo - Sync on-device databases with SQLite Cloud",
5
+ "main": "src/index.js",
6
+ "types": "src/index.d.ts",
7
+ "files": [
8
+ "src",
9
+ "android",
10
+ "ios",
11
+ "app.plugin.js"
12
+ ],
13
+ "keywords": [
14
+ "react-native",
15
+ "expo",
16
+ "expo-plugin",
17
+ "sqlite",
18
+ "sqlite-sync",
19
+ "sync",
20
+ "offline-first",
21
+ "database-sync"
22
+ ],
23
+ "author": "SQLite AI",
24
+ "license": "SEE LICENSE IN LICENSE.md",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/sqliteai/sqlite-sync-dev.git",
28
+ "directory": "packages/expo"
29
+ },
30
+ "homepage": "https://github.com/sqliteai/sqlite-sync-dev#react-native--expo",
31
+ "bugs": {
32
+ "url": "https://github.com/sqliteai/sqlite-sync-dev/issues"
33
+ },
34
+ "peerDependencies": {
35
+ "expo": ">=51.0.0",
36
+ "react-native": ">=0.73.0"
37
+ },
38
+ "peerDependenciesMeta": {
39
+ "expo": {
40
+ "optional": true
41
+ }
42
+ }
43
+ }
package/src/index.d.ts ADDED
@@ -0,0 +1,12 @@
1
+ declare module '@sqliteai/sqlite-sync-expo-dev' {
2
+ export const name: string;
3
+
4
+ export const ios: {
5
+ bundleId: string;
6
+ frameworkName: string;
7
+ };
8
+
9
+ export const android: {
10
+ libraryName: string;
11
+ };
12
+ }
package/src/index.js ADDED
@@ -0,0 +1,25 @@
1
+ /**
2
+ * @sqliteai/sqlite-sync-expo-dev
3
+ *
4
+ * SQLite Sync extension binaries for Expo.
5
+ * This package provides pre-built binaries and an Expo config plugin.
6
+ *
7
+ * Usage:
8
+ * 1. Add to app.json plugins: ["@sqliteai/sqlite-sync-expo-dev"]
9
+ * 2. Run: npx expo prebuild --clean
10
+ * 3. Load extension in your code (see README)
11
+ */
12
+
13
+ module.exports = {
14
+ // Package metadata
15
+ name: '@sqliteai/sqlite-sync-expo-dev',
16
+
17
+ // Extension identifiers for loading
18
+ ios: {
19
+ bundleId: 'ai.sqlite.cloudsync',
20
+ frameworkName: 'CloudSync',
21
+ },
22
+ android: {
23
+ libraryName: 'cloudsync',
24
+ },
25
+ };