@tweenjs/tween.js
Advanced tools
Comparing version 20.0.3 to 21.0.0
@@ -817,3 +817,3 @@ define(['exports'], (function (exports) { 'use strict'; | ||
var VERSION = '20.0.3'; | ||
var VERSION = '21.0.0'; | ||
@@ -820,0 +820,0 @@ /** |
@@ -819,3 +819,3 @@ 'use strict'; | ||
var VERSION = '20.0.3'; | ||
var VERSION = '21.0.0'; | ||
@@ -822,0 +822,0 @@ /** |
@@ -155,3 +155,3 @@ type EasingFunction = (amount: number) => number; | ||
declare const VERSION = "20.0.3"; | ||
declare const VERSION = "21.0.0"; | ||
@@ -158,0 +158,0 @@ declare const nextId: typeof Sequence.nextId; |
@@ -815,3 +815,3 @@ /** | ||
var VERSION = '20.0.3'; | ||
var VERSION = '21.0.0'; | ||
@@ -818,0 +818,0 @@ /** |
@@ -821,3 +821,3 @@ (function (global, factory) { | ||
var VERSION = '20.0.3'; | ||
var VERSION = '21.0.0'; | ||
@@ -824,0 +824,0 @@ /** |
{ | ||
"name": "@tweenjs/tween.js", | ||
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.", | ||
"version": "20.0.3", | ||
"description": "Simple and fast tweening engine with optimised Robert Penner's equations.", | ||
"version": "21.0.0", | ||
"type": "module", | ||
@@ -9,2 +9,8 @@ "main": "dist/tween.cjs.js", | ||
"module": "dist/tween.esm.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/tween.esm.js", | ||
"require": "./dist/tween.cjs.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -11,0 +17,0 @@ "dist", |
@@ -10,2 +10,4 @@ # tween.js | ||
More languages: [English](./README.md), [简体中文](./README_zh-CN.md) | ||
--- | ||
@@ -12,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157597
398