Skip to content

Commit fdddcfa

Browse files
authored
bump @themost/client to 2.13.1 (#13)
* bump @themost/client to 2.13.1 * update license * 2.12.0 * 2.13.0
1 parent 135eca9 commit fdddcfa

7 files changed

Lines changed: 334 additions & 234 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2021-2023, THEMOST LP
3+
Copyright (c) 2021-2024, THEMOST LP
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

babel.config.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
module.exports = {
22
presets: [
3-
['@babel/preset-env', { targets: { node: 'current' } }],
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: {
7+
node: 'current'
8+
}
9+
}
10+
],
411
'@babel/preset-typescript'
12+
],
13+
plugins: [
14+
[
15+
'@babel/plugin-proposal-private-property-in-object'
16+
]
517
]
618
}

0 commit comments

Comments
 (0)