@aws-amplify/react-native 1.0.23 → 1.0.24-unstable.701f219.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/react-native",
3
- "version": "1.0.23",
3
+ "version": "1.0.24-unstable.701f219.0+701f219",
4
4
  "description": "React Native core module for aws-amplify",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -19,7 +19,8 @@
19
19
  "build": "npm run clean && npm run build:esm-cjs",
20
20
  "clean": "rimraf lib-esm lib dist",
21
21
  "format": "echo \"Not implemented\"",
22
- "lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
22
+ "lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
23
+ "lint:fix": "eslint '**/*.{ts,tsx}' --fix",
23
24
  "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.21"
24
25
  },
25
26
  "dependencies": {
@@ -32,8 +33,8 @@
32
33
  "react-native-get-random-values": ">=1.9.0"
33
34
  },
34
35
  "devDependencies": {
35
- "@aws-amplify/rtn-push-notification": "1.2.23",
36
- "@aws-amplify/rtn-web-browser": "1.0.23",
36
+ "@aws-amplify/rtn-push-notification": "1.2.24-unstable.701f219.0+701f219",
37
+ "@aws-amplify/rtn-web-browser": "1.0.24-unstable.701f219.0+701f219",
37
38
  "@react-native-async-storage/async-storage": "^1.17.12",
38
39
  "@react-native-community/netinfo": "4.7.0",
39
40
  "@types/base-64": "1.0.0",
@@ -60,5 +61,5 @@
60
61
  "src"
61
62
  ],
62
63
  "source": "src/index",
63
- "gitHead": "080f8c11e9eb89cdcd29d78a2b4fe07c8c5b5404"
64
+ "gitHead": "701f2195fe6aadb46171859d999d3dd63498a156"
64
65
  }
@@ -2,6 +2,7 @@
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { NativeModules, Platform } from 'react-native';
5
+
5
6
  import { RTNCore } from './types';
6
7
 
7
8
  const LINKING_ERROR =