@3cr/viewer-browser 0.0.1 → 0.0.2
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 +11 -2
- package/package.json +1 -1
- package/vite.config.mts +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
7
|
<list default="true" id="feb68f38-3ed5-44bb-a81b-c68f1e9d5e48" name="Changes" comment="initial">
|
|
8
8
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/vite.config.mts" beforeDir="false" afterPath="$PROJECT_DIR$/vite.config.mts" afterDir="false" />
|
|
9
10
|
</list>
|
|
10
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
<option name="number" value="Default" />
|
|
122
123
|
<option name="presentableId" value="Default" />
|
|
123
124
|
<updated>1712197208124</updated>
|
|
124
|
-
<workItem from="1712197209295" duration="
|
|
125
|
+
<workItem from="1712197209295" duration="29964000" />
|
|
125
126
|
</task>
|
|
126
127
|
<task id="LOCAL-00001" summary="initial">
|
|
127
128
|
<option name="closed" value="true" />
|
|
@@ -147,7 +148,15 @@
|
|
|
147
148
|
<option name="project" value="LOCAL" />
|
|
148
149
|
<updated>1712542100525</updated>
|
|
149
150
|
</task>
|
|
150
|
-
<
|
|
151
|
+
<task id="LOCAL-00004" summary="initial">
|
|
152
|
+
<option name="closed" value="true" />
|
|
153
|
+
<created>1712542119883</created>
|
|
154
|
+
<option name="number" value="00004" />
|
|
155
|
+
<option name="presentableId" value="LOCAL-00004" />
|
|
156
|
+
<option name="project" value="LOCAL" />
|
|
157
|
+
<updated>1712542119883</updated>
|
|
158
|
+
</task>
|
|
159
|
+
<option name="localTasksCounter" value="5" />
|
|
151
160
|
<servers />
|
|
152
161
|
</component>
|
|
153
162
|
<component name="TypeScriptGeneratedFilesManager">
|
package/package.json
CHANGED