Skip to content

Commit d5efefc

Browse files
committed
fix: fix import of index
1 parent 3e49a66 commit d5efefc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

js-src/Builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// specific language governing permissions and limitations under
1212
// each license.
1313

14-
import * as neon from "index.node";
14+
import * as neon from "./index.node";
1515
import { IdentityAssertionSigner } from "./IdentityAssertion";
1616
import type {
1717
BuilderInterface,

js-src/IdentityAssertion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// specific language governing permissions and limitations under
1212
// each license.
1313

14-
import * as neon from "index.node";
14+
import * as neon from "./index.node";
1515
import type {
1616
CallbackSignerInterface,
1717
IdentityAssertionBuilderInterface,

js-src/Reader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// specific language governing permissions and limitations under
1212
// each license.
1313

14-
import * as neon from "index.node";
14+
import * as neon from "./index.node";
1515
import type {
1616
DestinationAsset,
1717
Manifest,

js-src/Signer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// specific language governing permissions and limitations under
1212
// each license.
1313

14-
import * as neon from "index.node";
14+
import * as neon from "./index.node";
1515
import type {
1616
LocalSignerInterface,
1717
CallbackSignerInterface,

js-src/Trustmark.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// each license.
1313
//const neon = require("../index.node");
1414

15-
import * as neon from "index.node";
15+
import * as neon from "./index.node";
1616
import type {
1717
TrustmarkInterface as TrustmarkInterface,
1818
TrustmarkConfig,

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"root":["./js-src/builder.spec.ts","./js-src/builder.ts","./js-src/identityassertion.spec.ts","./js-src/identityassertion.ts","./js-src/reader.spec.ts","./js-src/reader.ts","./js-src/signer.spec.ts","./js-src/signer.ts","./js-src/trustmark.spec.ts","./js-src/trustmark.ts","./js-src/index.node.d.ts","./js-src/index.ts","./js-src/types.d.ts"],"version":"5.9.2"}
1+
{"root":["./js-src/builder.ts","./js-src/identityassertion.ts","./js-src/reader.ts","./js-src/signer.ts","./js-src/trustmark.ts","./js-src/index.node.d.ts","./js-src/index.ts","./js-src/types.d.ts"],"version":"5.9.2"}

0 commit comments

Comments
 (0)