mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 09:52:12 +00:00
parent
82da491f3d
commit
4ef0d312ca
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@ -44,10 +44,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
||||||
|
|
||||||
fluence-cli:
|
flox:
|
||||||
needs:
|
needs:
|
||||||
- js-client
|
- js-client
|
||||||
|
|
||||||
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
|
uses: fluencelabs/flox/.github/workflows/tests.yml@main
|
||||||
with:
|
with:
|
||||||
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
|
42
package.json
42
package.json
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"name": "common-dev-deps",
|
"name": "common-dev-deps",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"typings": "./dist/index.d.ts",
|
"typings": "./dist/index.d.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10",
|
"node": ">=10",
|
||||||
"pnpm": ">=3"
|
"pnpm": ">=3"
|
||||||
},
|
},
|
||||||
"author": "Fluence Labs",
|
"author": "Fluence Labs",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"http-server": "14.1.1",
|
"http-server": "14.1.1",
|
||||||
"puppeteer": "19.7.2",
|
"puppeteer": "19.7.2",
|
||||||
"@types/node": "18.13.0",
|
"@types/node": "18.13.0",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"typescript": "4.7",
|
"typescript": "4.7",
|
||||||
"@fluencelabs/aqua-lib": "0.6.0",
|
"@fluencelabs/aqua-lib": "0.6.0",
|
||||||
"@fluencelabs/aqua": "0.9.1-374"
|
"@fluencelabs/aqua": "0.9.1-374"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user