Skip to content

Commit 53bbb9a

Browse files
authored
Merge pull request #197034 from Homebrew/bump-json2ts-15.0.3
json2ts 15.0.3
2 parents 65ced5c + 7363f89 commit 53bbb9a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

Formula/j/json2ts.rb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
class Json2ts < Formula
22
desc "Compile JSONSchema to TypeScript type declarations"
33
homepage "https://github.com/bcherny/json-schema-to-typescript"
4-
url "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-15.0.2.tgz"
5-
sha256 "ab9f2b800b3e6aaeef36d3ff4ce1548c6df2afe4b79fa074594a1143dc0b2670"
4+
url "https://registry.npmjs.org/json-schema-to-typescript/-/json-schema-to-typescript-15.0.3.tgz"
5+
sha256 "82233ff634ed9ffca59710d10056b5e95a0f2268b52543adf9fe578db1e46e40"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e85142e837bc9b2bf6a70cbe4dd728f30177c4e1e449f6c12df9b7e7a21771af"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "881d477ab9a862f5e8f570ac27f60c7384de7a9ab97b34fc7ea26c037426bb82"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "881d477ab9a862f5e8f570ac27f60c7384de7a9ab97b34fc7ea26c037426bb82"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "881d477ab9a862f5e8f570ac27f60c7384de7a9ab97b34fc7ea26c037426bb82"
13-
sha256 cellar: :any_skip_relocation, sonoma: "6b148f79eb8757492cbcfbbbda0ecb999a98ef70e484e3285897878571ab4342"
14-
sha256 cellar: :any_skip_relocation, ventura: "6b148f79eb8757492cbcfbbbda0ecb999a98ef70e484e3285897878571ab4342"
15-
sha256 cellar: :any_skip_relocation, monterey: "6b148f79eb8757492cbcfbbbda0ecb999a98ef70e484e3285897878571ab4342"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "881d477ab9a862f5e8f570ac27f60c7384de7a9ab97b34fc7ea26c037426bb82"
9+
sha256 cellar: :any_skip_relocation, all: "11457a39c52b5a1b68bfb59cfc45048e5823d396c67601eaf6c081503045f4fd"
1710
end
1811

1912
depends_on "node"

0 commit comments

Comments
 (0)