@roeehrl/tinode-sdk 0.25.1-sqlite.1 → 0.25.1-sqlite.3

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.
Files changed (2) hide show
  1. package/package.json +4 -2
  2. package/version.js +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@roeehrl/tinode-sdk",
3
3
  "description": "Tinode SDK fork with Storage interface for SQLite persistence in React Native",
4
- "version": "0.25.1-sqlite.1",
4
+ "version": "0.25.1-sqlite.3",
5
5
  "types": "./types/index.d.ts",
6
6
  "scripts": {
7
7
  "format": "js-beautify -r src/*.js",
@@ -24,7 +24,8 @@
24
24
  "umd/tinode.prod.js",
25
25
  "umd/tinode.prod.js.map",
26
26
  "types/index.d.ts",
27
- "src/"
27
+ "src/",
28
+ "version.js"
28
29
  ],
29
30
  "keywords": [
30
31
  "instant messenger",
@@ -44,6 +45,7 @@
44
45
  "react-native": "./src/index.native.js",
45
46
  "exports": {
46
47
  ".": {
48
+ "types": "./types/index.d.ts",
47
49
  "react-native": "./src/index.native.js",
48
50
  "browser": "./umd/tinode.prod.js",
49
51
  "import": "./src/index.js",
package/version.js ADDED
@@ -0,0 +1 @@
1
+ export const PACKAGE_VERSION = "0.25.1-sqlite.3";