Skip to content

Commit ee687f2

Browse files
committed
Fixed code and version
1 parent 4103f6d commit ee687f2

4 files changed

Lines changed: 27 additions & 29 deletions

File tree

deno.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/init/src/test/lookup.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { findFreePort, replacePortInApp } from "./port.ts";
2020
import { serverClosure, STARTUP_TIMEOUT, waitForServer } from "./server.ts";
2121

2222
const HANDLE = "john";
23-
const CWD = join(import.meta.dirname!, "..");
2423
const BASE_PORT = 10000;
2524
type LookupCase = [WebFramework, PackageManager, KvStore, MessageQueue];
2625
type LookupCasePattern = [
@@ -169,7 +168,6 @@ async function sendLookup(port: number): Promise<boolean> {
169168
// Run lookup command from original directory
170169
try {
171170
const res = await $`deno task cli lookup ${lookupTarget} -p`
172-
.cwd(CWD)
173171
.stdin("null")
174172
.stdout("piped")
175173
.stderr("piped")

packages/solidstart/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedify/solidstart",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/index.ts"

packages/solidstart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fedify/solidstart",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Integrate Fedify with SolidStart",
55
"keywords": [
66
"Fedify",

0 commit comments

Comments
 (0)