Skip to content

Commit

Permalink
Merge pull request #13 from perpetual-protocol/refactor/use-another-p…
Browse files Browse the repository at this point in the history
…roject-template

Refactor/use another project template
  • Loading branch information
JustinlinPerp authored Mar 11, 2022
2 parents 4b81ddd + 565c8d0 commit 2e0b2df
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIT License
LICENSEMIT License

Copyright (c) 2022 justin

Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perp/v2-sdk",
"version": "0.1.3",
"license": "MIT",
"version": "0.1.4",
"license": "BSD 3-Clause",
"main": "dist/index.js",
"module": "dist/v2-sdk.esm.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@typechain/ethers-v5": "7.0.0",
"@types/big.js": "^6.1.3",
"@types/big.js": "6.1.2",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
Expand Down Expand Up @@ -90,7 +90,7 @@
"ts-node": "^10.5.0",
"typechain": "5.0.0",
"typedoc": "^0.21.9",
"typescript": "^4.4.2"
"typescript": "4.4.2"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1936,10 +1936,10 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/big.js@^6.1.3":
version "6.1.3"
resolved "https://registry.yarnpkg.com/@types/big.js/-/big.js-6.1.3.tgz#c008dec4dae24c7a338ebb4521c46e9609020807"
integrity sha512-fHh2h1cFlvGP0kFCqoAsnuQoM0n3xHB6HxgZvELt7dji+BtK/j938MRL0nG5AA45EgibuFcPjgLlkqfUPCyoKw==
"@types/big.js@6.1.2":
version "6.1.2"
resolved "https://registry.yarnpkg.com/@types/big.js/-/big.js-6.1.2.tgz#68a952b629a6aaa2b5855a2f63363d1e77f6dd91"
integrity sha512-h24JIZ52rvSvi2jkpYDk2yLH99VzZoCJiSfDWwjst7TwJVuXN61XVCUlPCzRl7mxKEMsGf8z42Q+J4TZwU3z2w==

"@types/estree@*":
version "0.0.51"
Expand Down Expand Up @@ -6802,7 +6802,12 @@ typedoc@^0.21.9:
shiki "^0.9.8"
typedoc-default-themes "^0.12.10"

typescript@^4.4.2, typescript@^4.4.3:
typescript@4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==

typescript@^4.4.3:
version "4.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
Expand Down

0 comments on commit 2e0b2df

Please sign in to comment.