@laserfiche/lf-api-client-core
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
// Copyright (c) Laserfiche. | ||
// Copyright Laserfiche. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
@@ -3,0 +3,0 @@ import { ProblemDetails } from "./ProblemDetails.js"; |
@@ -1,2 +0,2 @@ | ||
// Copyright (c) Laserfiche. | ||
// Copyright Laserfiche. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// Copyright (c) Laserfiche. | ||
// Copyright Laserfiche. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
@@ -3,0 +3,0 @@ import { StringUtils } from '@laserfiche/lf-js-utils'; |
@@ -10,3 +10,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
// Copyright (c) Laserfiche. | ||
// Copyright Laserfiche. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
@@ -13,0 +13,0 @@ import { createClientCredentialsAuthorizationJwt } from './AccessKey.js'; |
@@ -1,2 +0,2 @@ | ||
// Copyright (c) Laserfiche. | ||
// Copyright Laserfiche. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
@@ -3,0 +3,0 @@ /** A machine-readable format for specifying errors in HTTP API responses based on https://tools.ietf.org/html/rfc7807. */ |
@@ -10,3 +10,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
// Copyright (c) Laserfiche. | ||
// Copyright Laserfiche. | ||
// Licensed under the MIT License. See LICENSE in the project root for license information. | ||
@@ -13,0 +13,0 @@ import { CoreUtils, StringUtils } from "@laserfiche/lf-js-utils"; |
{ | ||
"name": "@laserfiche/lf-api-client-core", | ||
"version": "1.1.12", | ||
"version": "1.1.13--preview-11133310008", | ||
"description": "", | ||
@@ -12,12 +12,2 @@ "main": "dist/index.js", | ||
], | ||
"scripts": { | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --rootDir=lib --config jest.node.config.js", | ||
"test:all": "node --experimental-vm-modules node_modules/jest/bin/jest.js --rootDir=lib --config jest.node.config.js && node --experimental-vm-modules node_modules/jest/bin/jest.js --rootDir=lib --config jest.jsdom.config.js", | ||
"test:Cloud": "node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/Cloud --group=UnitTests --rootDir=lib --config jest.node.config.js && node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/Cloud --group=UnitTests --rootDir=lib --config jest.jsdom.config.js", | ||
"test:SelfHosted": "node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/SelfHosted --group=UnitTests --rootDir=lib --config jest.node.config.js && node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/SelfHosted --group=UnitTests --rootDir=lib --config jest.jsdom.config.js", | ||
"example": "cd example && npm i && npm start", | ||
"build": "npm run clean && tsc -b", | ||
"build:watch": "tsc -b --watch", | ||
"clean": "tsc -b --clean" | ||
}, | ||
"keywords": [ | ||
@@ -31,3 +21,3 @@ "Laserfiche" | ||
"type": "git", | ||
"url": "https://github.com/Laserfiche/lf-api-client-core-js" | ||
"url": "https://github.com/Laserfiche/lf-api-js" | ||
}, | ||
@@ -40,3 +30,3 @@ "devDependencies": { | ||
"@types/jwk-to-pem": "^2.0.1", | ||
"@types/node": "^16.11.21", | ||
"@types/node": "^16.18.105", | ||
"babel-jest": "^28.1.3", | ||
@@ -53,6 +43,15 @@ "isomorphic-fetch": "^3.0.0", | ||
"@laserfiche/lf-js-utils": "^4.0.2", | ||
"dotenv": "^16.0.1", | ||
"jsrsasign": "^11.0.0", | ||
"jsrsasign-util": "^1.0.5" | ||
}, | ||
"scripts": { | ||
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --rootDir=lib --config jest.node.config.js", | ||
"test:all": "node --experimental-vm-modules node_modules/jest/bin/jest.js --rootDir=lib --config jest.node.config.js && node --experimental-vm-modules node_modules/jest/bin/jest.js --rootDir=lib --config jest.jsdom.config.js", | ||
"test:Cloud": "node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/Cloud --group=UnitTests --rootDir=lib --config jest.node.config.js && node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/Cloud --group=UnitTests --rootDir=lib --config jest.jsdom.config.js", | ||
"test:SelfHosted": "node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/SelfHosted --group=UnitTests --rootDir=lib --config jest.node.config.js && node --experimental-vm-modules node_modules/jest/bin/jest.js --group=IntegrationTests/SelfHosted --group=UnitTests --rootDir=lib --config jest.jsdom.config.js", | ||
"example": "cd example && npm i && npm start", | ||
"build": "npm run clean && tsc -b", | ||
"build:watch": "tsc -b --watch", | ||
"clean": "tsc -b --clean" | ||
} | ||
} | ||
} |
# Laserfiche API Client Core Library | ||
Javascript Library containing the implementation of OAuth 2.0 credential handlers for the Laserfiche API and additional utility functions. | ||
Javascript Library containing the implementation of OAuth 2.0 credential handlers for the Laserfiche API and additional utility functions. | ||
@@ -12,3 +12,3 @@ ## Documentation | ||
See CHANGELOG [here](https://github.com/Laserfiche/lf-api-client-core-js/blob/HEAD/CHANGELOG.md). | ||
See CHANGELOG [here](https://github.com/Laserfiche/lf-api-js/blob/HEAD/packages/lf-api-client-core-js/CHANGELOG.md). | ||
@@ -21,2 +21,2 @@ ## Installation | ||
See the [.github/workflows/main.yml](https://github.com/Laserfiche/lf-api-client-core-js/blob/HEAD/.github/workflows/main.yml). | ||
See the [.github/workflows/lf-api-client-core.yml](https://github.com/Laserfiche/lf-api-js/blob/HEAD/.github/workflows/lf-api-client-core.yml). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3
-25%78791
-0.02%2
100%- Removed
- Removed