Skip to content

Commit

Permalink
Merge pull request #16 from Itheum/develop
Browse files Browse the repository at this point in the history
Version bump...
  • Loading branch information
newbreedofgeek authored Jan 12, 2024
2 parents 3fd5bc4 + a25e2b4 commit d9fbf77
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itheum/sdk-mx-enterprise",
"version": "0.1.0",
"version": "0.2.0",
"description": "SDK for Itheum's Enterprise technology",
"main": "out/index.js",
"types": "out/index.d.js",
Expand All @@ -24,7 +24,7 @@
"jest": "29.7.0",
"ts-jest": "29.1.1",
"tslint": "6.1.3",
"typedoc": "0.25.4",
"typedoc": "0.25.7",
"typescript": "5.3.3"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions tests/factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('Factory test', () => {
'erd1qqqqqqqqqqqqqpgqpd9qxrq5a03jrneafmlmckmlj5zgdj55fsxsqa7jsm'
);
const tx = factory.upgradeChildContract(
addressOfDeployer, // or owner of factory contract
addressOfDeployer,
deployedMinterContract,
'1.0.0'
);
Expand Down Expand Up @@ -99,7 +99,7 @@ describe('Factory test', () => {
test('#check versions available in factory of minter contract', async () => {
const factory = new Factory('devnet');
const versions = await factory.viewVersions();
expect(versions).toEqual(['1.0.0', '2.0.0']);
expect(versions).toBeInstanceOf(Array);
});

test('#deploy minter contract', async () => {
Expand Down

0 comments on commit d9fbf77

Please sign in to comment.