flightdeck
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -5,19 +5,19 @@ #!/usr/bin/env node | ||
import * as path from "node:path"; | ||
import {cli, optional} from "comline"; | ||
import {z} from "zod"; | ||
import { cli, optional } from "comline"; | ||
import { z } from "zod"; | ||
// src/flightdeck.lib.ts | ||
import {execSync, spawn} from "node:child_process"; | ||
import { execSync, spawn } from "node:child_process"; | ||
import { | ||
existsSync, | ||
mkdirSync, | ||
rmSync, | ||
writeFileSync | ||
existsSync, | ||
mkdirSync, | ||
rmSync, | ||
writeFileSync | ||
} from "node:fs"; | ||
import {createServer} from "node:http"; | ||
import {homedir} from "node:os"; | ||
import {resolve} from "node:path"; | ||
import {Future} from "atom.io/internal"; | ||
import {fromEntries, toEntries} from "atom.io/json"; | ||
import {ChildSocket} from "atom.io/realtime-server"; | ||
import { createServer } from "node:http"; | ||
import { homedir } from "node:os"; | ||
import { resolve } from "node:path"; | ||
import { Future } from "atom.io/internal"; | ||
import { fromEntries, toEntries } from "atom.io/json"; | ||
import { ChildSocket } from "atom.io/realtime-server"; | ||
var PORT = process.env.PORT ?? 8080; | ||
@@ -24,0 +24,0 @@ var ORIGIN = `http://localhost:${PORT}`; |
#!/usr/bin/env node | ||
// src/klaxon.bin.ts | ||
import {cli, required} from "comline"; | ||
import {z} from "zod"; | ||
import { cli, required } from "comline"; | ||
import { z } from "zod"; | ||
@@ -7,0 +7,0 @@ // src/klaxon.lib.ts |
@@ -13,15 +13,15 @@ var __defProp = Object.defineProperty; | ||
// src/flightdeck.lib.ts | ||
import {execSync, spawn} from "node:child_process"; | ||
import { execSync, spawn } from "node:child_process"; | ||
import { | ||
existsSync, | ||
mkdirSync, | ||
rmSync, | ||
writeFileSync | ||
existsSync, | ||
mkdirSync, | ||
rmSync, | ||
writeFileSync | ||
} from "node:fs"; | ||
import {createServer} from "node:http"; | ||
import {homedir} from "node:os"; | ||
import {resolve} from "node:path"; | ||
import {Future} from "atom.io/internal"; | ||
import {fromEntries, toEntries} from "atom.io/json"; | ||
import {ChildSocket} from "atom.io/realtime-server"; | ||
import { createServer } from "node:http"; | ||
import { homedir } from "node:os"; | ||
import { resolve } from "node:path"; | ||
import { Future } from "atom.io/internal"; | ||
import { fromEntries, toEntries } from "atom.io/json"; | ||
import { ChildSocket } from "atom.io/realtime-server"; | ||
var PORT = process.env.PORT ?? 8080; | ||
@@ -28,0 +28,0 @@ var ORIGIN = `http://localhost:${PORT}`; |
{ | ||
"name": "flightdeck", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"license": "MIT", | ||
@@ -25,13 +25,13 @@ "author": { | ||
"zod": "3.23.8", | ||
"atom.io": "0.29.3", | ||
"atom.io": "0.29.4", | ||
"comline": "0.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/bun": "1.1.9", | ||
"@types/node": "20.16.5", | ||
"@types/tmp": "0.2.6", | ||
"bun-types": "1.1.29", | ||
"concurrently": "9.0.1", | ||
"rimraf": "6.0.1", | ||
"tmp": "0.2.3", | ||
"tsup": "8.3.0", | ||
"rimraf": "6.0.1", | ||
"vitest": "2.1.1" | ||
@@ -53,4 +53,5 @@ }, | ||
"test:once": "vitest run", | ||
"test:coverage": "echo no test coverage yet" | ||
"test:coverage": "echo no test coverage yet", | ||
"postversion": "biome format --write package.json" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52791
+ Addedatom.io@0.29.4(transitive)
- Removedatom.io@0.29.3(transitive)
Updatedatom.io@0.29.4