File tree 3 files changed +9
-2
lines changed
packages/google-cloud-aiplatform 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.8.0] ( https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.7.4...v1.8.0 ) (2021-07-14)
4
+
5
+
6
+ ### Features
7
+
8
+ * Removes AcceleratorType.TPU_V2 and TPU_V3 constants ([ #167 ] ( https://www.github.com/googleapis/nodejs-ai-platform/issues/167 ) ) ([ 72d153e] ( https://www.github.com/googleapis/nodejs-ai-platform/commit/72d153ea7732a0d4b73a4ab8d727679523adf6df ) )
9
+
3
10
### [ 1.7.4] ( https://www.github.com/googleapis/nodejs-ai-platform/compare/v1.7.3...v1.7.4 ) (2021-07-12)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/aiplatform" ,
3
- "version" : " 1.7.4 " ,
3
+ "version" : " 1.8.0 " ,
4
4
"description" : " Vertex AI client for Node.js" ,
5
5
"repository" : " googleapis/nodejs-ai-platform" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 13
13
"test" : " mocha --timeout 1200000 test/*.js"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/aiplatform" : " ^1.7.4 " ,
16
+ "@google-cloud/aiplatform" : " ^1.8.0 " ,
17
17
"@google-cloud/storage" : " ^5.5.0"
18
18
},
19
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments