@absolutejs/absolute 0.19.0-beta.683 → 0.19.0-beta.684
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +0 -3
- package/package.json +7 -7
package/dist/cli/index.js
CHANGED
|
@@ -3159,9 +3159,6 @@ var createWorkspaceLogSink = (appendLog) => {
|
|
|
3159
3159
|
}
|
|
3160
3160
|
appendFileSync(sourceFile, line);
|
|
3161
3161
|
appendFileSync(resolve6(logDirectory, "all.log"), line);
|
|
3162
|
-
if (source === "workspace") {
|
|
3163
|
-
appendFileSync(resolve6(logDirectory, "workspace.log"), line);
|
|
3164
|
-
}
|
|
3165
3162
|
};
|
|
3166
3163
|
return {
|
|
3167
3164
|
logDirectory,
|
package/package.json
CHANGED
|
@@ -216,12 +216,12 @@
|
|
|
216
216
|
"main": "./dist/index.js",
|
|
217
217
|
"name": "@absolutejs/absolute",
|
|
218
218
|
"optionalDependencies": {
|
|
219
|
-
"@absolutejs/native-darwin-arm64": "0.19.0-beta.
|
|
220
|
-
"@absolutejs/native-darwin-x64": "0.19.0-beta.
|
|
221
|
-
"@absolutejs/native-linux-arm64": "0.19.0-beta.
|
|
222
|
-
"@absolutejs/native-linux-x64": "0.19.0-beta.
|
|
223
|
-
"@absolutejs/native-windows-arm64": "0.19.0-beta.
|
|
224
|
-
"@absolutejs/native-windows-x64": "0.19.0-beta.
|
|
219
|
+
"@absolutejs/native-darwin-arm64": "0.19.0-beta.684",
|
|
220
|
+
"@absolutejs/native-darwin-x64": "0.19.0-beta.684",
|
|
221
|
+
"@absolutejs/native-linux-arm64": "0.19.0-beta.684",
|
|
222
|
+
"@absolutejs/native-linux-x64": "0.19.0-beta.684",
|
|
223
|
+
"@absolutejs/native-windows-arm64": "0.19.0-beta.684",
|
|
224
|
+
"@absolutejs/native-windows-x64": "0.19.0-beta.684"
|
|
225
225
|
},
|
|
226
226
|
"overrides": {
|
|
227
227
|
"@typescript-eslint/utils": "8.56.1"
|
|
@@ -302,5 +302,5 @@
|
|
|
302
302
|
"typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
|
|
303
303
|
},
|
|
304
304
|
"types": "./dist/src/index.d.ts",
|
|
305
|
-
"version": "0.19.0-beta.
|
|
305
|
+
"version": "0.19.0-beta.684"
|
|
306
306
|
}
|