Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit c337ad2

Browse files
committed
fix: legacy bundler path
1 parent 431eab6 commit c337ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/app.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
AccessToken,
33
PeerClaims,
44
PeerPolicy,
5-
} from "./pkg-bundler/pulsebeam_core.js";
5+
} from "./pkg-experimental-nodejs-module/pulsebeam_core.js";
66

77
const app = new AccessToken(
88
"kid_73d8caa6c387d46c",

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"./deno": "./pkg-deno/pulsebeam_core.js"
1616
},
1717
"files": [
18-
"pkg-bundler",
18+
"pkg-experimental-nodejs-module",
1919
"pkg-deno"
2020
]
2121
}

0 commit comments

Comments
 (0)