@quenty/animationgroup
Advanced tools
Comparing version 1.2.0 to 1.3.0-canary.209.c61f821.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0-canary.209.c61f821.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animationgroup@1.2.0...@quenty/animationgroup@1.3.0-canary.209.c61f821.0) (2021-09-03) | ||
### Features | ||
* Add new loader to Nevermore ([c61f821](https://github.com/Quenty/NevermoreEngine/commit/c61f821d209ee35e2e50dec4086a938cecb9300a)) | ||
# 1.2.0 (2021-07-31) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "AnimationGroup", | ||
"name": "animationgroup", | ||
"tree": { | ||
@@ -4,0 +4,0 @@ "$path": "src" |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "@quenty/animationgroup", | ||
"version": "1.2.0", | ||
"version": "1.3.0-canary.209.c61f821.0", | ||
"description": "A group of weighted tracks that can be played back with weighted probability. The closest example to this is the idle animation that looks around at a 1:10 ratio when you're standing still in default Roblox animation script.", | ||
@@ -12,10 +12,5 @@ "keywords": [ | ||
], | ||
"contributors": [ | ||
"Quenty" | ||
], | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
"bugs": { | ||
"url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
@@ -26,17 +21,22 @@ "type": "git", | ||
}, | ||
"funding": { | ||
"type": "patreon", | ||
"url": "https://www.patreon.com/quenty" | ||
}, | ||
"license": "MIT", | ||
"contributors": [ | ||
"Quenty" | ||
], | ||
"dependencies": { | ||
"@quenty/animationtrackutils": "^1.2.0", | ||
"@quenty/baseobject": "^1.2.0", | ||
"@quenty/maid": "^1.2.0" | ||
"@quenty/animationtrackutils": "1.3.0-canary.209.c61f821.0", | ||
"@quenty/maid": "1.3.0-canary.209.c61f821.0" | ||
}, | ||
"peerDependencies": { | ||
"@quenty/loader": "^1.0.0" | ||
"@quenty/baseobject": "file:../baseobject", | ||
"@quenty/loader": "file:../loader" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "d06e276dc6111e17c3c25d3e58768eb4e6bdc333" | ||
"gitHead": "c61f821d209ee35e2e50dec4086a938cecb9300a" | ||
} |
@@ -0,0 +0,0 @@ ## AnimationGroup |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
8535
8
12
0
2
+ Added@quenty/animationtrackutils@1.3.0-canary.209.c61f821.0(transitive)
+ Added@quenty/maid@1.3.0-canary.209.c61f821.0(transitive)
- Removed@quenty/baseobject@^1.2.0
- Removed@quenty/animationtrackutils@1.2.0(transitive)
- Removed@quenty/baseobject@1.2.0(transitive)
- Removed@quenty/loader@1.2.0(transitive)
- Removed@quenty/maid@1.2.0(transitive)
Updated@quenty/animationtrackutils@1.3.0-canary.209.c61f821.0