learning_model 1.0.15 → 1.0.16

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": "learning_model",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "learning model develop",
5
5
  "main": "dist/index.bundle.js",
6
6
  "types": "dist/types/index.d.ts",
package/dist/index.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><html><head><link rel="stylesheet" href="index.css"><title>My CNN Module</title><script defer="defer" src="index.bundle.js"></script></head><body><div id="loss-bar"></div><div id="progress-bar"></div><div id="root"></div><div id="container"><canvas id="canvas"></canvas></div></body></html>
File without changes