@vibrant/image-browser
Advanced tools
Comparing version 4.0.0-alpha.4 to 4.0.0-beta.1
import { ImageBase, ImageSource, ImageData as VibrantImageData } from '@vibrant/image'; | ||
export declare class BrowserImage extends ImageBase { | ||
@@ -4,0 +3,0 @@ image: HTMLImageElement | undefined; |
{ | ||
"name": "@vibrant/image-browser", | ||
"version": "4.0.0-alpha.4", | ||
"version": "4.0.0-beta.1", | ||
"description": "Browser vibrant ImageClass implementation", | ||
"author": "crutchcorn", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Vibrant-Colors/node-vibrant.git", | ||
"directory": "packages/vibrant-image-browser" | ||
}, | ||
"homepage": "https://vibrant.dev", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/crutchcorn" | ||
}, | ||
"scripts": { | ||
@@ -9,4 +21,21 @@ "build": "vite build", | ||
"test:lib:watch": "vitest watch", | ||
"test:eslint": "eslint ./src ./__tests__" | ||
"test:eslint": "eslint ./src ./__tests__", | ||
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", | ||
"test:types:ts49": "node ../../node_modules/typescript49/lib/tsc.js", | ||
"test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js", | ||
"test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js", | ||
"test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js", | ||
"test:types:ts56": "tsc", | ||
"test:build": "publint --strict" | ||
}, | ||
"dependencies": { | ||
"@vibrant/image": "^4.0.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"@tanstack/config": "^0.15.0", | ||
"@types/node": "^18.15.3", | ||
"jsdom": "^25.0.1", | ||
"vite": "^6.0.3", | ||
"vitest": "^2.1.8" | ||
}, | ||
"type": "module", | ||
@@ -34,26 +63,6 @@ "types": "dist/esm/index.d.ts", | ||
], | ||
"author": { | ||
"name": "akfish", | ||
"email": "akfish@gmail.com" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/akfish/node-vibrant/issues" | ||
}, | ||
"homepage": "https://github.com/akfish/node-vibrant", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@vibrant/image": "^4.0.0-alpha.4" | ||
}, | ||
"devDependencies": { | ||
"@tanstack/config": "^0.14.2", | ||
"@types/node": "^18.15.3", | ||
"jsdom": "^25.0.1", | ||
"typescript": "^4.5.2", | ||
"vite": "^6.0.3", | ||
"vitest": "^2.1.8" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "87c300667e339a8bc4f463d058c0e960f8d18ba9" | ||
"gitHead": "9d64d9d05b98dbb7042ecd2cbc685cc502931375" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { ImageBase, ImageCallback, ImageOptions } from "@vibrant/image"; | ||
import { ImageBase } from "@vibrant/image"; | ||
import type { | ||
@@ -3,0 +3,0 @@ ImageSource, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
27960
5
0
1
Updated@vibrant/image@^4.0.0-beta.1