@smartbills/sdk 0.0.2-alpha.30 → 0.0.2-alpha.31

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.2-alpha.29";
3
+ var version = "0.0.2-alpha.30";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.map
@@ -1,4 +1,4 @@
1
- var version = "0.0.2-alpha.29";
1
+ var version = "0.0.2-alpha.30";
2
2
 
3
3
  export { version };
4
4
  //# sourceMappingURL=package.json.mjs.map
package/dist/umd/index.js CHANGED
@@ -96,7 +96,7 @@
96
96
  }
97
97
  }
98
98
 
99
- var version$1 = "0.0.2-alpha.29";
99
+ var version$1 = "0.0.2-alpha.30";
100
100
 
101
101
  const isBrowser = typeof window !== "undefined";
102
102
  class SBInstance {
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@smartbills/sdk",
3
- "version": "0.0.2-alpha.30",
3
+ "version": "0.0.2-alpha.31",
4
4
  "description": "Smartbills SDK for JS",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.cjs",
7
7
  "exports": {
8
8
  ".": {
9
9
  "require": "./dist/cjs/index.cjs",
10
- "import": "./dist/esm/index.mjs"
10
+ "import": "./dist/esm/index.mjs",
11
+ "types": "./dist/@types/index.mjs"
11
12
  }
12
13
  },
13
14
  "module": "dist/esm/index.mjs",
@@ -100,5 +101,5 @@
100
101
  "access": "public",
101
102
  "registry": "http://registry.npmjs.org/"
102
103
  },
103
- "gitHead": "0c1576ed2a41a62405390b2fd93ebf0c01e5c988"
104
+ "gitHead": "de85f7ca86e09d5a21b3b1b0360363ac3def4d1c"
104
105
  }