@goodgamestudios/cxf-plugins 0.105.5 → 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 +5 -1
- package/dist/bigfarm-ms.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" />
|
|
@@ -118,6 +121,7 @@
|
|
|
118
121
|
<workItem from="1764076095168" duration="5055000" />
|
|
119
122
|
<workItem from="1764155465996" duration="41000" />
|
|
120
123
|
<workItem from="1765817881705" duration="1219000" />
|
|
124
|
+
<workItem from="1765893642576" duration="710000" />
|
|
121
125
|
</task>
|
|
122
126
|
<task id="LOCAL-00001" summary="fix: switch production version">
|
|
123
127
|
<created>1648645320970</created>
|
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/package.json
CHANGED