Added lfk client

This commit is contained in:
Nicolai Ort 2023-04-19 10:35:11 +02:00
parent e5535f1869
commit f927cc916b
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,7 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@odit/lfk-client-js": "^1.0.1",
"bwip-js": "3.4.0" "bwip-js": "3.4.0"
}, },
"release-it": { "release-it": {

7
pnpm-lock.yaml generated
View File

@ -1,6 +1,9 @@
lockfileVersion: '6.0' lockfileVersion: '6.0'
dependencies: dependencies:
'@odit/lfk-client-js':
specifier: ^1.0.1
version: 1.0.1
bwip-js: bwip-js:
specifier: 3.4.0 specifier: 3.4.0
version: 3.4.0 version: 3.4.0
@ -492,6 +495,10 @@ packages:
'@octokit/openapi-types': 16.0.0 '@octokit/openapi-types': 16.0.0
dev: true dev: true
/@odit/lfk-client-js@1.0.1:
resolution: {integrity: sha512-eGwUW1MIh7sCzlLNRBLuBvLGGCHoOzmHovHnPqpMDn+fziIIX+fcmt40mdISucZwJDJqnOff4+eHimsHfSQO8A==}
dev: false
/@odit/license-exporter@0.0.12: /@odit/license-exporter@0.0.12:
resolution: {integrity: sha512-k5KxyTOk3Qz/OzId5VNXKjYOz1C4cMVfRHbq3X0VS4BM2rRuIgabrg/lbmZXDM1ExJkdBXi9sqiQ4h7N5bVbLQ==} resolution: {integrity: sha512-k5KxyTOk3Qz/OzId5VNXKjYOz1C4cMVfRHbq3X0VS4BM2rRuIgabrg/lbmZXDM1ExJkdBXi9sqiQ4h7N5bVbLQ==}
hasBin: true hasBin: true