Skip to content

Commit

Permalink
bump version as type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Jun 6, 2024
1 parent 1fc4b6d commit 23c61b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
11 changes: 0 additions & 11 deletions assembly/std/utils/arrays.ts

This file was deleted.

2 changes: 1 addition & 1 deletion assembly/std/utils/events.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { encode } from 'as-base64/assembly';
import { env } from '../../env';
import { staticArrayToUint8Array } from './arrays';
import { staticArrayToUint8Array } from '@massalabs/as-types';

/**
* Generates an event that is then emitted by the blockchain.
Expand Down
18 changes: 9 additions & 9 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": "@massalabs/massa-as-sdk",
"version": "2.5.4",
"version": "2.6.0",
"description": "Massa assemblyscript sdk",
"main": "assembly/index.ts",
"types": "assembly/index.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@as-pect/cli": "^8.1.0",
"@massalabs/as-transformer": "^0.3.2",
"@massalabs/as-types": "^2.0.1-dev",
"@massalabs/as-types": "^2.1.0",
"@massalabs/eslint-config": "^0.0.8",
"@massalabs/prettier-config-as": "^0.0.2",
"as-bignum": "^0.2.40",
Expand Down

0 comments on commit 23c61b2

Please sign in to comment.