sdc_client 0.56.2 → 0.56.3
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 -10
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
@@ -4,14 +4,8 @@
|
|
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
|
-
<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
9
|
</list>
|
16
10
|
<option name="SHOW_DIALOG" value="false" />
|
17
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -150,7 +144,7 @@
|
|
150
144
|
<workItem from="1709579952668" duration="2466000" />
|
151
145
|
<workItem from="1709671101704" duration="290000" />
|
152
146
|
<workItem from="1713769095032" duration="116000" />
|
153
|
-
<workItem from="1730803990300" duration="
|
147
|
+
<workItem from="1730803990300" duration="2298000" />
|
154
148
|
</task>
|
155
149
|
<task id="LOCAL-00001" summary="v 0.4.11 add gulp tasks to client bib">
|
156
150
|
<option name="closed" value="true" />
|
@@ -184,7 +178,15 @@
|
|
184
178
|
<option name="project" value="LOCAL" />
|
185
179
|
<updated>1713769189716</updated>
|
186
180
|
</task>
|
187
|
-
<
|
181
|
+
<task id="LOCAL-00005" summary="v 0.56.2 Fixed new version bugs">
|
182
|
+
<option name="closed" value="true" />
|
183
|
+
<created>1730805685222</created>
|
184
|
+
<option name="number" value="00005" />
|
185
|
+
<option name="presentableId" value="LOCAL-00005" />
|
186
|
+
<option name="project" value="LOCAL" />
|
187
|
+
<updated>1730805685222</updated>
|
188
|
+
</task>
|
189
|
+
<option name="localTasksCounter" value="6" />
|
188
190
|
<servers />
|
189
191
|
</component>
|
190
192
|
<component name="TypeScriptGeneratedFilesManager">
|
@@ -195,7 +197,8 @@
|
|
195
197
|
<MESSAGE value="v 0.4.12 gulp fixes" />
|
196
198
|
<MESSAGE value="v 0.4.18 update AbstractSDC relations (get_parent, get_children)" />
|
197
199
|
<MESSAGE value="v 0.4.18 build" />
|
198
|
-
<
|
200
|
+
<MESSAGE value="v 0.56.2 Fixed new version bugs" />
|
201
|
+
<option name="LAST_COMMIT_MESSAGE" value="v 0.56.2 Fixed new version bugs" />
|
199
202
|
</component>
|
200
203
|
<component name="VgoProject">
|
201
204
|
<settings-migrated>true</settings-migrated>
|