Skip to content

Commit

Permalink
bump @themost/client to 2.13.1 (#13)
Browse files Browse the repository at this point in the history
* bump @themost/client to 2.13.1

* update license

* 2.12.0

* 2.13.0
  • Loading branch information
kbarbounakis authored Jan 27, 2024
1 parent 135eca9 commit fdddcfa
Show file tree
Hide file tree
Showing 7 changed files with 334 additions and 234 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021-2023, THEMOST LP
Copyright (c) 2021-2024, THEMOST LP
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
14 changes: 13 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
module.exports = {
presets: [
['@babel/preset-env', { targets: { node: 'current' } }],
[
'@babel/preset-env',
{
targets: {
node: 'current'
}
}
],
'@babel/preset-typescript'
],
plugins: [
[
'@babel/plugin-proposal-private-property-in-object'
]
]
}
Loading

0 comments on commit fdddcfa

Please sign in to comment.