@adadapted/react-native-sdk 3.1.10 → 3.1.12

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.
@@ -1,5 +1,5 @@
1
1
  arguments=--init-script /var/folders/vw/1yz06gyj201f5y15zm_xv9gr0000gn/T/d146c9752a26f79b52047fb6dc6ed385d064e120494f96f08ca63a317c41f94c.gradle --init-script /var/folders/vw/1yz06gyj201f5y15zm_xv9gr0000gn/T/52cde0cfcf3e28b8b7510e992210d9614505e0911af0c190bd590d7158574963.gradle
2
- auto.sync=true
2
+ auto.sync=false
3
3
  build.scans.enabled=false
4
4
  connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(7.4.2))
5
5
  connection.project.dir=
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <projectDescription>
3
- <name>adadaptedreactnativesdk</name>
3
+ <name>android</name>
4
4
  <comment>Project android_ created by Buildship.</comment>
5
5
  <projects>
6
6
  </projects>
@@ -2,7 +2,7 @@ arguments=--init-script /var/folders/vw/1yz06gyj201f5y15zm_xv9gr0000gn/T/d146c97
2
2
  auto.sync=false
3
3
  build.scans.enabled=false
4
4
  connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(7.4.2))
5
- connection.project.dir=../example/android
5
+ connection.project.dir=
6
6
  eclipse.preferences.version=1
7
7
  gradle.user.home=
8
8
  java.home=/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adadapted/react-native-sdk",
3
- "version": "3.1.10",
3
+ "version": "3.1.12",
4
4
  "description": "The AdAdapted react-native SDK.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -18,6 +18,7 @@
18
18
  "lint": "eslint --version && eslint ./",
19
19
  "compile": "tsc --version && tsc --project tsconfig.json --noEmit --noErrorTruncation --pretty",
20
20
  "test-coverage": "rm -rf coverage && jest --version --clearCache && jest --coverage --clearCache",
21
+ "enable-git-hooks": "git config core.hooksPath .git-hooks",
21
22
  "test": "jest --version --clearCache && jest",
22
23
  "prettier": "prettier --list-different \"*.{ts,tsx,js,jsx,json,css,scss,md}\" \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
23
24
  "prepare-build": "bob build",
@@ -45,8 +46,9 @@
45
46
  },
46
47
  "homepage": "https://gitlab.com/adadapted/adadapted-react-native-sdk#readme",
47
48
  "dependencies": {
48
- "axios": "^0.21.4",
49
- "react-native-base64": "^0.2.1"
49
+ "axios": "^0.21.1",
50
+ "react-native-base64": "^0.2.1",
51
+ "type-zoo": "^3.4.1"
50
52
  },
51
53
  "peerDependencies": {
52
54
  "react": "*",
@@ -82,12 +84,11 @@
82
84
  "jest-enzyme": "7.1.2",
83
85
  "prettier": "^2.2.1",
84
86
  "react": "17.0.2",
85
- "react-native": "^0.70.6",
86
- "react-native-webview": "11.23.1",
87
+ "react-native": "0.65.0",
87
88
  "react-router-native": "^5.2.0",
89
+ "react-native-webview": "11.23.1",
88
90
  "ts-jest": "^26.4.4",
89
91
  "tslint": "^6.1.3",
90
- "type-zoo": "^3.4.1",
91
92
  "typescript": "^4.1.3"
92
93
  },
93
94
  "jest": {