Compare commits
No commits in common. "9a87a52ed6d7bfbb9c269a89b52686c22848bf92" and "645cc595355627baf46e66560088544d77fe3fdb" have entirely different histories.
9a87a52ed6
...
645cc59535
4
dist/models/CreateDonation.d.ts
vendored
4
dist/models/CreateDonation.d.ts
vendored
@ -1,4 +0,0 @@
|
|||||||
export type CreateDonation = {
|
|
||||||
donor?: number;
|
|
||||||
paidAmount?: number;
|
|
||||||
};
|
|
5
dist/models/CreateDonation.js
vendored
5
dist/models/CreateDonation.js
vendored
@ -1,5 +0,0 @@
|
|||||||
"use strict";
|
|
||||||
/* istanbul ignore file */
|
|
||||||
/* tslint:disable */
|
|
||||||
/* eslint-disable */
|
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@odit/lfk-client-js",
|
"name": "@odit/lfk-client-js",
|
||||||
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
|
"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",
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@ -27,8 +27,7 @@
|
|||||||
"build:compile": "tsc",
|
"build:compile": "tsc",
|
||||||
"build:cleanup": "rimraf ./lib",
|
"build:cleanup": "rimraf ./lib",
|
||||||
"update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js",
|
"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:auto": "npm run update:openapi && npm run build && npm run release",
|
||||||
"update:commit": "git add . && git commit -m \"chore: update openapi.json\"",
|
|
||||||
"release": "release-it --only-version && npm publish"
|
"release": "release-it --only-version && npm publish"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user