Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from tiki/release/1.0.1
Browse files Browse the repository at this point in the history
Release: 1.0.1
  • Loading branch information
mike-audi authored Apr 3, 2023
2 parents ebede0e + 4c6abdd commit 9e142d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l0-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cloudflare worker for re-routing API requests to L0 Services",
"main": "lib/index.js",
"type": "module",
Expand Down Expand Up @@ -53,7 +53,7 @@
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.5.0",
"jest-junit": "^15.0.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3",
"wrangler": "2.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ LICENSE_PATH = "/api/license/id"
LICENSE_L0_URL = "https://index.l0.mytiki.com/api/latest/license"

TITLE_PATH = "/api/title/id"
TITLE_L0_URL = "https://index.l0.mytiki.com/api/latest/license"
TITLE_L0_URL = "https://index.l0.mytiki.com/api/latest/title"

0 comments on commit 9e142d6

Please sign in to comment.