Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/docs/scrapers/axios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Axios < UrlScraper
home: 'hthttps://axios-http.com/',
code: 'https://github.com/axios/axios'
}
self.release = '1.13.5'
self.release = '1.15.0'
self.base_url = "https://axios-http.com/docs/"
self.initial_paths = %w(index intro)
options[:skip] = %w(sponsor)
Expand Down
4 changes: 2 additions & 2 deletions lib/docs/scrapers/typescript.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ class Typescript < UrlScraper
]

options[:attribution] = <<-HTML
&copy; 2012-2025 Microsoft<br>
&copy; 2012-2026 Microsoft<br>
Licensed under the Apache License, Version 2.0.
HTML

version do
self.release = '5.9.2'
self.release = '6.0.2'
self.base_url = 'https://www.typescriptlang.org/'
end

Expand Down
Loading