@partium/react-native-sdk 14.14.1 → 14.14.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@partium/react-native-sdk",
3
- "version": "14.14.1",
3
+ "version": "14.14.2",
4
4
  "description": "The Partium Find SDK enables integration of Partium’s parts and materials search capabilities into React Native-based applications.",
5
5
  "author": "Partium Inc.",
6
6
  "license": "See LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "clean": "npx rimraf -- node_modules package-lock.json && npm i"
20
20
  },
21
21
  "dependencies": {
22
- "@partium/js-sdk": "14.14.1",
22
+ "@partium/js-sdk": "14.14.2",
23
23
  "rxjs": "~7.8.1"
24
24
  },
25
25
  "devDependencies": {