@tonder.io/ionic-lite-sdk 0.0.35-beta.17 → 0.0.35-beta.18
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/.idea/workspace.xml +2 -1
- package/dist/types/card.d.ts +1 -0
- package/package.json +1 -1
- package/src/types/card.ts +1 -0
package/.idea/workspace.xml
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
<change beforePath="$PROJECT_DIR$/src/helpers/skyflow.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/helpers/skyflow.ts" afterDir="false" />
|
|
20
20
|
<change beforePath="$PROJECT_DIR$/src/helpers/utils.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/helpers/utils.ts" afterDir="false" />
|
|
21
21
|
<change beforePath="$PROJECT_DIR$/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.ts" afterDir="false" />
|
|
22
|
+
<change beforePath="$PROJECT_DIR$/src/types/card.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/card.ts" afterDir="false" />
|
|
22
23
|
<change beforePath="$PROJECT_DIR$/src/types/index.d.ts" beforeDir="false" />
|
|
23
24
|
</list>
|
|
24
25
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
<workItem from="1725305433705" duration="21026000" />
|
|
83
84
|
<workItem from="1725333899382" duration="2939000" />
|
|
84
85
|
<workItem from="1725337022494" duration="3671000" />
|
|
85
|
-
<workItem from="1725378545854" duration="
|
|
86
|
+
<workItem from="1725378545854" duration="11692000" />
|
|
86
87
|
</task>
|
|
87
88
|
<servers />
|
|
88
89
|
</component>
|
package/dist/types/card.d.ts
CHANGED
package/package.json
CHANGED