Skip to content

Commit 359b836

Browse files
Release: 2.1.0
# [2.1.0](v2.0.0...v2.1.0) (2022-07-31) ### Features * fixed browser build with updated dependencies ([6250745](6250745))
1 parent 7eee857 commit 359b836

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/repetere/jsonm/compare/v2.0.0...v2.1.0) (2022-07-31)
2+
3+
4+
### Features
5+
6+
* fixed browser build with updated dependencies ([6250745](https://github.com/repetere/jsonm/commit/6250745728cc96f81507774b2f3558cadc3dacbb))
7+
18
# [2.0.0](https://github.com/repetere/jsonm/compare/v1.1.0...v2.0.0) (2022-07-26)
29

310

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonstack/jsonm",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Construct AI & ML models with JSON using Typescript & Tensorflow",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@jsonstack/data": "^2.0.1",
4747
"@jsonstack/model": "3.0.3",
48-
"@tensorflow/tfjs": "3.19.0",
48+
"@tensorflow/tfjs": "^3.19.0",
4949
"flat": "5.0.2",
5050
"ml-confusion-matrix": "0.4.0",
5151
"outlier": "0.0.1",

0 commit comments

Comments
 (0)