@salutejs/sdds-finportal 0.159.1-canary.1524.11717413596.0 → 0.159.1-canary.1524.11719034985.0
Sign up to get free protection for your applications and to get access to all the features.
- package/helpers/isDraft.d.ts +1 -1
- package/package.json +2 -2
package/helpers/isDraft.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const IS_DRAFT: () =>
|
1
|
+
export declare const IS_DRAFT: () => any;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.159.1-canary.1524.
|
3
|
+
"version": "0.159.1-canary.1524.11719034985.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -96,5 +96,5 @@
|
|
96
96
|
"Vasiliy Loginevskiy"
|
97
97
|
],
|
98
98
|
"sideEffects": false,
|
99
|
-
"gitHead": "
|
99
|
+
"gitHead": "1b931113e15abb5a519a68474a719ecf0da96679"
|
100
100
|
}
|