🚀New lib version v0.13.0 [CI SKIP]

This commit is contained in:
Nicolai Ort 2023-02-02 12:00:17 +00:00
parent f9aa86b553
commit 430dcbba07
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
exports.OpenAPI = void 0;
exports.OpenAPI = {
BASE: '',
VERSION: '0.12.0',
VERSION: '0.13.0',
WITH_CREDENTIALS: false,
TOKEN: undefined,
USERNAME: undefined,

View File

@ -73,7 +73,7 @@ class RunnerSelfService {
static async runnerSelfServiceControllerRequestNewToken(mail, locale) {
const result = await (0, request_1.request)({
method: 'POST',
path: `/api/runners/forgot`,
path: `/api/runners/login`,
query: {
'mail': mail,
'locale': locale,

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "@odit/lfk-client-node",
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for NodeJS applications.",
"version": "0.12.0",
"version": "0.13.0",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",