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 +1 -1
- package/classes/vue2/index.ts +2 -1
- package/package.json +1 -1
package/classes/index.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './errors';
|
1
|
+
export * from './errors';
|
package/classes/vue2/index.ts
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
export * from './Documents';
|
1
|
+
export * from './Documents';
|
2
|
+
export * from './Components';
|