Skip to content

Commit 6742423

Browse files
authored
Update tfjs-core to 1.7.2. (#3023)
1 parent 10c3ee4 commit 6742423

File tree

3 files changed

+6
-25
lines changed

3 files changed

+6
-25
lines changed

tfjs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-core",
3-
"version": "0.0.0",
3+
"version": "1.7.2",
44
"description": "Hardware-accelerated JavaScript library for machine intelligence",
55
"private": false,
66
"main": "dist/index.js",

tfjs-core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '0.0.0';
4+
const version = '1.7.2';
55
export {version};

tfjs-core/yarn.lock

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,10 @@
1818
esutils "^2.0.2"
1919
js-tokens "^4.0.0"
2020

21-
"@bazel/bazel-darwin_x64@0.24.0":
22-
version "0.24.0"
23-
resolved "https://registry.yarnpkg.com/@bazel/bazel-darwin_x64/-/bazel-darwin_x64-0.24.0.tgz#828ef298d8d542961df388f17b0244f4f4302a74"
24-
integrity sha512-xly44vkcD/fauUb7Lm5Lme4qhEZdkuuyBKSVQUHPbYAGDdbj/W8dupI3bZREkJAgG/WrRU+WXUemMj4U8ZcLcw==
25-
26-
"@bazel/bazel-linux_x64@0.24.0":
27-
version "0.24.0"
28-
resolved "https://registry.yarnpkg.com/@bazel/bazel-linux_x64/-/bazel-linux_x64-0.24.0.tgz#9ef2e7266833ad2221fe4af4ceb6763d2897e3ff"
29-
integrity sha512-p5ylPLWnJZDGbaIFBrtD/tp3Su5rMdzeeNJKU24XyiWQTHVZ3OD3I2Fb0ILCgfBjY8AlA7EtCtOI4hYnAuIOtg==
30-
31-
"@bazel/bazel-win32_x64@0.24.0":
32-
version "0.24.0"
33-
resolved "https://registry.yarnpkg.com/@bazel/bazel-win32_x64/-/bazel-win32_x64-0.24.0.tgz#02d83113a6c6ed99795a3e41bff5631aa141638d"
34-
integrity sha512-/bcSEx+GoV/q7H4WM0jazfxTcurSiIIePhRv+d05mxRDcaWwhCO8KzmmZRWH1abW6npvq5tLkbSQi7G7nUBhgg==
35-
36-
"@bazel/bazel@^0.24.0":
37-
version "0.24.0"
38-
resolved "https://registry.yarnpkg.com/@bazel/bazel/-/bazel-0.24.0.tgz#f4e68e3680ac299858c24c26be3d08d1151e78fc"
39-
integrity sha512-/5E55tqH9ogAGF9Dd7RSCJmk7/xdlsPTAhsX3yEsEMs7GLdHlgD3jbeePsKUiHKKr8LXAufjTs2pXQfjrkZRMg==
40-
optionalDependencies:
41-
"@bazel/bazel-darwin_x64" "0.24.0"
42-
"@bazel/bazel-linux_x64" "0.24.0"
43-
"@bazel/bazel-win32_x64" "0.24.0"
21+
"@bazel/bazelisk@^1.3.0":
22+
version "1.3.0"
23+
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.3.0.tgz#dc312dd30ad01e9af86e53b40795ab6e545fa55b"
24+
integrity sha512-73H1nq3572tTf+dhDT86aWQN+LCyfxrh05jabqPXp6cpR8soxte3gS5oUqkN36fUe+J2HzNiV4CXZTz4Xytd3Q==
4425

4526
"@bazel/typescript@^0.27.8":
4627
version "0.27.10"

0 commit comments

Comments
 (0)