Skip to content

Commit

Permalink
Merge branch '1.1' into webpack-CI-test
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Sep 26, 2023
2 parents e484f58 + 8291689 commit 18eef18
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.1.0-rc.1 - 2023-09-26

### Fixed

- Import of bindings through types;

## 1.1.0-rc.0 - 2023-09-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/block/output/irc-27.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import { utf8ToHex } from '../../../utils';
import { utf8ToHex } from '../../../utils/utf8';
import { MetadataFeature } from './feature';

/**
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/block/output/irc-30.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

import { utf8ToHex } from '../../../utils';
import { utf8ToHex } from '../../../utils/utf8';
import { MetadataFeature } from './feature';

/**
Expand Down
4 changes: 2 additions & 2 deletions bindings/nodejs/package-lock.json

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

2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/sdk",
"version": "1.1.0-rc.0",
"version": "1.1.0-rc.1",
"description": "Node.js binding to the IOTA SDK library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down

0 comments on commit 18eef18

Please sign in to comment.