STF to ESM

This commit is contained in:
Aleksandr Kraiz
2023-04-03 20:17:38 +04:00
parent 665bd568a4
commit bfa88fabaa
16 changed files with 22 additions and 49 deletions

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@orionprotocol/sdk",
"version": "0.17.38",
"version": "0.18.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.17.38",
"version": "0.18.2",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.21.0",
@@ -23,7 +23,7 @@
"just-clone": "^6.2.0",
"merge-anything": "^5.1.4",
"neverthrow": "^6.0.0",
"simple-typed-fetch": "^0.1.5",
"simple-typed-fetch": "^0.1.6",
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.3.1",
"ts-is-present": "^1.2.2",
@@ -9654,9 +9654,9 @@
"dev": true
},
"node_modules/simple-typed-fetch": {
"version": "0.1.5",
"resolved": "https://registry.npmjs.org/simple-typed-fetch/-/simple-typed-fetch-0.1.5.tgz",
"integrity": "sha512-yawet1W84IeViNWGt45YIfVPXz39/KqsiLQlgkPyURDe+S7ZX6cWfP+aKqwsKVyR2Q8gmum7ARIVS1M44bEg1g==",
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/simple-typed-fetch/-/simple-typed-fetch-0.1.6.tgz",
"integrity": "sha512-Oh+8ft1ll3eGr7uMzG//ZZXWKhmRLEXSDBT7wC6tRQFBGhN1LhXv/zPikAWUKhx3HqP6St0Nhsk66pOe+B0xIA==",
"dependencies": {
"isomorphic-unfetch": "^4.0.2",
"neverthrow": "^6.0.0",