@galacean/effects-plugin-spine 1.6.3 → 1.6.4
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/alipay.js +1 -1
- package/dist/alipay.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.min.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/weapp.js +13364 -0
- package/dist/weapp.js.map +1 -0
- package/dist/weapp.mjs +13245 -0
- package/dist/weapp.mjs.map +1 -0
- package/package.json +7 -2
package/dist/alipay.js
CHANGED
|
@@ -13242,7 +13242,7 @@ var SpineLoader = /** @class */ (function (_super) {
|
|
|
13242
13242
|
}(effects.AbstractPlugin));
|
|
13243
13243
|
|
|
13244
13244
|
effects.registerPlugin('spine', SpineLoader, SpineVFXItem);
|
|
13245
|
-
var version = "1.6.
|
|
13245
|
+
var version = "1.6.4";
|
|
13246
13246
|
effects.logger.info('plugin spine version: ' + version);
|
|
13247
13247
|
|
|
13248
13248
|
exports.AlphaTimeline = AlphaTimeline;
|
package/dist/alipay.mjs
CHANGED
|
@@ -13238,7 +13238,7 @@ var SpineLoader = /** @class */ (function (_super) {
|
|
|
13238
13238
|
}(AbstractPlugin));
|
|
13239
13239
|
|
|
13240
13240
|
registerPlugin('spine', SpineLoader, SpineVFXItem);
|
|
13241
|
-
var version = "1.6.
|
|
13241
|
+
var version = "1.6.4";
|
|
13242
13242
|
logger.info('plugin spine version: ' + version);
|
|
13243
13243
|
|
|
13244
13244
|
export { AlphaTimeline, Animation, AnimationState, AnimationStateAdapter, AnimationStateData, AssetManagerBase, AtlasAttachmentLoader, Attachment, AttachmentTimeline, BinaryInput, BlendMode, Bone, BoneData, BoundingBoxAttachment, CURRENT, ClippingAttachment, Color, ConstraintData, CurveTimeline, CurveTimeline1, CurveTimeline2, DebugUtils, DeformTimeline, Downloader, DrawOrderTimeline, Event, EventData, EventQueue, EventTimeline, EventType, FIRST, FakeTexture, HOLD_FIRST, HOLD_MIX, HOLD_SUBSEQUENT, IkConstraint, IkConstraintData, IkConstraintTimeline, Inherit, InheritTimeline, IntSet, Interpolation, MathUtils, MeshAttachment, MixBlend, MixDirection, PathAttachment, PathConstraint, PathConstraintData, PathConstraintMixTimeline, PathConstraintPositionTimeline, PathConstraintSpacingTimeline, Physics, PhysicsConstraintDampingTimeline, PhysicsConstraintGravityTimeline, PhysicsConstraintInertiaTimeline, PhysicsConstraintMassTimeline, PhysicsConstraintMixTimeline, PhysicsConstraintResetTimeline, PhysicsConstraintStrengthTimeline, PhysicsConstraintTimeline, PhysicsConstraintWindTimeline, PointAttachment, Pool, PositionMode, Pow, PowOut, RGB2Timeline, RGBA2Timeline, RGBATimeline, RGBTimeline, RegionAttachment, RotateMode, RotateTimeline, SETUP, SUBSEQUENT, ScaleTimeline, ScaleXTimeline, ScaleYTimeline, SequenceTimeline, ShearTimeline, ShearXTimeline, ShearYTimeline, Skeleton, SkeletonBinary, SkeletonBounds, SkeletonClipping, SkeletonData, SkeletonJson, Skin, SkinEntry, Slot, SlotData, SpacingMode, SpineLoader, SpineVFXItem, StringSet, Texture, TextureAtlas, TextureAtlasPage, TextureAtlasRegion, TextureFilter, TextureRegion, TextureWrap, TimeKeeper, Timeline, TrackEntry, TransformConstraint, TransformConstraintData, TransformConstraintTimeline, TranslateTimeline, TranslateXTimeline, TranslateYTimeline, Triangulator, Utils, Vector2$1 as Vector2, VertexAttachment, WindowedMean, createSkeletonData, getAnimationDuration, getAnimationList, getAtlasFromBuffer, getSkeletonFromBuffer, getSkinList, getSpineVersion, getTextureOptions, version };
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects player spine plugin
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 十弦
|
|
6
|
-
* Version: v1.6.
|
|
6
|
+
* Version: v1.6.4
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -13250,7 +13250,7 @@ var SpineLoader = /** @class */ (function (_super) {
|
|
|
13250
13250
|
}(effects.AbstractPlugin));
|
|
13251
13251
|
|
|
13252
13252
|
effects.registerPlugin('spine', SpineLoader, SpineVFXItem);
|
|
13253
|
-
var version = "1.6.
|
|
13253
|
+
var version = "1.6.4";
|
|
13254
13254
|
effects.logger.info('plugin spine version: ' + version);
|
|
13255
13255
|
|
|
13256
13256
|
exports.AlphaTimeline = AlphaTimeline;
|