dochub-sdk 0.1.170 → 0.1.172

Sign up to get free protection for your applications and to get access to all the features.
package/classes/index.ts CHANGED
@@ -1 +1 @@
1
- export * from './errors';
1
+ export * from './errors';
@@ -1 +1,2 @@
1
- export * from './Documents';
1
+ export * from './Documents';
2
+ export * from './Components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.170",
3
+ "version": "0.1.172",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",