Skip to content

Commit

Permalink
Fixes build process and bumps package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nlukic-blvd committed May 26, 2022
1 parent aeb9560 commit f08ecea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@boulevard/blvd-book-sdk",
"version": "1.0.36",
"version": "1.0.37",
"description": "A JS client for the Boulevard API",
"main": "lib/blvd.js",
"typings": "lib/blvd.js",
"type": "module",

"scripts": {
"build": "yarn run clean && yarn run rollup -c rollup.config.js",
"clean": "rm -rf lib*",
Expand Down Expand Up @@ -41,6 +40,7 @@
"@rollup/plugin-typescript": "^8.3.0",
"@types/jest": "^26.0.22",
"graphql-codegen-typescript-mock-data": "^2.0.0",
"graphql-tag": "^2.12.6",
"jest": "^26.6.3",
"jest-ts-auto-mock": "^2.0.0",
"rollup": "^2.61.1",
Expand All @@ -55,4 +55,4 @@
"graphql": "^15.5.0",
"graphql-request": "^3.4.0"
}
}
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3668,6 +3668,13 @@ graphql-tag@^2.11.0:
dependencies:
tslib "^2.1.0"

graphql-tag@^2.12.6:
version "2.12.6"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
dependencies:
tslib "^2.1.0"

graphql-ws@^4.4.1:
version "4.7.0"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.7.0.tgz#b323fbf35a3736eed85dac24c0054d6d10c93e62"
Expand Down

0 comments on commit f08ecea

Please sign in to comment.