@unvired/react-native-unvired-sdk 0.0.4 → 0.0.6

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/BuildNo.txt CHANGED
@@ -1 +1 @@
1
- R-0.000.0004
1
+ R-0.000.0006
package/build.xml CHANGED
@@ -1,6 +1,5 @@
1
1
  <project name="react-native-unvired-sdk" default="npmpublish" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
2
2
  <property name="dist.dir" value="${basedir}/dist"/>
3
- <property name="build.dir" value="${basedir}/build/react-native-unvired-sdk"/>
4
3
 
5
4
  <scriptdef name="substring" language="javascript">
6
5
  <attribute name="text" />
@@ -97,7 +96,6 @@
97
96
  <echo message="Publishing to NPM Registry"/>
98
97
  <exec executable="npm" failonerror="true">
99
98
  <arg value="publish"/>
100
- <arg value="."/>
101
99
  </exec>
102
100
  </target>
103
101
  </project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unvired/react-native-unvired-sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Unvired SDK for React Native with logging, database, notifications, and file system support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "file-system"
23
23
  ],
24
24
  "author": "Unvired",
25
- "license": "",
25
+ "license": "UNLICENSED",
26
26
  "peerDependencies": {
27
27
  "react": ">=16.8.0",
28
28
  "react-native": ">=0.60.0",