feat: additional api package stuff

This commit is contained in:
Adrian Castro
2024-04-15 21:18:25 +02:00
parent 4e01f35458
commit 338e633d48
8 changed files with 340 additions and 0 deletions

34
pnpm-lock.yaml generated
View File

@@ -243,6 +243,15 @@ importers:
packages/api:
dependencies:
'@noble/hashes':
specifier: ^1.4.0
version: 1.4.0
'@scure/bip39':
specifier: ^1.3.0
version: 1.3.0
node-forge:
specifier: ^1.3.1
version: 1.3.1
ofetch:
specifier: ^1.3.4
version: 1.3.4
@@ -256,6 +265,9 @@ importers:
'@movie-web/tsconfig':
specifier: workspace:^0.1.0
version: link:../../tooling/typescript
'@types/node-forge':
specifier: ^1.3.11
version: 1.3.11
eslint:
specifier: ^8.56.0
version: 8.56.0
@@ -2905,6 +2917,11 @@ packages:
unpacker: 1.0.1
dev: false
/@noble/hashes@1.4.0:
resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==}
engines: {node: '>= 16'}
dev: false
/@nodelib/fs.scandir@2.1.5:
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
engines: {node: '>= 8'}
@@ -3592,6 +3609,17 @@ packages:
react-native-video: 5.2.1
dev: false
/@scure/base@1.1.6:
resolution: {integrity: sha512-ok9AWwhcgYuGG3Zfhyqg+zwl+Wn5uE+dwC0NV/2qQkx4dABbb/bx96vWu8NSj+BNjjSjno+JRYRjle1jV08k3g==}
dev: false
/@scure/bip39@1.3.0:
resolution: {integrity: sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==}
dependencies:
'@noble/hashes': 1.4.0
'@scure/base': 1.1.6
dev: false
/@segment/loosely-validate-event@2.0.0:
resolution: {integrity: sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==}
dependencies:
@@ -5260,6 +5288,12 @@ packages:
resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==}
dev: true
/@types/node-forge@1.3.11:
resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==}
dependencies:
'@types/node': 20.12.7
dev: true
/@types/node@17.0.45:
resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==}
dev: false