datly 0.0.2 → 0.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datly",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "A JavaScript toolkit for data science, statistics, and machine learning in the browser or Node.js.",
5
5
  "keywords": [
6
6
  "data-science",
@@ -40,8 +40,8 @@
40
40
  }
41
41
  },
42
42
  "scripts": {
43
- "build": "microbundle --entry src/index.js --format modern,esm,cjs,umd --name Datly --compress --no-sourcemap --external none",
44
- "dev": "microbundle watch --entry src/index.js --format modern,esm,cjs,umd --name Datly --external none",
43
+ "build": "microbundle --entry src/index.js --format modern,esm,cjs,umd --name datly --compress --no-sourcemap --external none",
44
+ "dev": "microbundle watch --entry src/index.js --format modern,esm,cjs,umd --name datly --external none",
45
45
  "prepublishOnly": "npm run build"
46
46
  },
47
47
  "devDependencies": {