We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7500216 commit 2eda0b7Copy full SHA for 2eda0b7
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.17.0/lib/index.min.js';
+ import dam from 'https://cdn.jsdelivr.net/npm/@ai-on-browser/data-analysis-models@0.18.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.17.0",
+ "version": "0.18.0",
4
"description": "Data analysis model package without any dependencies",
5
"type": "module",
6
"main": "./lib/index.js",
0 commit comments