@goodgamestudios/cxf-plugins 0.105.4 → 0.105.6
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 +14 -2
- package/dist/bigfarm-ms.json +1 -1
- package/dist/bigfarm.json +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="8a643d80-9fae-495e-993b-06419d273af9" name="Changes" comment="fix: change version of plugins for BF"
|
|
7
|
+
<list default="true" id="8a643d80-9fae-495e-993b-06419d273af9" name="Changes" comment="fix: change version of plugins for BF">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/prod/bigfarm.json" beforeDir="false" afterPath="$PROJECT_DIR$/prod/bigfarm.json" afterDir="false" />
|
|
10
|
+
</list>
|
|
8
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
13
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -117,6 +120,8 @@
|
|
|
117
120
|
<workItem from="1763625025783" duration="21000" />
|
|
118
121
|
<workItem from="1764076095168" duration="5055000" />
|
|
119
122
|
<workItem from="1764155465996" duration="41000" />
|
|
123
|
+
<workItem from="1765817881705" duration="1219000" />
|
|
124
|
+
<workItem from="1765893642576" duration="710000" />
|
|
120
125
|
</task>
|
|
121
126
|
<task id="LOCAL-00001" summary="fix: switch production version">
|
|
122
127
|
<created>1648645320970</created>
|
|
@@ -223,7 +228,14 @@
|
|
|
223
228
|
<option name="project" value="LOCAL" />
|
|
224
229
|
<updated>1764079882682</updated>
|
|
225
230
|
</task>
|
|
226
|
-
<
|
|
231
|
+
<task id="LOCAL-00016" summary="fix: change version of plugins for BF">
|
|
232
|
+
<created>1765819658718</created>
|
|
233
|
+
<option name="number" value="00016" />
|
|
234
|
+
<option name="presentableId" value="LOCAL-00016" />
|
|
235
|
+
<option name="project" value="LOCAL" />
|
|
236
|
+
<updated>1765819658719</updated>
|
|
237
|
+
</task>
|
|
238
|
+
<option name="localTasksCounter" value="17" />
|
|
227
239
|
<servers />
|
|
228
240
|
</component>
|
|
229
241
|
<component name="TypeScriptGeneratedFilesManager">
|
package/dist/bigfarm-ms.json
CHANGED
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-announcements@0.19.8/dist/announcements.js'></script>",
|
|
5
5
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-tracking@1.2.0/dist/index.js'></script>",
|
|
6
6
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
|
|
7
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@
|
|
7
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.1.2/dist/webshop-cxf.js'></script>",
|
|
8
8
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
|
|
9
9
|
]
|
package/dist/bigfarm.json
CHANGED
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-dialog@1.6.1/dist/cxfDialog.js'></script>",
|
|
8
8
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-fullscreen@0.0.7/dist/index.js'></script>",
|
|
9
9
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-ia@0.21.1/dist/bigfarm.js'></script>",
|
|
10
|
-
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.1.
|
|
10
|
+
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-webshop@7.1.2/dist/webshop-cxf.js'></script>",
|
|
11
11
|
"<script src='https://cdn.jsdelivr.net/npm/@goodgamestudios/cxf-shop-zipcodes@1.0.2/dist/index.js'></script>"
|
|
12
12
|
]
|
package/package.json
CHANGED