Skip to content

Commit

Permalink
Bump SDK (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos committed May 7, 2024
1 parent 98bdeb4 commit 1f25b5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
testEnvironment: 'jsdom',
preset: 'ts-jest',
testMatch: ['<rootDir>/test/**/*.test.ts'],
setupFilesAfterEnv: ['<rootDir>/jest.setup.js'],
};
4 changes: 4 additions & 0 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const {TextEncoder, TextDecoder} = require('util');

global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;
14 changes: 4 additions & 10 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@croct/json": "^2.0.1",
"@croct/sdk": "^0.15.2",
"@croct/sdk": "^0.16.0",
"tslib": "^2.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1f25b5e

Please sign in to comment.