@goodgamestudios/cxf-plugins 0.105.4 → 0.105.5
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 +9 -1
- package/dist/bigfarm.json +1 -1
- package/package.json +1 -1
package/.idea/workspace.xml
CHANGED
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
<workItem from="1763625025783" duration="21000" />
|
|
118
118
|
<workItem from="1764076095168" duration="5055000" />
|
|
119
119
|
<workItem from="1764155465996" duration="41000" />
|
|
120
|
+
<workItem from="1765817881705" duration="1219000" />
|
|
120
121
|
</task>
|
|
121
122
|
<task id="LOCAL-00001" summary="fix: switch production version">
|
|
122
123
|
<created>1648645320970</created>
|
|
@@ -223,7 +224,14 @@
|
|
|
223
224
|
<option name="project" value="LOCAL" />
|
|
224
225
|
<updated>1764079882682</updated>
|
|
225
226
|
</task>
|
|
226
|
-
<
|
|
227
|
+
<task id="LOCAL-00016" summary="fix: change version of plugins for BF">
|
|
228
|
+
<created>1765819658718</created>
|
|
229
|
+
<option name="number" value="00016" />
|
|
230
|
+
<option name="presentableId" value="LOCAL-00016" />
|
|
231
|
+
<option name="project" value="LOCAL" />
|
|
232
|
+
<updated>1765819658719</updated>
|
|
233
|
+
</task>
|
|
234
|
+
<option name="localTasksCounter" value="17" />
|
|
227
235
|
<servers />
|
|
228
236
|
</component>
|
|
229
237
|
<component name="TypeScriptGeneratedFilesManager">
|
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