@dotlottie/dotlottie-js
Advanced tools
Comparing version 0.8.1 to 0.9.0-beta.0
{ | ||
"name": "@dotlottie/dotlottie-js", | ||
"version": "0.8.1", | ||
"version": "0.9.0-beta.0", | ||
"type": "module", | ||
@@ -26,10 +26,15 @@ "description": "This library helps in creating and modifying .lottie files.", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./node": "./dist/node/index.js" | ||
".": { | ||
"node": "./dist/index.node.js", | ||
"default": "./dist/index.browser.js" | ||
}, | ||
"./*": "./dist/*.js" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"browser": "dist/index.browser.js", | ||
"types": "./dist/index.browser.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"node": [ | ||
"./dist/node" | ||
"*": [ | ||
"dist/*", | ||
"dist/index.browser.d.ts" | ||
] | ||
@@ -42,3 +47,3 @@ } | ||
"dependencies": { | ||
"@lottie-animation-community/lottie-types": "^1.1.0", | ||
"@lottie-animation-community/lottie-types": "^1.2.0", | ||
"browser-image-hash": "^0.0.5", | ||
@@ -54,11 +59,10 @@ "fflate": "^0.8.1", | ||
"@types/sharp": "0.31.1", | ||
"@vitest/browser": "2.1.3", | ||
"cross-env": "7.0.3", | ||
"esbuild": "0.14.49", | ||
"jasmine": "5.1.0", | ||
"jasmine-browser-runner": "2.2.0", | ||
"jasmine-core": "5.1.1", | ||
"js-base64": "3.7.5", | ||
"nodemon": "2.0.20", | ||
"tsup": "6.1.3", | ||
"typescript": "4.7.4" | ||
"tsup": "8.3.0", | ||
"typescript": "4.7.4", | ||
"vite-plugin-arraybuffer": "^0.0.8", | ||
"vitest": "^2.1.3" | ||
}, | ||
@@ -68,3 +72,2 @@ "publishConfig": { | ||
}, | ||
"packageManager": "pnpm@7.1.6", | ||
"scripts": { | ||
@@ -77,12 +80,5 @@ "build": "tsup", | ||
"stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics", | ||
"test": "pnpm test:browser && pnpm test:node", | ||
"test:browser": "pnpm test:build:browser && jasmine-browser-runner runSpecs --config=./jasmine/jasmine-browser.json --port=4444", | ||
"test:browser:watch": "nodemon -e ts --watch src/tests --exec 'pnpm test:browser'", | ||
"test:build:browser": "tsup --platform='browser' --config ./jasmine/tsup.config.js", | ||
"test:build:node": "tsup --platform='node' --config ./jasmine/tsup.config.js", | ||
"test:build:watch": "pnpm test:build --watch", | ||
"test:node": "pnpm test:build:node && jasmine --config=./jasmine/jasmine.json --parallel=auto", | ||
"test:node:watch": "nodemon -e ts --watch src/tests --exec 'pnpm test:node'", | ||
"test": "vitest", | ||
"type-check": "tsc --noEmit" | ||
} | ||
} |
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
11
19
1353389
8
19939