@pagopa/io-react-native-cie 1.1.0 → 1.1.1

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.
@@ -78,6 +78,6 @@ dependencies {
78
78
  implementation "com.facebook.react:react-android"
79
79
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
80
80
  // CIE SDK
81
- implementation "it.pagopa.io.app.cie:cie:0.1.4"
81
+ implementation "it.pagopa.io.app.cie:cie:0.1.5"
82
82
  }
83
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/io-react-native-cie",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Native support for CIE",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/module/index.js",
@@ -109,7 +109,7 @@
109
109
  "tagName": "v${version}"
110
110
  },
111
111
  "npm": {
112
- "publish": true
112
+ "publish": false
113
113
  },
114
114
  "github": {
115
115
  "release": true