sdc_client 0.56.2 → 0.56.4
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 +13 -9
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
@@ -4,14 +4,9 @@
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
5
5
|
</component>
|
6
6
|
<component name="ChangeListManager">
|
7
|
-
<list default="true" id="4b4ede81-fe43-4a68-9186-e15152e2d80c" name="Changes" comment="v 0.
|
7
|
+
<list default="true" id="4b4ede81-fe43-4a68-9186-e15152e2d80c" name="Changes" comment="v 0.56.2 Fixed new version bugs">
|
8
8
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
9
|
-
<change beforePath="$PROJECT_DIR$/.tool-versions" beforeDir="false" afterPath="$PROJECT_DIR$/.tool-versions" afterDir="false" />
|
10
|
-
<change beforePath="$PROJECT_DIR$/dist/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/dist/index.js" afterDir="false" />
|
11
|
-
<change beforePath="$PROJECT_DIR$/dist/ugly.index.js" beforeDir="false" afterPath="$PROJECT_DIR$/dist/ugly.index.js" afterDir="false" />
|
12
9
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
13
|
-
<change beforePath="$PROJECT_DIR$/src/simpleDomControl/AbstractSDC.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/simpleDomControl/AbstractSDC.js" afterDir="false" />
|
14
|
-
<change beforePath="$PROJECT_DIR$/yarn.lock" beforeDir="false" afterPath="$PROJECT_DIR$/yarn.lock" afterDir="false" />
|
15
10
|
</list>
|
16
11
|
<option name="SHOW_DIALOG" value="false" />
|
17
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -150,7 +145,7 @@
|
|
150
145
|
<workItem from="1709579952668" duration="2466000" />
|
151
146
|
<workItem from="1709671101704" duration="290000" />
|
152
147
|
<workItem from="1713769095032" duration="116000" />
|
153
|
-
<workItem from="1730803990300" duration="
|
148
|
+
<workItem from="1730803990300" duration="2298000" />
|
154
149
|
</task>
|
155
150
|
<task id="LOCAL-00001" summary="v 0.4.11 add gulp tasks to client bib">
|
156
151
|
<option name="closed" value="true" />
|
@@ -184,7 +179,15 @@
|
|
184
179
|
<option name="project" value="LOCAL" />
|
185
180
|
<updated>1713769189716</updated>
|
186
181
|
</task>
|
187
|
-
<
|
182
|
+
<task id="LOCAL-00005" summary="v 0.56.2 Fixed new version bugs">
|
183
|
+
<option name="closed" value="true" />
|
184
|
+
<created>1730805685222</created>
|
185
|
+
<option name="number" value="00005" />
|
186
|
+
<option name="presentableId" value="LOCAL-00005" />
|
187
|
+
<option name="project" value="LOCAL" />
|
188
|
+
<updated>1730805685222</updated>
|
189
|
+
</task>
|
190
|
+
<option name="localTasksCounter" value="6" />
|
188
191
|
<servers />
|
189
192
|
</component>
|
190
193
|
<component name="TypeScriptGeneratedFilesManager">
|
@@ -195,7 +198,8 @@
|
|
195
198
|
<MESSAGE value="v 0.4.12 gulp fixes" />
|
196
199
|
<MESSAGE value="v 0.4.18 update AbstractSDC relations (get_parent, get_children)" />
|
197
200
|
<MESSAGE value="v 0.4.18 build" />
|
198
|
-
<
|
201
|
+
<MESSAGE value="v 0.56.2 Fixed new version bugs" />
|
202
|
+
<option name="LAST_COMMIT_MESSAGE" value="v 0.56.2 Fixed new version bugs" />
|
199
203
|
</component>
|
200
204
|
<component name="VgoProject">
|
201
205
|
<settings-migrated>true</settings-migrated>
|