Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "ukiyojs", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Modern parallax library for picture elements and any images", | ||
@@ -13,2 +13,3 @@ "homepage": "https://yitengjun.github.io/ukiyo-js/", | ||
"browser": "./dist/ukiyo.umd.min.js", | ||
"types": "./dist/types/index.d.ts", | ||
"keywords": [ | ||
@@ -26,3 +27,5 @@ "javascript", | ||
"dev": "rollup -c -w", | ||
"build": "rollup -c", | ||
"build": "run-p build:*", | ||
"build:bundle": "rollup -c", | ||
"build:types": "tsc --declaration --emitDeclarationOnly --declarationDir ./dist/types", | ||
"lint": "eslint \"./src/**/*.ts\" --fix", | ||
@@ -47,2 +50,3 @@ "format": "prettier --write \"./src/**/*.ts\" \"./types/**/*.ts\"", | ||
"eslint-config-prettier": "^8.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.8.0", | ||
@@ -49,0 +53,0 @@ "rollup": "^2.70.1", |
@@ -31,3 +31,3 @@ <div align="center"> | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/ukiyojs@4.0.2/dist/ukiyo.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/ukiyojs@4.0.4/dist/ukiyo.min.js"></script> | ||
``` | ||
@@ -34,0 +34,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
33714
10
232
0
19