@os1-platform/dispatch-mobile 1.0.2 → 1.0.4

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os1-platform/dispatch-mobile",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Dispatch SDK React Native Package",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -17,7 +17,7 @@
17
17
  "tsconfig.build.json",
18
18
  "tsconfig.json",
19
19
  "package-lock.json",
20
- "foxtrotplatform-mobile-execution-lib-*"
20
+ "mobile-execution-lib-*"
21
21
  ],
22
22
  "scripts": {
23
23
  "test": "jest",
@@ -28,7 +28,7 @@
28
28
  "example": "yarn --cwd example",
29
29
  "pods": "cd example && pod-install --quiet",
30
30
  "bootstrap": "yarn example && yarn && yarn pods",
31
- "postbuild": "cp foxtrotplatform-mobile-execution-lib-* lib && cd lib && npm i foxtrotplatform-mobile-execution-lib-*"
31
+ "postbuild": "cp mobile-execution-lib-* lib && cd lib && npm i mobile-execution-lib-*"
32
32
  },
33
33
  "keywords": [
34
34
  "react-native",
@@ -242,13 +242,12 @@
242
242
  ]
243
243
  },
244
244
  "dependencies": {
245
- "@foxtrotplatform/mobile-execution-lib": "file:lib/foxtrotplatform-mobile-execution-lib-v0.6.4.tgz",
246
245
  "@rjsf/core": "^2.0.0",
247
246
  "json-logic-js": "^2.0.1",
248
247
  "jsonpath-plus": "^6.0.1",
249
248
  "jwt-decode": "^3.1.2",
250
249
  "lodash": "^4.17.21",
251
- "mobile-execution-lib": "file:lib/foxtrotplatform-mobile-execution-lib-v0.6.4.tgz",
250
+ "mobile-execution-lib": "file:lib/mobile-execution-lib-v0.6.4.tgz",
252
251
  "react-native-otp-textinput": "0.0.8",
253
252
  "rjsf-native": "^1.0.14"
254
253
  }