Skip to content

Commit

Permalink
(fix): upgrade resolver to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jun 19, 2024
1 parent 0246aec commit 2a07b79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/sdk",
"version": "0.11.1",
"version": "0.11.2",
"private": false,
"repository": "https://github.com/fern-api/fern-typescript",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"node-fetch": "2.7.0",
"qs": "6.11.2",
"js-base64": "3.7.2",
"@fern-api/template-resolver": "0.7.3"
"@fern-api/template-resolver": "0.7.4"
},
"devDependencies": {
"@types/url-join": "4.0.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@fern-api/[email protected].3":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@fern-api/template-resolver/-/template-resolver-0.7.3.tgz#708b15b9e02ab97138554c52d9c05fe7221190dd"
integrity sha512-VjzzXtGOeXAoK4V7WZc+1uNXDbb+R9uGMMHy2tG1P9LCwZFxtCfygdb1Ob5TagdZZudgQnexpqFQZ51hXF+LcQ==
"@fern-api/[email protected].4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@fern-api/template-resolver/-/template-resolver-0.7.4.tgz#0f71de0840ff6dfeed3f40658379c4ff92c47999"
integrity sha512-nFJqD0WO1NRSbngNWYpHVMo5nBhxU+1eawqSuFsB9h0HxARG2vitbkIPZIZXIIT3su9KUBqcd41NlasOoEQadw==
dependencies:
"@wasm-fmt/ruff_fmt" "^0.5.10"
prettier "^2.8.8"

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
Expand Down Expand Up @@ -700,11 +700,6 @@
dependencies:
"@types/yargs-parser" "*"

"@wasm-fmt/ruff_fmt@^0.5.10":
version "0.5.10"
resolved "https://registry.yarnpkg.com/@wasm-fmt/ruff_fmt/-/ruff_fmt-0.5.10.tgz#7b9e788552e336d38971a39ad9a1c748795cdce6"
integrity sha512-PR0uVT1xGBJh9t22b2Hd7smFjlKygwN30DgDQ1QovFmZZiTkS7Y8yHiyMYsPKlbEko3Q2fnfCTJJOCZm8NqWWA==

abab@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
Expand Down Expand Up @@ -2222,6 +2217,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==

prettier@^2.8.8:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==

pretty-format@^29.0.0, pretty-format@^29.7.0:
version "29.7.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
Expand Down

0 comments on commit 2a07b79

Please sign in to comment.