Skip to content

Commit

Permalink
fix: revert accidental push
Browse files Browse the repository at this point in the history
  • Loading branch information
wikiwong committed Sep 26, 2023
1 parent d252948 commit edb56f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions js/packages/observe-sdk-honeycomb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions js/packages/observe-sdk-honeycomb/test/deno/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import honeycomb from "npm:@dylibso/observe-sdk-honeycomb";
const {
HoneycombAdapter,
HoneycombConfig,
} = honeycomb;
import { HoneycombAdapter, HoneycombConfig } from "../../dist/esm/index.js";
import Context from "https://deno.land/std@0.192.0/wasi/snapshot_preview1.ts";
import { load } from "https://deno.land/std/dotenv/mod.ts";

Expand Down
6 changes: 0 additions & 6 deletions js/packages/observe-sdk-honeycomb/test/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion js/packages/observe-sdk-honeycomb/test/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@dylibso/observe-sdk-honeycomb": "^0.1.3",
"dotenv": "^16.3.1"
}
}

0 comments on commit edb56f2

Please sign in to comment.