@m2c2kit/addons 0.3.22 → 0.3.24
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -3453,7 +3453,7 @@ M2c2KitHelpers.registerM2NodeClass(
|
|
|
3453
3453
|
CountdownTimer
|
|
3454
3454
|
);
|
|
3455
3455
|
|
|
3456
|
-
console.log("\u26AA @m2c2kit/addons version 0.3.
|
|
3456
|
+
console.log("\u26AA @m2c2kit/addons version 0.3.24 (af00d1f0)");
|
|
3457
3457
|
|
|
3458
3458
|
export { Button, CountdownScene, CountdownTimer, Dialog, DialogResult, DrawPad, DrawPadEventType, DrawPadItemEventType, Grid, Instructions, LocalePicker, VirtualKeyboard };
|
|
3459
3459
|
//# sourceMappingURL=index.js.map
|