Skip to content

Commit 311e49e

Browse files
committed
deploy: 200c470
1 parent a7268f7 commit 311e49e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Download from the CDN.
3939

4040
```HTML
4141
<script type="module">
42-
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.21.0/lib/index.min.js';
42+
import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.22.0/lib/index.min.js';
4343
// Do something
4444
</script>
4545
```

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/model/neuralnetwork.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/model/nns/graph.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-on-browser/data-analysis-models",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"description": "Data analysis model package without any dependencies",
55
"type": "module",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)