Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tweetback/tweetback-canonical
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.11
Choose a base ref
...
head repository: tweetback/tweetback-canonical
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.12
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 12, 2022

  1. Add gauntface to mapping

    gauntface authored Dec 12, 2022
    Copy the full SHA
    6bb4735 View commit details
  2. mapping: Merge pull request #35 from gauntface/patch-1

    Add gauntface to mapping
    nhoizey authored Dec 12, 2022
    Copy the full SHA
    9972668 View commit details
  3. chore(release): 2.0.12 [skip ci]

    ## [2.0.12](v2.0.11...v2.0.12) (2022-12-12)
    semantic-release-bot committed Dec 12, 2022
    Copy the full SHA
    6f51280 View commit details
Showing with 8 additions and 5 deletions.
  1. +2 −0 CHANGELOG.md
  2. +3 −2 mapping.js
  3. +2 −2 package-lock.json
  4. +1 −1 package.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [2.0.12](https://github.com/tweetback/tweetback-canonical/compare/v2.0.11...v2.0.12) (2022-12-12)

## [2.0.11](https://github.com/tweetback/tweetback-canonical/compare/v2.0.10...v2.0.11) (2022-12-11)

## [2.0.10](https://github.com/tweetback/tweetback-canonical/compare/v2.0.9...v2.0.10) (2022-12-09)
5 changes: 3 additions & 2 deletions mapping.js
Original file line number Diff line number Diff line change
@@ -28,8 +28,9 @@ export const mapping = {
"jefflembeck": "https://twitter.jefflembeck.com",
"philhawksworth": "https://www.hawksworx.com/note/tw/",
"404boyfriend": "https://tweets.henry.codes",
"xdesro": "https://tweets.henry.codes",
"xdesro": "https://tweets.henry.codes",
"colinaut": "https://twitter.colinaut.com",
"ginader": "http://tweets.ginader.com/",
"Noleli": "https://projects.noahliebman.net/twitter/"
"Noleli": "https://projects.noahliebman.net/twitter/",
"gauntface": "https://twitterarchive.gaunt.dev/"
};
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tweetback/canonical",
"version": "2.0.11",
"version": "2.0.12",
"description": "A package to resolve twitter URLs to new canonically hosted twitter backups.",
"type": "module",
"main": "transform.js",