mirror of https://github.com/tensorflow/tfjs.git
Update tfjs-data to 1.5.1. (#2607)
This commit is contained in:
parent
333406582c
commit
1bf4a698c3
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tensorflow/tfjs-data",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "TensorFlow Data API in JavaScript",
|
||||
"private": false,
|
||||
"main": "dist/index.js",
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
"miniprogram": "dist/miniprogram",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@tensorflow/tfjs-core": "1.5.0",
|
||||
"@tensorflow/tfjs-layers": "1.5.0",
|
||||
"@tensorflow/tfjs-core": "1.5.1",
|
||||
"@tensorflow/tfjs-layers": "1.5.1",
|
||||
"@types/jasmine": "~2.5.53",
|
||||
"@types/seedrandom": "^2.4.27",
|
||||
"@types/utf8": "~2.1.6",
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"lint": "tslint -p . -t verbose"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@tensorflow/tfjs-core": "1.5.0",
|
||||
"@tensorflow/tfjs-core": "1.5.1",
|
||||
"seedrandom": "~2.4.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/** @license See the LICENSE file. */
|
||||
|
||||
// This code is auto-generated, do not modify this file!
|
||||
const version = '1.5.0';
|
||||
const version = '1.5.1';
|
||||
export {version};
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@tensorflow/tfjs-core@1.5.0":
|
||||
version "1.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.0.tgz#a011a68882068d91d82410bb71aa0220867286bc"
|
||||
integrity sha512-UcTAoVNmBxJLktGWUNbSq7ZEgBvjD0SWS0QcRBMgs93AeLM3xhlyo8MqECQsvCkuReDZwVHhX2fjMrf2M3R99w==
|
||||
"@tensorflow/tfjs-core@1.5.1":
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-1.5.1.tgz#490209617f744fef660e8f81fe8b858e95b0d10b"
|
||||
integrity sha512-N4fsi8mLsRwRs8UJN2cARB1rYFxyVXkLyZ4wOusiR976BwwZbCwQrTTSIPzPqYT3rwiexEUzm7sM6ZaDl5dpXA==
|
||||
dependencies:
|
||||
"@types/offscreencanvas" "~2019.3.0"
|
||||
"@types/seedrandom" "2.4.27"
|
||||
|
|
@ -14,10 +14,10 @@
|
|||
node-fetch "~2.1.2"
|
||||
seedrandom "2.4.3"
|
||||
|
||||
"@tensorflow/tfjs-layers@1.5.0":
|
||||
version "1.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.5.0.tgz#fe8e8a0a35a6999df891e4cff471aac6521d5ed7"
|
||||
integrity sha512-uX5lWiDVrA0KSH2nzbewbBThtcVNVRU+xahm8SsNC7wYvnXAoL8K1X/yAYd+OvgTxbDxo+CW3ORd0S4sZby+yg==
|
||||
"@tensorflow/tfjs-layers@1.5.1":
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-1.5.1.tgz#52aab88ab64618bfb193a7fafc7443a7edaaa151"
|
||||
integrity sha512-DyuhifqflK+bdpBRLAj3RuWm1eTVe8yNX2+WH+W+wmhpjGg7Yagnar6/66JdS2h3WUFoiplCpZRAVMVw631E5g==
|
||||
|
||||
"@types/estree@0.0.38":
|
||||
version "0.0.38"
|
||||
|
|
|
|||
Loading…
Reference in New Issue