@screeb/react-native 2.1.7 → 2.1.9

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.
@@ -123,6 +123,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
123
123
  dependencies {
124
124
  // noinspection GradleDynamicVersion
125
125
  api 'com.facebook.react:react-native:+'
126
- implementation "app.screeb.sdk:survey:2.1.8"
126
+ implementation "app.screeb.sdk:survey:2.1.10"
127
127
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22"
128
128
  }
package/package.json CHANGED
@@ -1,61 +1,55 @@
1
1
  {
2
- "name": "@screeb/react-native",
3
- "version": "2.1.7",
4
- "description": "Continuous Product Discovery",
5
- "scripts": {
6
- "clean": "rm -rf lib/",
7
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
8
- "build": "npm run clean ; tsc -p tsconfig.build.json && tsc -p tsconfig.build.cjs.json"
9
- },
10
- "react-native": "src/index.tsx",
11
- "main": "lib/commonjs/index.js",
12
- "module": "lib/module/index.js",
13
- "source": "src/index.tsx",
14
- "keywords": [
15
- "react-native",
16
- "ios",
17
- "android",
18
- "screeb",
19
- "survey"
20
- ],
21
- "files": [
22
- "src",
23
- "lib",
24
- "android",
25
- "ios",
26
- "cpp",
27
- "screeb-module.podspec",
28
- "!lib/typescript/example",
29
- "!android/build",
30
- "!ios/build",
31
- "!**/__tests__",
32
- "!**/__fixtures__",
33
- "!**/__mocks__"
34
- ],
35
- "repository": {
36
- "type": "git",
37
- "url": "git+https://github.com/ScreebApp/sdk-reactnative.git"
38
- },
39
- "author": "Clement <clement@screeb.app> (https://github.com/clement-screeb)",
40
- "contributors": [
41
- "Marty <martin@screeb.app> (https://github.com/MD4)",
42
- "Samuel <samuel@screeb.app> (https://github.com/samber)",
43
- "Alexis <alexis@screeb.app> (https://github.com/alexays)"
44
- ],
45
- "license": "MIT",
46
- "bugs": {
47
- "url": "https://github.com/ScreebApp/sdk-reactnative/issues"
48
- },
49
- "homepage": "https://github.com/ScreebApp/sdk-reactnative#readme",
50
- "publishConfig": {
51
- "registry": "https://registry.npmjs.org/"
52
- },
53
- "peerDependencies": {
54
- "react": "*",
55
- "react-native": "*"
56
- },
57
- "types": "./lib/typescript/index.d.ts",
58
- "devDependencies": {
59
- "typescript": "^5.1.6"
60
- }
2
+ "name": "@screeb/react-native",
3
+ "version": "2.1.9",
4
+ "description": "Continuous Product Discovery",
5
+ "scripts": {
6
+ "clean": "rm -rf lib/",
7
+ "lint": "eslint \"**/*.{js,ts,tsx}\"",
8
+ "build": "npm run clean ; tsc -p tsconfig.build.json && tsc -p tsconfig.build.cjs.json"
9
+ },
10
+ "react-native": "src/index.tsx",
11
+ "main": "lib/commonjs/index.js",
12
+ "module": "lib/module/index.js",
13
+ "source": "src/index.tsx",
14
+ "keywords": ["react-native", "ios", "android", "screeb", "survey"],
15
+ "files": [
16
+ "src",
17
+ "lib",
18
+ "android",
19
+ "ios",
20
+ "cpp",
21
+ "screeb-module.podspec",
22
+ "!lib/typescript/example",
23
+ "!android/build",
24
+ "!ios/build",
25
+ "!**/__tests__",
26
+ "!**/__fixtures__",
27
+ "!**/__mocks__"
28
+ ],
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "git+https://github.com/ScreebApp/sdk-reactnative.git"
32
+ },
33
+ "author": "Clement <clement@screeb.app> (https://github.com/clement-screeb)",
34
+ "contributors": [
35
+ "Marty <martin@screeb.app> (https://github.com/MD4)",
36
+ "Samuel <samuel@screeb.app> (https://github.com/samber)",
37
+ "Alexis <alexis@screeb.app> (https://github.com/alexays)"
38
+ ],
39
+ "license": "MIT",
40
+ "bugs": {
41
+ "url": "https://github.com/ScreebApp/sdk-reactnative/issues"
42
+ },
43
+ "homepage": "https://github.com/ScreebApp/sdk-reactnative#readme",
44
+ "publishConfig": {
45
+ "registry": "https://registry.npmjs.org/"
46
+ },
47
+ "peerDependencies": {
48
+ "react": "*",
49
+ "react-native": "*"
50
+ },
51
+ "types": "./lib/typescript/index.d.ts",
52
+ "devDependencies": {
53
+ "typescript": "^5.1.6"
54
+ }
61
55
  }
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "Screeb", '~> 2.1.8'
19
+ s.dependency "Screeb", '~> 2.1.10'
20
20
  end