Skip to content

Commit 7c82570

Browse files
authored
Update base site to tempus2.xyz (#49)
1 parent eee968b commit 7c82570

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempus-api-graphql
22

3-
A [GraphQL](https://graphql.org/) wrapper for the [tempus.xyz](https://tempus.xyz/) API. The spiritual successor of [tempus-api](https://github.com/arispoloway/tempus-api).
3+
A [GraphQL](https://graphql.org/) wrapper for the [tempus](https://tempus2.xyz/) API. The spiritual successor of [tempus-api](https://github.com/arispoloway/tempus-api).
44

55
[![npm version](https://badge.fury.io/js/tempus-api-graphql.svg)](https://badge.fury.io/js/tempus-api-graphql)
66

lib/__tests__/schema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function request(query) {
1414
}
1515

1616
let requestStubs = {};
17-
const BASE_URL = "https://tempus.xyz/api/";
17+
const BASE_URL = "https://tempus2.xyz/api/v0/";
1818

1919
beforeEach(() => {
2020
jest.clearAllMocks();

lib/utils/fetch_response_by_url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from "axios";
22

3-
const BASE_URL = "https://tempus.xyz/api/";
3+
const BASE_URL = "https://tempus2.xyz/api/v0/";
44

55
function fetchResponseByURL(relativeURL) {
66
/* eslint-disable no-console */

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tempus-api-graphql",
3-
"version": "0.5.1",
4-
"description": "A GraphQL wrapper for the tempus.xyz api",
3+
"version": "0.5.2",
4+
"description": "A GraphQL wrapper for the tempus api (tempus2.xyz)",
55
"main": "dist/schema.js",
66
"scripts": {
77
"test": "npm run build && jest",

0 commit comments

Comments
 (0)