sdc_client 0.57.9 → 0.57.10
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 +20 -10
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
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.57.9 Update dependencies" />
|
8
8
|
<option name="SHOW_DIALOG" value="false" />
|
9
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -48,15 +48,15 @@
|
|
48
48
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
49
49
|
"git-widget-placeholder": "main",
|
50
50
|
"go.import.settings.migrated": "true",
|
51
|
-
"javascript.nodejs.core.library.configured.version": "
|
52
|
-
"javascript.nodejs.core.library.typings.version": "
|
51
|
+
"javascript.nodejs.core.library.configured.version": "22.8.0",
|
52
|
+
"javascript.nodejs.core.library.typings.version": "22.8.7",
|
53
53
|
"kotlin-language-version-configured": "true",
|
54
54
|
"last_opened_file_path": "/home/martin/Develop/private/SimpleDomControlClient",
|
55
55
|
"node.js.detected.package.eslint": "true",
|
56
56
|
"node.js.detected.package.tslint": "true",
|
57
57
|
"node.js.selected.package.eslint": "(autodetect)",
|
58
58
|
"node.js.selected.package.tslint": "(autodetect)",
|
59
|
-
"nodejs.jest.jest_package": "/home/
|
59
|
+
"nodejs.jest.jest_package": "/home/martin/Develop/private/SimpleDomControlClient/node_modules/jest",
|
60
60
|
"nodejs_interpreter_path": "/home/martin/.asdf/installs/nodejs/22.8.0/bin/node",
|
61
61
|
"nodejs_package_manager_path": "yarn",
|
62
62
|
"npm.build.executor": "Run",
|
@@ -74,10 +74,10 @@
|
|
74
74
|
<recent name="$PROJECT_DIR$" />
|
75
75
|
</key>
|
76
76
|
</component>
|
77
|
-
<component name="RunManager" selected="npm.
|
77
|
+
<component name="RunManager" selected="npm.test">
|
78
78
|
<configuration name="jest.config.mjs" type="JavaScriptTestRunnerJest" nameIsGenerated="true">
|
79
79
|
<config-file value="$PROJECT_DIR$/jest.config.mjs" />
|
80
|
-
<node-interpreter value="$USER_HOME$/.asdf/installs/nodejs/
|
80
|
+
<node-interpreter value="$USER_HOME$/.asdf/installs/nodejs/22.8.0/bin/node" />
|
81
81
|
<node-options value="--experimental-vm-modules" />
|
82
82
|
<jest-package value="$PROJECT_DIR$/node_modules/jest" />
|
83
83
|
<working-dir value="$PROJECT_DIR$" />
|
@@ -119,8 +119,8 @@
|
|
119
119
|
<component name="SharedIndexes">
|
120
120
|
<attachedChunks>
|
121
121
|
<set>
|
122
|
-
<option value="bundled-jdk-9823dce3aa75-fdfe4dae3a2d-intellij.indexing.shared.core-IU-243.
|
123
|
-
<option value="bundled-js-predefined-d6986cc7102b-
|
122
|
+
<option value="bundled-jdk-9823dce3aa75-fdfe4dae3a2d-intellij.indexing.shared.core-IU-243.22562.218" />
|
123
|
+
<option value="bundled-js-predefined-d6986cc7102b-deb605915726-JavaScript-IU-243.22562.218" />
|
124
124
|
</set>
|
125
125
|
</attachedChunks>
|
126
126
|
</component>
|
@@ -143,6 +143,7 @@
|
|
143
143
|
<workItem from="1709671101704" duration="290000" />
|
144
144
|
<workItem from="1713769095032" duration="116000" />
|
145
145
|
<workItem from="1730803990300" duration="2495000" />
|
146
|
+
<workItem from="1741761262308" duration="532000" />
|
146
147
|
</task>
|
147
148
|
<task id="LOCAL-00001" summary="v 0.4.11 add gulp tasks to client bib">
|
148
149
|
<option name="closed" value="true" />
|
@@ -184,7 +185,15 @@
|
|
184
185
|
<option name="project" value="LOCAL" />
|
185
186
|
<updated>1730805685222</updated>
|
186
187
|
</task>
|
187
|
-
<
|
188
|
+
<task id="LOCAL-00006" summary="v 0.57.9 Update dependencies">
|
189
|
+
<option name="closed" value="true" />
|
190
|
+
<created>1741761774404</created>
|
191
|
+
<option name="number" value="00006" />
|
192
|
+
<option name="presentableId" value="LOCAL-00006" />
|
193
|
+
<option name="project" value="LOCAL" />
|
194
|
+
<updated>1741761774404</updated>
|
195
|
+
</task>
|
196
|
+
<option name="localTasksCounter" value="7" />
|
188
197
|
<servers />
|
189
198
|
</component>
|
190
199
|
<component name="TypeScriptGeneratedFilesManager">
|
@@ -196,7 +205,8 @@
|
|
196
205
|
<MESSAGE value="v 0.4.18 update AbstractSDC relations (get_parent, get_children)" />
|
197
206
|
<MESSAGE value="v 0.4.18 build" />
|
198
207
|
<MESSAGE value="v 0.56.2 Fixed new version bugs" />
|
199
|
-
<
|
208
|
+
<MESSAGE value="v 0.57.9 Update dependencies" />
|
209
|
+
<option name="LAST_COMMIT_MESSAGE" value="v 0.57.9 Update dependencies" />
|
200
210
|
</component>
|
201
211
|
<component name="VgoProject">
|
202
212
|
<settings-migrated>true</settings-migrated>
|