@oribuild/api
Advanced tools
Comparing version 0.0.0-pre-alpha.3-09e80b8 to 0.0.0-pre-alpha.3-09e904c
@@ -15,3 +15,3 @@ // Copyright (c) Microsoft Corporation. | ||
buildResult = await oriServiceClient.sendRequest({ | ||
type: 'build', | ||
type: 'builder:build', | ||
buildId, | ||
@@ -31,3 +31,3 @@ ...buildOptions, | ||
let rebuildResult = await oriServiceClient.sendRequest({ | ||
type: 'rebuild', | ||
type: 'builder:rebuild', | ||
buildId, | ||
@@ -39,3 +39,3 @@ }, options.serviceOptions); | ||
rebuildResult = await oriServiceClient.sendRequest({ | ||
type: 'build', | ||
type: 'builder:build', | ||
buildId, | ||
@@ -42,0 +42,0 @@ ...buildOptions, |
{ | ||
"name": "@oribuild/api", | ||
"version": "0.0.0-pre-alpha.3-09e80b8", | ||
"version": "0.0.0-pre-alpha.3-09e904c", | ||
"type": "module", | ||
@@ -34,11 +34,11 @@ "types": "./lib/index.d.ts", | ||
"optionalDependencies": { | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-09e80b8", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-09e80b8", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-09e80b8", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-09e80b8", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-09e80b8", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-09e80b8" | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-09e904c", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-09e904c", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-09e904c", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-09e904c", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-09e904c", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-09e904c" | ||
}, | ||
"scripts": { | ||
"build-oriservice": "ori-scripts build-go oriservice", | ||
"build-oriservice": "ori-scripts build-go oriservice/oriservice", | ||
"build": "ori-scripts build", | ||
@@ -45,0 +45,0 @@ "build-watch": "ori-scripts build-watch", |
Sorry, the diff of this file is not supported yet
47450