dochub-sdk 0.1.159 → 0.1.160

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  /* eslint-disable no-unused-vars */
2
2
  import { Vue, Prop, Watch, Component } from 'vue-property-decorator';
3
- import { DocHub, IDocHubEditableComponent, IDocHubPresentationProfile, IDocHubPresentationsParams } from '../..';
3
+ import { DocHub } from '../..';
4
+ import type { IDocHubEditableComponent, IDocHubPresentationProfile, IDocHubPresentationsParams } from '../..';
4
5
 
5
6
  import ajv from 'ajv';
6
7
  import ajv_localize from 'ajv-i18n/localize/ru';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.159",
3
+ "version": "0.1.160",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",