Skip to content

Commit 1ec2b93

Browse files
committed
bump optest
1 parent 7a395fc commit 1ec2b93

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

example/package.json

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
{
2-
"name": "op_sqlite_example",
3-
"version": "0.0.1",
4-
"private": true,
5-
"scripts": {
6-
"android": "react-native run-android",
7-
"ios": "react-native run-ios --scheme='debug' --simulator='iPhone 16 Pro'",
8-
"run:ios:unused": "xcodebuild -workspace ios/OPSQLiteExample.xcworkspace -scheme release -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 Pro' clean build",
9-
"run:ios:release": "react-native run-ios --scheme='release' --no-packager",
10-
"postinstall": "patch-package",
11-
"start": "react-native start",
12-
"pods": "cd ios && bundle exec pod install && rm -f .xcode.env.local",
13-
"pods:nuke": "cd ios && rm -rf Pods && rm -rf Podfile.lock && bundle exec pod install",
14-
"run:android:release": "cd android && ./gradlew assembleRelease && adb install -r app/build/outputs/apk/release/app-release.apk && adb shell am start -n com.op.sqlite.example/.MainActivity",
15-
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
16-
"build:ios": "cd ios && xcodebuild -workspace OPSQLiteExample.xcworkspace -scheme debug -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO",
17-
"web": "vite",
18-
"web:build": "vite build",
19-
"web:preview": "vite preview"
20-
},
21-
"dependencies": {
22-
"@op-engineering/op-test": "0.2.6",
23-
"@sqlite.org/sqlite-wasm": "^3.51.2-build8",
24-
"chance": "^1.1.9",
25-
"clsx": "^2.0.0",
26-
"events": "^3.3.0",
27-
"react": "19.1.1",
28-
"react-dom": "19.1.1",
29-
"react-native": "0.82.1",
30-
"react-native-safe-area-context": "^5.6.2",
31-
"react-native-web": "^0.21.2"
32-
},
33-
"devDependencies": {
34-
"@babel/core": "^7.25.2",
35-
"@babel/preset-env": "^7.25.3",
36-
"@babel/runtime": "^7.25.0",
37-
"@react-native-community/cli": "^18.0.0",
38-
"@react-native-community/cli-platform-android": "18.0.0",
39-
"@react-native-community/cli-platform-ios": "18.0.0",
40-
"@react-native/babel-preset": "0.82.1",
41-
"@react-native/metro-config": "0.82.1",
42-
"@react-native/typescript-config": "0.81.5",
43-
"@types/chance": "^1.1.7",
44-
"@types/react": "^19.1.1",
45-
"@vitejs/plugin-react": "^5.1.0",
46-
"patch-package": "^8.0.1",
47-
"react-native-builder-bob": "^0.40.13",
48-
"react-native-monorepo-config": "^0.1.9",
49-
"react-native-restart": "^0.0.27",
50-
"tailwindcss": "3.3.2",
51-
"vite": "^7.1.9"
52-
},
53-
"engines": {
54-
"node": ">=18"
55-
},
56-
"op-sqlite": {
57-
"libsql": false,
58-
"turso": false,
59-
"sqlcipher": false,
60-
"iosSqlite": false,
61-
"fts5": true,
62-
"rtree": true,
63-
"crsqlite": false,
64-
"sqliteVec": false,
65-
"performanceMode": true,
66-
"tokenizers": [
67-
"wordtokenizer",
68-
"porter"
69-
]
70-
}
2+
"name": "op_sqlite_example",
3+
"version": "0.0.1",
4+
"private": true,
5+
"scripts": {
6+
"android": "react-native run-android",
7+
"ios": "react-native run-ios --scheme='debug' --simulator='iPhone 16 Pro'",
8+
"run:ios:unused": "xcodebuild -workspace ios/OPSQLiteExample.xcworkspace -scheme release -configuration Release -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16 Pro' clean build",
9+
"run:ios:release": "react-native run-ios --scheme='release' --no-packager",
10+
"postinstall": "patch-package",
11+
"start": "react-native start",
12+
"pods": "cd ios && bundle exec pod install && rm -f .xcode.env.local",
13+
"pods:nuke": "cd ios && rm -rf Pods && rm -rf Podfile.lock && bundle exec pod install",
14+
"run:android:release": "cd android && ./gradlew assembleRelease && adb install -r app/build/outputs/apk/release/app-release.apk && adb shell am start -n com.op.sqlite.example/.MainActivity",
15+
"build:android": "cd android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
16+
"build:ios": "cd ios && xcodebuild -workspace OPSQLiteExample.xcworkspace -scheme debug -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO",
17+
"web": "vite",
18+
"web:build": "vite build",
19+
"web:preview": "vite preview"
20+
},
21+
"dependencies": {
22+
"@op-engineering/op-test": "0.2.7",
23+
"@sqlite.org/sqlite-wasm": "^3.51.2-build8",
24+
"chance": "^1.1.9",
25+
"clsx": "^2.0.0",
26+
"events": "^3.3.0",
27+
"react": "19.1.1",
28+
"react-dom": "19.1.1",
29+
"react-native": "0.82.1",
30+
"react-native-safe-area-context": "^5.6.2",
31+
"react-native-web": "^0.21.2"
32+
},
33+
"devDependencies": {
34+
"@babel/core": "^7.25.2",
35+
"@babel/preset-env": "^7.25.3",
36+
"@babel/runtime": "^7.25.0",
37+
"@react-native-community/cli": "^18.0.0",
38+
"@react-native-community/cli-platform-android": "18.0.0",
39+
"@react-native-community/cli-platform-ios": "18.0.0",
40+
"@react-native/babel-preset": "0.82.1",
41+
"@react-native/metro-config": "0.82.1",
42+
"@react-native/typescript-config": "0.81.5",
43+
"@types/chance": "^1.1.7",
44+
"@types/react": "^19.1.1",
45+
"@vitejs/plugin-react": "^5.1.0",
46+
"patch-package": "^8.0.1",
47+
"react-native-builder-bob": "^0.40.13",
48+
"react-native-monorepo-config": "^0.1.9",
49+
"react-native-restart": "^0.0.27",
50+
"tailwindcss": "3.3.2",
51+
"vite": "^7.1.9"
52+
},
53+
"engines": {
54+
"node": ">=18"
55+
},
56+
"op-sqlite": {
57+
"libsql": false,
58+
"turso": false,
59+
"sqlcipher": false,
60+
"iosSqlite": false,
61+
"fts5": true,
62+
"rtree": true,
63+
"crsqlite": false,
64+
"sqliteVec": false,
65+
"performanceMode": true,
66+
"tokenizers": [
67+
"wordtokenizer",
68+
"porter"
69+
]
70+
}
7171
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,13 +2308,13 @@ __metadata:
23082308
languageName: unknown
23092309
linkType: soft
23102310

2311-
"@op-engineering/op-test@npm:0.2.6":
2312-
version: 0.2.6
2313-
resolution: "@op-engineering/op-test@npm:0.2.6"
2311+
"@op-engineering/op-test@npm:0.2.7":
2312+
version: 0.2.7
2313+
resolution: "@op-engineering/op-test@npm:0.2.7"
23142314
peerDependencies:
23152315
react: "*"
23162316
react-native: "*"
2317-
checksum: 10c0/82c58fddc3784161f499a4f0c866a0f121ccdd8eb53b4b4ec5258b813495b974b3e314070c578d0207e1ba0ec2a900ee88295b2e052cf003f809237f1a0e5635
2317+
checksum: 10c0/200a92e5fad8bfb31894c77b6bca03c65046bee3b9b7be219fad6263e425180a09d3ddc5eaa82a635f2431f358ae5a0f946fe9474af91bb6f35771f86dc85b52
23182318
languageName: node
23192319
linkType: hard
23202320

@@ -7510,7 +7510,7 @@ __metadata:
75107510
"@babel/core": "npm:^7.25.2"
75117511
"@babel/preset-env": "npm:^7.25.3"
75127512
"@babel/runtime": "npm:^7.25.0"
7513-
"@op-engineering/op-test": "npm:0.2.6"
7513+
"@op-engineering/op-test": "npm:0.2.7"
75147514
"@react-native-community/cli": "npm:^18.0.0"
75157515
"@react-native-community/cli-platform-android": "npm:18.0.0"
75167516
"@react-native-community/cli-platform-ios": "npm:18.0.0"

0 commit comments

Comments
 (0)