We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab94f7 commit 908e892Copy full SHA for 908e892
README.md
@@ -39,7 +39,7 @@ Download from the CDN.
39
40
```HTML
41
<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';
+ import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.22.0/lib/index.min.js';
43
// Do something
44
</script>
45
```
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ai-on-browser/data-analysis-models",
3
- "version": "0.21.0",
+ "version": "0.22.0",
4
"description": "Data analysis model package without any dependencies",
5
"type": "module",
6
"main": "./lib/index.js",
0 commit comments