@opencvjs/web 4.10.0-release.4 → 4.10.0-release.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install @opencvjs/web
12
12
 
13
13
  `@opencvjs/web` exports a `loadOpenCV` function that returns a Promise that resolves to the OpenCV.js API.
14
14
 
15
- ```ts
15
+ ```js
16
16
  import { loadOpenCV } from "@opencvjs/web";
17
17
 
18
18
  const cv = await loadOpenCV();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencvjs/web",
3
- "version": "4.10.0-release.4",
3
+ "version": "4.10.0-release.6",
4
4
  "author": "ocavue <ocavue@gmail.com>",
5
5
  "repository": "https://github.com/ocavue/opencvjs",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "typescript": "^5.6.3"
12
12
  },
13
13
  "dependencies": {
14
- "@opencvjs/types": "4.10.0-release.3"
14
+ "@opencvjs/types": "4.10.0-release.5"
15
15
  },
16
16
  "license": "Apache-2.0",
17
17
  "publishConfig": {