dynamsoft-camera-enhancer
Advanced tools
Comparing version 4.0.3-beta-202405062308 to 4.0.3-beta-202405110116
{ | ||
"name": "dynamsoft-camera-enhancer", | ||
"version": "4.0.3-beta-202405062308", | ||
"version": "4.0.3-beta-202405110116", | ||
"description": "Allow your website to easily control cameras on desktop and mobile devices.", | ||
@@ -22,25 +22,8 @@ "private": false, | ||
"type": "module", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"tag": "beta" | ||
}, | ||
"author": { | ||
"name": "Dynamsoft", | ||
"url": "https://www.dynamsoft.com" | ||
}, | ||
"maintainers": [ | ||
{ | ||
"name": "Dynamsoft", | ||
"email": "support@dynamsoft.com" | ||
} | ||
"files": [ | ||
"/dist", | ||
"/API Reference.url", | ||
"/LEGAL.txt", | ||
"/samples.url" | ||
], | ||
"keywords": [ | ||
"dynamsoft", | ||
"camera control", | ||
"camera enhancer", | ||
"javascript camera", | ||
"sdk", | ||
"javascript", | ||
"web" | ||
], | ||
"scripts": { | ||
@@ -66,2 +49,16 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
}, | ||
"keywords": [ | ||
"dynamsoft", | ||
"camera control", | ||
"camera enhancer", | ||
"javascript camera", | ||
"sdk", | ||
"javascript", | ||
"web" | ||
], | ||
"author": { | ||
"name": "Dynamsoft", | ||
"url": "https://www.dynamsoft.com", | ||
"email": "support@dynamsoft.com" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -72,14 +69,8 @@ "repository": { | ||
}, | ||
"files": [ | ||
"/dist/*.js", | ||
"/dist/*.mjs", | ||
"/dist/*.html", | ||
"/dist/*.wasm", | ||
"/dist/*.d.ts", | ||
"/API Reference.url", | ||
"/LEGAL.txt", | ||
"/samples.url" | ||
], | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"tag": "beta" | ||
}, | ||
"devDependencies": { | ||
"@dynamsoft/camera-manager": "^2.0.7", | ||
"@dynamsoft/camera-manager": "^2.0.8", | ||
"@dynamsoft/image-data-getter": "^1.1.0", | ||
@@ -86,0 +77,0 @@ "@dynamsoft/rd2-scripts": "^0.1.15", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1705241