🚀New lib version v1.1.3 [CI SKIP]

This commit is contained in:
Nicolai Ort 2023-05-10 11:39:59 +00:00
parent 45f00bdbf7
commit e94f3c1373
3 changed files with 3 additions and 3 deletions

View File

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

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": "1.1.2",
"version": "1.1.3",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",