Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update monorepo to 4.2.0. #7226

Merged
merged 1 commit into from Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions e2e/package.json
@@ -1,6 +1,6 @@
{
"name": "benchmarks",
"version": "0.0.1",
"version": "undefined",
"description": "Benchmark for TensorFlow.js",
"private": true,
"repository": {
Expand All @@ -9,15 +9,15 @@
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@tensorflow/tfjs": "link:../tfjs",
"@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu",
"@tensorflow/tfjs-backend-wasm": "link:../link-package/node_modules/@tensorflow/tfjs-backend-wasm",
"@tensorflow/tfjs-backend-webgl": "link:../link-package/node_modules/@tensorflow/tfjs-backend-webgl",
"@tensorflow/tfjs-converter": "link:../link-package/node_modules/@tensorflow/tfjs-converter",
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-data": "link:../link-package/node_modules/@tensorflow/tfjs-data",
"@tensorflow/tfjs-layers": "link:../link-package/node_modules/@tensorflow/tfjs-layers",
"@tensorflow/tfjs-node": "link:../tfjs-node",
"@tensorflow/tfjs": "4.2.0",
"@tensorflow/tfjs-backend-cpu": "4.2.0",
"@tensorflow/tfjs-backend-wasm": "4.2.0",
"@tensorflow/tfjs-backend-webgl": "4.2.0",
"@tensorflow/tfjs-converter": "4.2.0",
"@tensorflow/tfjs-core": "4.2.0",
"@tensorflow/tfjs-data": "4.2.0",
"@tensorflow/tfjs-layers": "4.2.0",
"@tensorflow/tfjs-node": "4.2.0",
"@types/detect-browser": "^4.0.0",
"@types/jasmine": "~3.0.0",
"@types/mathjs": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions tfjs-backend-cpu/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-backend-cpu",
"version": "0.0.0",
"version": "4.2.0",
"description": "Vanilla JavaScript backend for TensorFlow.js",
"private": false,
"main": "dist/tf-backend-cpu.node.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"seedrandom": "^3.0.5"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "4.2.0"
},
"browser": {
"util": false,
Expand Down
2 changes: 1 addition & 1 deletion tfjs-backend-cpu/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
6 changes: 3 additions & 3 deletions tfjs-backend-wasm/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-backend-wasm",
"version": "0.0.0",
"version": "4.2.0",
"main": "dist/tf-backend-wasm.node.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"perf_hooks": false
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "4.2.0"
},
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu",
"@tensorflow/tfjs-backend-cpu": "4.2.0",
"@types/emscripten": "~0.0.34"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tfjs-backend-wasm/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
6 changes: 3 additions & 3 deletions tfjs-backend-webgl/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-backend-webgl",
"version": "0.0.0",
"version": "4.2.0",
"description": "GPU accelerated WebGL backend for TensorFlow.js",
"private": false,
"main": "dist/tf-backend-webgl.node.js",
Expand Down Expand Up @@ -30,14 +30,14 @@
"run-browserstack": "bazel test :browserstack_bs_chrome_mac_tfjs-backend-webgl2_test"
},
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu",
"@tensorflow/tfjs-backend-cpu": "4.2.0",
"@types/offscreencanvas": "~2019.3.0",
"@types/seedrandom": "^2.4.28",
"@types/webgl-ext": "0.0.30",
"seedrandom": "^3.0.5"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "4.2.0"
},
"browser": {
"util": false,
Expand Down
2 changes: 1 addition & 1 deletion tfjs-backend-webgl/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
8 changes: 4 additions & 4 deletions tfjs-backend-webgpu/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-backend-webgpu",
"version": "0.0.1-alpha.4",
"version": "0.0.1-alpha.17",
"main": "dist/tf-backend-webgpu.node.js",
"types": "dist/index.d.ts",
"jsnext:main": "dist/index.js",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@babel/polyfill": "^7.8.7",
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-core": "4.2.0",
"jasmine": "link:../node_modules/jasmine",
"jasmine-core": "link:../node_modules/jasmine-core",
"karma": "~6.4.0",
Expand All @@ -39,9 +39,9 @@
"karma-typescript-es6-transform": "^5.0.2"
},
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu"
"@tensorflow/tfjs-backend-cpu": "4.2.0"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "4.2.0"
}
}
5 changes: 5 additions & 0 deletions tfjs-backend-webgpu/src/version.ts
@@ -0,0 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.1-alpha.17';
export {version};
8 changes: 4 additions & 4 deletions tfjs-converter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-converter",
"version": "0.0.0",
"version": "4.2.0",
"description": "Tensorflow model converter for javascript",
"main": "dist/tf-converter.node.js",
"jsnext:main": "dist/index.js",
Expand All @@ -16,13 +16,13 @@
},
"license": "Apache-2.0",
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "4.2.0"
},
"devDependencies": {
"@bazel/bazelisk": "^1.12.0",
"@bazel/ibazel": "^0.16.2",
"@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu",
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-backend-cpu": "4.2.0",
"@tensorflow/tfjs-core": "4.2.0",
"@types/argparse": "^1.0.38",
"@types/long": "~3.0.32",
"@types/node-fetch": "1.6.9",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-converter/python/BUILD
Expand Up @@ -79,7 +79,7 @@ py_wheel(
strip_path_prefixes = [
"tfjs-converter/python",
],
version = "0.0.0",
version = "4.2.0",
#keywords='tensorflow javascript machine deep learning converter',
deps = [
":tensorflowjs_pkg",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-converter/python/tensorflowjs/version.py
@@ -1,4 +1,4 @@
# @license See the LICENSE file.

# This code is auto-generated, do not modify this file!
version = '1.7.0'
version = '4.2.0'
2 changes: 1 addition & 1 deletion tfjs-converter/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
2 changes: 1 addition & 1 deletion tfjs-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-core",
"version": "0.0.0",
"version": "4.2.0",
"description": "Hardware-accelerated JavaScript library for machine intelligence",
"private": false,
"main": "dist/tf-core.node.js",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-core/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
4 changes: 2 additions & 2 deletions tfjs-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-data",
"version": "0.0.0",
"version": "4.2.0",
"description": "TensorFlow Data API in JavaScript",
"private": false,
"main": "dist/tf-data.node.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test-node-debug": "bazel run --config=debug --test_output=streamed :tfjs-data_test"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-core": "4.2.0",
"seedrandom": "^3.0.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tfjs-data/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
4 changes: 2 additions & 2 deletions tfjs-layers/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-layers",
"version": "0.0.0",
"version": "4.2.0",
"description": "TensorFlow layers API in JavaScript",
"license": "Apache-2.0 AND MIT",
"repository": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"run-browserstack": "bazel test :browserstack_bs_chrome_mac_tfjs-layers_webgl2_test"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core"
"@tensorflow/tfjs-core": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion tfjs-layers/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
6 changes: 3 additions & 3 deletions tfjs-node-gpu/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-node-gpu",
"version": "0.0.0",
"version": "4.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"gypfile": true,
Expand Down Expand Up @@ -44,7 +44,7 @@
"upload-windows-addon": "prep-gpu-windows.bat && ./scripts/build-and-upload-windows-addon-gpu.bat"
},
"devDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-core": "4.2.0",
"@types/jasmine": "~2.8.6",
"@types/node": "^10.5.1",
"@types/progress": "^2.0.1",
Expand All @@ -64,7 +64,7 @@
},
"dependencies": {
"@mapbox/node-pre-gyp": "1.0.9",
"@tensorflow/tfjs": "link:../tfjs",
"@tensorflow/tfjs": "4.2.0",
"adm-zip": "^0.5.2",
"google-protobuf": "^3.9.2",
"https-proxy-agent": "^2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions tfjs-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-node",
"version": "0.0.0",
"version": "4.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"gypfile": true,
Expand Down Expand Up @@ -42,7 +42,7 @@
"upload-windows-addon": "./scripts/build-and-upload-windows-addon.bat"
},
"devDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-core": "4.2.0",
"@types/jasmine": "~2.8.6",
"@types/node": "^10.5.1",
"@types/progress": "^2.0.1",
Expand All @@ -62,7 +62,7 @@
},
"dependencies": {
"@mapbox/node-pre-gyp": "1.0.9",
"@tensorflow/tfjs": "link:../tfjs",
"@tensorflow/tfjs": "4.2.0",
"adm-zip": "^0.5.2",
"google-protobuf": "^3.9.2",
"https-proxy-agent": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion tfjs-node/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};
6 changes: 3 additions & 3 deletions tfjs-tfdf/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs-tfdf",
"version": "0.0.1",
"version": "0.0.1-alpha.2",
"description": "TensorFlow Decision Forests support for TensorFlow.js",
"main": "dist/tf-tfdf.node.js",
"module": "dist/tf-tfdf.fesm.js",
Expand All @@ -23,8 +23,8 @@
"yarn": ">= 1.3.2"
},
"peerDependencies": {
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-converter": "link:../link-package/node_modules/@tensorflow/tfjs-converter"
"@tensorflow/tfjs-core": "4.2.0",
"@tensorflow/tfjs-converter": "4.2.0"
},
"devDependencies": {
"@bazel/bazelisk": "^1.12.0"
Expand Down
5 changes: 5 additions & 0 deletions tfjs-tfdf/src/version.ts
@@ -0,0 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.1-alpha.2';
export {version};
14 changes: 7 additions & 7 deletions tfjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs",
"version": "0.0.0",
"version": "4.2.0",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/tf.node.js",
Expand Down Expand Up @@ -75,12 +75,12 @@
"test-ci": "./scripts/test-ci.sh"
},
"dependencies": {
"@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu",
"@tensorflow/tfjs-backend-webgl": "link:../link-package/node_modules/@tensorflow/tfjs-backend-webgl",
"@tensorflow/tfjs-converter": "link:../link-package/node_modules/@tensorflow/tfjs-converter",
"@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core",
"@tensorflow/tfjs-data": "link:../link-package/node_modules/@tensorflow/tfjs-data",
"@tensorflow/tfjs-layers": "link:../link-package/node_modules/@tensorflow/tfjs-layers",
"@tensorflow/tfjs-backend-cpu": "4.2.0",
"@tensorflow/tfjs-backend-webgl": "4.2.0",
"@tensorflow/tfjs-converter": "4.2.0",
"@tensorflow/tfjs-core": "4.2.0",
"@tensorflow/tfjs-data": "4.2.0",
"@tensorflow/tfjs-layers": "4.2.0",
"argparse": "^1.0.10",
"chalk": "^4.1.0",
"core-js": "3",
Expand Down
2 changes: 1 addition & 1 deletion tfjs/src/version.ts
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.0.0';
const version = '4.2.0';
export {version};