Compare commits

..

No commits in common. "9a87a52ed6d7bfbb9c269a89b52686c22848bf92" and "645cc595355627baf46e66560088544d77fe3fdb" have entirely different histories.

3 changed files with 2 additions and 12 deletions

View File

@ -1,4 +0,0 @@
export type CreateDonation = {
donor?: number;
paidAmount?: number;
};

View File

@ -1,5 +0,0 @@
"use strict";
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });

View File

@ -1,7 +1,7 @@
{
"name": "@odit/lfk-client-js",
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
"version": "1.2.7",
"version": "1.2.6",
"license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -27,8 +27,7 @@
"build:compile": "tsc",
"build:cleanup": "rimraf ./lib",
"update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js",
"update:auto": "npm run update:openapi && npm run build && npm run update:commit && npm run release",
"update:commit": "git add . && git commit -m \"chore: update openapi.json\"",
"update:auto": "npm run update:openapi && npm run build && npm run release",
"release": "release-it --only-version && npm publish"
},
"bugs": {