mirror of
https://github.com/fluencelabs/aqua-ipfs
synced 2025-04-24 23:42:14 +00:00
fix(tests): update package-lock to fix marine-js not found on fluence run (#123)
fix: tests
This commit is contained in:
parent
7592e6e067
commit
1d55067965
@ -1,16 +0,0 @@
|
|||||||
# yaml-language-server: $schema=schemas/project-secrets.json
|
|
||||||
|
|
||||||
# Defines project's secret keys that are used only in the scope of this particular Fluence project. You can manage project's keys using commands from `fluence key` group of commands
|
|
||||||
|
|
||||||
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/project-secrets.md
|
|
||||||
|
|
||||||
version: 0
|
|
||||||
keyPairs:
|
|
||||||
[
|
|
||||||
{
|
|
||||||
peerId: 12D3KooWAtJ3RXGiW2WzZYUk7XxAEyfwLdqJHsPXmb7xd1dY7uZK,
|
|
||||||
secretKey: BNidntUryx+hxr7NK2z9nci23sMn3fURB6bTH1K2Ll4=,
|
|
||||||
publicKey: CAESIA/dWDmfLpI+PmldVAgQblramknRSyfivJ5x/Y0W6EQC,
|
|
||||||
name: test_put_get_dag
|
|
||||||
},
|
|
||||||
]
|
|
1
aqua-tests/.fluence/secrets/test_put_get_dag.txt
Normal file
1
aqua-tests/.fluence/secrets/test_put_get_dag.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
BNidntUryx+hxr7NK2z9nci23sMn3fURB6bTH1K2Ll4=
|
2
aqua-tests/.gitignore
vendored
2
aqua-tests/.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
.idea
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.fluence/*
|
.fluence/*
|
||||||
!.fluence/project-secrets.yaml
|
!.fluence/secrets
|
||||||
**/node_modules
|
**/node_modules
|
||||||
**/target/
|
**/target/
|
||||||
.repl_history
|
.repl_history
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
|
|
||||||
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence.md
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence.md
|
||||||
|
|
||||||
version: 2
|
version: 5
|
||||||
|
|
||||||
aquaInputPath: src/aqua/main.aqua
|
aquaInputPath: src/aqua/main.aqua
|
||||||
|
21465
aqua-tests/package-lock.json
generated
21465
aqua-tests/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user