@fablevision/utils
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -7,1 +7,3 @@ export * as promises from './promises'; | ||
export * from './Event'; | ||
export * from './Timer'; | ||
export * from './Tween'; |
@@ -7,1 +7,3 @@ export * as promises from './promises'; | ||
export * from './Event'; | ||
export * from './Timer'; | ||
export * from './Tween'; |
{ | ||
"name": "@fablevision/utils", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -13,3 +13,3 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"prepublish": "npm run build", | ||
"prepare": "npm run build", | ||
"postpublish": "git push && git push --tags" | ||
@@ -19,3 +19,3 @@ }, | ||
"type": "git", | ||
"url": "git+https://gitlab.com/fablevision/public-utils/utils.git" | ||
"url": "https://github.com/FableVision/utils-js.git" | ||
}, | ||
@@ -25,8 +25,12 @@ "author": "", | ||
"bugs": { | ||
"url": "https://gitlab.com/fablevision/public-utils/utils/issues" | ||
"url": "https://github.com/FableVision/utils-js/issues" | ||
}, | ||
"homepage": "https://gitlab.com/fablevision/public-utils/utils#readme", | ||
"homepage": "https://github.com/FableVision/utils-js#readme", | ||
"devDependencies": { | ||
"@types/eases": "^1.0.0", | ||
"typescript": "^4.5.0" | ||
}, | ||
"dependencies": { | ||
"eases": "^1.0.8" | ||
} | ||
} |
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
29563
20
915
1
2
+ Addedeases@^1.0.8
+ Addedeases@1.0.8(transitive)