Skip to content

Commit 71668c5

Browse files
committed
update @flagship.io/react-sdk
1 parent 119799b commit 71668c5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flagship.io/react-native-sdk",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Flagship SDK for React Native",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/abtasty/flagship-react-native-sdk.git"
2424
},
2525
"dependencies": {
26-
"@flagship.io/react-sdk": "^3.2.1"
26+
"@flagship.io/react-sdk": "^3.2.2"
2727
},
2828
"peerDependencies": {
2929
"@react-native-async-storage/async-storage": ">=1.17.0",
@@ -74,4 +74,4 @@
7474
"ts-jest": "^29.1.0",
7575
"typescript": "^5.0.4"
7676
}
77-
}
77+
}

src/sdkVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = '3.2.0'
2+
export const version = '3.2.1'

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,22 +1454,22 @@
14541454
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
14551455
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
14561456

1457-
"@flagship.io/js-sdk@^3.2.3":
1458-
version "3.2.3"
1459-
resolved "https://registry.yarnpkg.com/@flagship.io/js-sdk/-/js-sdk-3.2.3.tgz#bec55fd40c30ed04026e361d189f791be0229b1e"
1460-
integrity sha512-+6vAuXiCf7LzNLs00EHcro8Qk/0iCol7WzPmE+jQqKJQogS5XYSdy2/pa3LViztIEVkPgXKryJMgOoNAFgrZrg==
1457+
"@flagship.io/js-sdk@^3.2.4":
1458+
version "3.2.4"
1459+
resolved "https://registry.yarnpkg.com/@flagship.io/js-sdk/-/js-sdk-3.2.4.tgz#1b94e067ad62d5f90f2d8134ef32ff48146582e4"
1460+
integrity sha512-jqPxe7PEMhdZTco5/PRuWZGXkDGney07b3zDsAzO+Q4Dp9GGVzT3QrUEQDXLgxGxhD4TR5MG8BttkFE5t096tA==
14611461
dependencies:
14621462
events "^3.3.0"
14631463
follow-redirects "^1.15.2"
14641464
node-abort-controller "^3.1.1"
14651465
node-fetch "^2.6.7"
14661466

1467-
"@flagship.io/react-sdk@^3.2.1":
1468-
version "3.2.1"
1469-
resolved "https://registry.yarnpkg.com/@flagship.io/react-sdk/-/react-sdk-3.2.1.tgz#d0c410e93fadafb1c8323409f1bd8535370f0fef"
1470-
integrity sha512-Bewb49T/lCUiA0v3x+A23RWCRXspkAs8+f/uWYuXJxzEY2I7dsuI79QX36T1OyiXIjg0KDAoK1U4O35Mmv4GUg==
1467+
"@flagship.io/react-sdk@^3.2.2":
1468+
version "3.2.2"
1469+
resolved "https://registry.yarnpkg.com/@flagship.io/react-sdk/-/react-sdk-3.2.2.tgz#5afd0bc064b04667a8cde040fc1e3d6e4bc3ce4a"
1470+
integrity sha512-X+8LWYL+NrW+ZRdqZUMbTzMyHESL32LL8qnncdDFUED7XtS9/6F76qXlblpRvXHENpdspM1M2XRWu+ZRIvI5MA==
14711471
dependencies:
1472-
"@flagship.io/js-sdk" "^3.2.3"
1472+
"@flagship.io/js-sdk" "^3.2.4"
14731473
encoding "^0.1.13"
14741474

14751475
"@hapi/hoek@^9.0.0":

0 commit comments

Comments
 (0)