@verdocs/js-sdk 1.1.4 → 1.1.8

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.
package/Utils/index.d.ts CHANGED
@@ -1,2 +1,5 @@
1
- export * as Token from './Token';
1
+ export * as Colors from './Colors';
2
2
  export * as DateTime from './DateTime';
3
+ export * as Fields from './Fields';
4
+ export * as Locales from './Locales';
5
+ export * as Token from './Token';
package/Utils/index.js CHANGED
@@ -1,2 +1,5 @@
1
- export * as Token from './Token';
1
+ export * as Colors from './Colors';
2
2
  export * as DateTime from './DateTime';
3
+ export * as Fields from './Fields';
4
+ export * as Locales from './Locales';
5
+ export * as Token from './Token';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "1.1.4",
3
+ "version": "1.1.8",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",