@tweenjs/tween.js 20.0.1 → 20.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -373,7 +373,7 @@ Maintainers: [mikebolt](https://github.com/mikebolt), [sole](https://github.com/
373
373
 
374
374
  # Projects using tween.js
375
375
 
376
- [![Lume](./assets/projects/11_lume.jpg)](https://lume.io)
376
+ [<img src="./assets/projects/11_lume.jpg" width="100" alt="Lume" />](https://lume.io)
377
377
  [![A-Frame VR](https://tweenjs.github.io/tween.js/assets/projects/10_aframe.png)](https://aframe.io)
378
378
  [![MOMA Inventing Abstraction 1910-1925](https://tweenjs.github.io/tween.js/assets/projects/09_moma.png)](http://www.moma.org/interactives/exhibitions/2012/inventingabstraction/)
379
379
  [![Web Lab](https://tweenjs.github.io/tween.js/assets/projects/08_web_lab.png)](http://www.chromeweblab.com/)
package/dist/tween.amd.js CHANGED
@@ -814,7 +814,7 @@ define(['exports'], (function (exports) { 'use strict';
814
814
  return Tween;
815
815
  }());
816
816
 
817
- var VERSION = '20.0.1';
817
+ var VERSION = '20.0.2';
818
818
 
819
819
  /**
820
820
  * Tween.js - Licensed under the MIT license
package/dist/tween.cjs.js CHANGED
@@ -816,7 +816,7 @@ var Tween = /** @class */ (function () {
816
816
  return Tween;
817
817
  }());
818
818
 
819
- var VERSION = '20.0.1';
819
+ var VERSION = '20.0.2';
820
820
 
821
821
  /**
822
822
  * Tween.js - Licensed under the MIT license
package/dist/tween.d.ts CHANGED
@@ -152,7 +152,7 @@ declare class Sequence {
152
152
  static nextId(): number;
153
153
  }
154
154
 
155
- declare const VERSION = "20.0.1";
155
+ declare const VERSION = "20.0.2";
156
156
 
157
157
  declare const nextId: typeof Sequence.nextId;
158
158
  declare const getAll: () => Tween<UnknownProps>[];
package/dist/tween.esm.js CHANGED
@@ -812,7 +812,7 @@ var Tween = /** @class */ (function () {
812
812
  return Tween;
813
813
  }());
814
814
 
815
- var VERSION = '20.0.1';
815
+ var VERSION = '20.0.2';
816
816
 
817
817
  /**
818
818
  * Tween.js - Licensed under the MIT license
package/dist/tween.umd.js CHANGED
@@ -818,7 +818,7 @@
818
818
  return Tween;
819
819
  }());
820
820
 
821
- var VERSION = '20.0.1';
821
+ var VERSION = '20.0.2';
822
822
 
823
823
  /**
824
824
  * Tween.js - Licensed under the MIT license
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tweenjs/tween.js",
3
3
  "description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
4
- "version": "20.0.1",
4
+ "version": "20.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/tween.cjs.js",
7
7
  "types": "dist/tween.d.ts",