@m2c2kit/core 0.3.35 → 0.3.36
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.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -4084,8 +4084,8 @@ declare class Constants {
|
|
|
4084
4084
|
/** Placeholder that will be populated during the build process. */
|
|
4085
4085
|
static readonly MODULE_METADATA_PLACEHOLDER: ModuleMetadata;
|
|
4086
4086
|
static readonly DEFAULT_ROOT_ELEMENT_ID = "m2c2kit";
|
|
4087
|
-
static readonly ERUDA_URL = "https://cdn.jsdelivr.net/npm/eruda@3.4.
|
|
4088
|
-
static readonly ERUDA_SRI = "sha384-
|
|
4087
|
+
static readonly ERUDA_URL = "https://cdn.jsdelivr.net/npm/eruda@3.4.3/eruda.js";
|
|
4088
|
+
static readonly ERUDA_SRI = "sha384-weDBY9jeIj4NqaiZF9f6PMAMMY4lIu+0CAI+TjBIE73RctCQOxDoEHltYnstRszI";
|
|
4089
4089
|
}
|
|
4090
4090
|
|
|
4091
4091
|
/**
|
package/dist/index.js
CHANGED
|
@@ -692,8 +692,8 @@ Constants.MODULE_METADATA_PLACEHOLDER = {
|
|
|
692
692
|
dependencies: {}
|
|
693
693
|
};
|
|
694
694
|
Constants.DEFAULT_ROOT_ELEMENT_ID = "m2c2kit";
|
|
695
|
-
Constants.ERUDA_URL = "https://cdn.jsdelivr.net/npm/eruda@3.4.
|
|
696
|
-
Constants.ERUDA_SRI = "sha384-
|
|
695
|
+
Constants.ERUDA_URL = "https://cdn.jsdelivr.net/npm/eruda@3.4.3/eruda.js";
|
|
696
|
+
Constants.ERUDA_SRI = "sha384-weDBY9jeIj4NqaiZF9f6PMAMMY4lIu+0CAI+TjBIE73RctCQOxDoEHltYnstRszI";
|
|
697
697
|
|
|
698
698
|
class M2c2KitHelpers {
|
|
699
699
|
/**
|
|
@@ -13508,7 +13508,7 @@ class Story {
|
|
|
13508
13508
|
}
|
|
13509
13509
|
}
|
|
13510
13510
|
|
|
13511
|
-
console.log("\u26AA @m2c2kit/core version 0.3.
|
|
13511
|
+
console.log("\u26AA @m2c2kit/core version 0.3.36 (38a5862e)");
|
|
13512
13512
|
|
|
13513
13513
|
export { Action, ActivityType, CanvasKitHelpers, ColorfulMutablePath, Composite, Constants, ConstraintType, CustomAction, Dimensions, Easings, Equal, Equals, EventStore, EventStoreMode, FadeAlphaAction, FontManager, Game, GroupAction, I18n, ImageManager, Label, LabelHorizontalAlignmentMode, LayoutConstraint, LegacyTimer, M2Error, M2EventType, M2ImageStatus, M2Node, M2NodeFactory, M2NodeType, M2SoundStatus, M2c2KitHelpers, MoveAction, MutablePath, NoneTransition, PlayAction, RandomDraws, RepeatAction, RepeatForeverAction, RotateAction, ScaleAction, Scene, SceneTransition, SequenceAction, Shape, ShapeType, SlideTransition, SoundManager, SoundPlayer, SoundRecorder, Sprite, Story, TextLine, Timer, Transition, TransitionDirection, TransitionType, Uuid, WaitAction, WebColors, WebGlInfo, handleInterfaceOptions };
|
|
13514
13514
|
//# sourceMappingURL=index.js.map
|