Skip to content

Commit c812bf5

Browse files
committed
chore: wip
1 parent 7af95c5 commit c812bf5

File tree

6 files changed

+10
-23
lines changed

6 files changed

+10
-23
lines changed

bun.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
"typescript": "^5.8.3",
3535
},
3636
},
37+
"packages/benchmark": {
38+
"name": "@launchpad/benchmark",
39+
"version": "1.0.0",
40+
"dependencies": {
41+
"bun-types": "latest",
42+
},
43+
},
3744
"packages/launchpad": {
3845
"name": "@stacksjs/launchpad",
3946
"version": "0.6.4",
@@ -451,6 +458,8 @@
451458

452459
"@jridgewell/trace-mapping": ["@jridgewell/[email protected]", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" } }, "sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ=="],
453460

461+
"@launchpad/benchmark": ["@launchpad/benchmark@workspace:packages/benchmark"],
462+
454463
"@napi-rs/wasm-runtime": ["@napi-rs/[email protected]", "", { "dependencies": { "@emnapi/core": "^1.4.3", "@emnapi/runtime": "^1.4.3", "@tybys/wasm-util": "^0.10.0" } }, "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ=="],
455464

456465
"@nodelib/fs.scandir": ["@nodelib/[email protected]", "", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="],

deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: 1.2.17
2+
bun.sh: 1.2.20
File renamed without changes.

packages/launchpad/benchmark/bun.lock

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)