@screeb/react-native 0.8.17 → 0.8.19

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.
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Wed May 10 14:04:43 CEST 2023
2
+ gradle.version=8.0
File without changes
@@ -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:1.13.2"
126
+ implementation "app.screeb.sdk:survey:1.13.3"
127
127
  implementation "org.jetbrains.kotlin:kotlin-stdlib:1.7.0"
128
128
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@screeb/react-native",
3
- "version": "0.8.17",
3
+ "version": "0.8.19",
4
4
  "description": "A react-native module to integrate Screeb mobile sdk for Android and/or iOS.",
5
5
  "scripts": {
6
- "clean": "rm -rf lib/",
7
- "lint": "eslint \"**/*.{js,ts,tsx}\"",
8
- "example": "yarn --cwd example",
9
- "pods": "cd example && pod-install --quiet",
10
- "build": "npm run clean ; tsc -p tsconfig.build.json && tsc -p tsconfig.build.cjs.json"
6
+ "clean": "rm -rf lib/",
7
+ "lint": "eslint \"**/*.{js,ts,tsx}\"",
8
+ "example": "yarn --cwd example",
9
+ "pods": "cd example && pod-install --quiet",
10
+ "build": "npm run clean ; tsc -p tsconfig.build.json && tsc -p tsconfig.build.cjs.json"
11
11
  },
12
12
  "react-native": "src/index",
13
13
  "main": "lib/commonjs/index.js",
@@ -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", '~> 1.13.0'
19
+ s.dependency "Screeb", '~> 1.13.1'
20
20
  end