From f3a9809f09d09f14e5c6fad78eefb6a0e5059d2f Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 16 Oct 2024 12:42:16 -0400 Subject: [PATCH] build: version 0.9.2 tagged (#93) --- example/ios/IdscanSdkExample/Info.plist | 1 - example/ios/Podfile.lock | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/example/ios/IdscanSdkExample/Info.plist b/example/ios/IdscanSdkExample/Info.plist index 2443d75..b98fb60 100644 --- a/example/ios/IdscanSdkExample/Info.plist +++ b/example/ios/IdscanSdkExample/Info.plist @@ -26,7 +26,6 @@ NSAppTransportSecurity - NSAllowsArbitraryLoads NSAllowsLocalNetworking diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 627fb08..6a0795c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -944,7 +944,7 @@ PODS: - React-Mapbuffer (0.73.1): - glog - React-debug - - react-native-idscan-sdk (0.8.0): + - react-native-idscan-sdk (0.9.2): - React-Core - React-nativeconfig (0.73.1) - React-NativeModulesApple (0.73.1): @@ -1312,7 +1312,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: 26fad476bfa736552bbfa698a06cc530475c1505 CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 - DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 + DoubleConversion: cde416483dac037923206447da6e1454df403714 FBLazyVector: 2296bacb2fa157a43991048b0a9d71c1c8b65083 FBReactNativeSpec: df0ebe69acd14ce0be0269cf75b6e338a727259b Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44 @@ -1324,7 +1324,7 @@ SPEC CHECKSUMS: Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b + glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3 hermes-engine: 34df9d5034e90bd9bf1505e1ca198760373935af libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c @@ -1349,7 +1349,7 @@ SPEC CHECKSUMS: React-jsinspector: 369048694e39942063c5d08e9580b43e2edd379a React-logger: e0c1e918d9588a9f39c9bc62d9d6bfe9ca238d9d React-Mapbuffer: 9731a0a63ebaf8976014623c4d637744d7353a7c - react-native-idscan-sdk: 2d16262af449305ac8cb14a5de919332b61d0481 + react-native-idscan-sdk: ae9b6c8a91be186d7f670a8c0643fcdce35bc6e1 React-nativeconfig: 37aecd26d64b79327c3f10e43b2e9a6c425e0a60 React-NativeModulesApple: 9ca6d2eaa1dd5606588262195b46d0774bdec83a React-perflogger: 5ffc4d6ccb74eaac7b8b2867e58a447232483d6d @@ -1375,4 +1375,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 143f320aded2c78a661edfd648bc2e66a6176499 -COCOAPODS: 1.12.1 +COCOAPODS: 1.15.2 diff --git a/package-lock.json b/package-lock.json index 1dec786..7eb6263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-idscan-sdk", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-idscan-sdk", - "version": "0.9.1", + "version": "0.9.2", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", diff --git a/package.json b/package.json index 29e81d1..5558ea4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-idscan-sdk", - "version": "0.9.1", + "version": "0.9.2", "description": "SDK for IDScan.net in React Native", "main": "lib/commonjs/index", "module": "lib/module/index",