Skip to content

Commit

Permalink
(fix): bump template resolver to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jun 5, 2024
1 parent 11c1a43 commit ecf3d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node-fetch": "2.7.0",
"qs": "6.11.2",
"js-base64": "3.7.2",
"@fern-api/template-resolver": "0.1.2"
"@fern-api/template-resolver": "0.2.0"
},
"devDependencies": {
"@types/url-join": "4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@fern-api/template-resolver@0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@fern-api/template-resolver/-/template-resolver-0.1.2.tgz#f79f3fb2af53cadc77560e3956f8dd5c457487f1"
integrity sha512-hZvNsoppA9x2JaOF2lLVa6+OB1bWAyUbLUIm4D555+dJcKE9iQh+UI2yz8YXUwXTY97G+wXndfwLCIPHx9Afxg==
"@fern-api/template-resolver@0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@fern-api/template-resolver/-/template-resolver-0.2.0.tgz#b4edb1061bfc829563704c3794642ca0f05536ad"
integrity sha512-vW3G7+GxT8WhuyADPfmUBvv6ee9vqgEAWDD52dljokZLlWYe49yinY1is9weDeg7bOsxaUeyLsW91j4//8rtmw==
dependencies:
lodash "^4.17.21"

Expand Down

0 comments on commit ecf3d67

Please sign in to comment.