Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 4ef0d31

Browse files
authored
chore: Rename fluence-cli to flox (#319)
* Trigger * Rename to flox
1 parent 82da491 commit 4ef0d31

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
with:
4545
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
4646

47-
fluence-cli:
47+
flox:
4848
needs:
4949
- js-client
5050

51-
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
51+
uses: fluencelabs/flox/.github/workflows/tests.yml@main
5252
with:
5353
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "common-dev-deps",
3-
"version": "0.1.0",
4-
"main": "./dist/index.js",
5-
"typings": "./dist/index.d.ts",
6-
"type": "module",
7-
"engines": {
8-
"node": ">=10",
9-
"pnpm": ">=3"
10-
},
11-
"author": "Fluence Labs",
12-
"license": "Apache-2.0",
13-
"devDependencies": {
14-
"http-server": "14.1.1",
15-
"puppeteer": "19.7.2",
16-
"@types/node": "18.13.0",
17-
"ts-node": "10.9.1",
18-
"typescript": "4.7",
19-
"@fluencelabs/aqua-lib": "0.6.0",
20-
"@fluencelabs/aqua": "0.9.1-374"
21-
}
22-
}
2+
"name": "common-dev-deps",
3+
"version": "0.1.0",
4+
"main": "./dist/index.js",
5+
"typings": "./dist/index.d.ts",
6+
"type": "module",
7+
"engines": {
8+
"node": ">=10",
9+
"pnpm": ">=3"
10+
},
11+
"author": "Fluence Labs",
12+
"license": "Apache-2.0",
13+
"devDependencies": {
14+
"http-server": "14.1.1",
15+
"puppeteer": "19.7.2",
16+
"@types/node": "18.13.0",
17+
"ts-node": "10.9.1",
18+
"typescript": "4.7",
19+
"@fluencelabs/aqua-lib": "0.6.0",
20+
"@fluencelabs/aqua": "0.9.1-374"
21+
}
22+
}

0 commit comments

Comments
 (0)