Skip to content

Commit

Permalink
Merge pull request #51 from ohaddahan/add-assert
Browse files Browse the repository at this point in the history
Use an explicit library for assertions #29
  • Loading branch information
blockiosaurus authored Dec 5, 2023
2 parents e053b7b + 2775e65 commit 8041a84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beet-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/beet-solana",
"version": "0.4.0",
"version": "0.4.1",
"description": "Solana specific extension for beet, the borsh compatible de/serializer",
"sideEffects": false,
"main": "dist/cjs/src/beet-solana.js",
Expand Down
3 changes: 2 additions & 1 deletion beet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metaplex-foundation/beet",
"version": "0.7.1",
"version": "0.7.2",
"description": "Strict borsh compatible de/serializer",
"sideEffects": false,
"main": "dist/cjs/src/beet.js",
Expand Down Expand Up @@ -33,6 +33,7 @@
],
"dependencies": {
"ansicolors": "^0.3.2",
"assert": "^2.1.0",
"bn.js": "^5.2.0",
"debug": "^4.3.3"
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"scripts": {
"build": "(cd ./beet && yarn build) && (cd ./beet-solana && yarn build)",
"postinstall": "patch-package",
"test": "yarn test:beet && yarn test:beet-solana",
"test:beet": "cd ./beet && yarn test && yarn test:browser",
"test:beet-solana": "cd ./beet-solana && yarn test",
"doc": "(cd ./beet && yarn doc); (cd ./beet-solana && yarn doc)",
Expand Down

0 comments on commit 8041a84

Please sign in to comment.