@oribuild/api
Advanced tools
Comparing version 0.0.0-pre-alpha.3-e045202 to 0.0.0-pre-alpha.3-e06d614
@@ -26,3 +26,8 @@ type ConsoleErrorType = 'alreadyRunning' | 'unknownFailure'; | ||
interface CommonOptions { | ||
/** Documentation: https://esbuild.github.io/api/#sourcemap */ | ||
/** | ||
* Enables sourcemaps. Note that sourcemaps do not currently work for | ||
* sass/css modules. (https://github.com/microsoft/ori/issues/620) | ||
* Further documentation: https://esbuild.github.io/api/#sourcemap. | ||
*/ | ||
sourcemap?: 'none' | 'linked' | 'inline' | 'external' | 'inline-and-external'; | ||
/** Documentation: https://esbuild.github.io/api/#legal-comments */ | ||
@@ -29,0 +34,0 @@ /** Documentation: https://esbuild.github.io/api/#source-root */ |
{ | ||
"name": "@oribuild/api", | ||
"version": "0.0.0-pre-alpha.3-e045202", | ||
"version": "0.0.0-pre-alpha.3-e06d614", | ||
"type": "module", | ||
@@ -21,3 +21,3 @@ "types": "./lib/index.d.ts", | ||
"devDependencies": { | ||
"@jest/globals": "29.4.2", | ||
"@jest/globals": "29.5.0", | ||
"@oribuild/eslint-plugin-internal": "*", | ||
@@ -35,11 +35,11 @@ "@oribuild/scripts": "*", | ||
"optionalDependencies": { | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-e045202", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-e045202", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-e045202", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-e045202", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-e045202", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-e045202" | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.3-e06d614", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.3-e06d614", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.3-e06d614", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.3-e06d614", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.3-e06d614", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.3-e06d614" | ||
}, | ||
"scripts": { | ||
"build-oriservice": "ori-scripts build-go oriservice", | ||
"build-oriservice": "ori-scripts build-go oriservice/oriservice", | ||
"build": "ori-scripts build", | ||
@@ -46,0 +46,0 @@ "build-watch": "ori-scripts build-watch", |
47421
839