@oribuild/api
Advanced tools
Comparing version 0.0.0-pre-alpha.1-1d0f794 to 0.0.0-pre-alpha.1-1d28a00
@@ -284,3 +284,3 @@ // Copyright (c) Microsoft Corporation. | ||
expect(outputContent).toMatch(/background: ?white/); // global style | ||
expect(outputContent).toMatch(/background: ?red/); // module style | ||
expect(outputContent).toMatch(/background: ?#f00/); // module style | ||
}); | ||
@@ -287,0 +287,0 @@ it('can bundle sass project', async () => { |
{ | ||
"name": "@oribuild/api", | ||
"version": "0.0.0-pre-alpha.1-1d0f794", | ||
"version": "0.0.0-pre-alpha.1-1d28a00", | ||
"type": "module", | ||
@@ -30,8 +30,8 @@ "types": "./lib/index.d.ts", | ||
"optionalDependencies": { | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.1-1d0f794", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.1-1d0f794", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.1-1d0f794", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.1-1d0f794", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.1-1d0f794", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.1-1d0f794" | ||
"oriservice-darwin-amd64": "0.0.0-pre-alpha.1-1d28a00", | ||
"oriservice-darwin-arm64": "0.0.0-pre-alpha.1-1d28a00", | ||
"oriservice-linux-amd64": "0.0.0-pre-alpha.1-1d28a00", | ||
"oriservice-linux-arm64": "0.0.0-pre-alpha.1-1d28a00", | ||
"oriservice-windows-amd64": "0.0.0-pre-alpha.1-1d28a00", | ||
"oriservice-windows-arm64": "0.0.0-pre-alpha.1-1d28a00" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
51328