This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +49
-35
lines changed Expand file tree Collapse file tree 8 files changed +49
-35
lines changed Original file line number Diff line number Diff line change 44 "description" : " Special spell that installs services from App Config" ,
55 "main" : " index.js" ,
66 "engines" : {
7- "node" : " >=18 " ,
8- "pnpm" : " >=8 "
7+ "node" : " 21.6.1 " ,
8+ "pnpm" : " 8.15.1 "
99 },
1010 "files" : [
1111 " src/aqua/*"
Original file line number Diff line number Diff line change 66 "author" : " " ,
77 "license" : " ISC" ,
88 "dependencies" : {
9- "ipfs-http-client" : " ^ 60.0.0" ,
10- "multiaddr" : " ^ 10.0.1"
9+ "ipfs-http-client" : " 60.0.0" ,
10+ "multiaddr" : " 10.0.1"
1111 }
1212}
Original file line number Diff line number Diff line change 99 " types.aqua"
1010 ],
1111 "engines" : {
12- "node" : " >=18 " ,
13- "pnpm" : " >=8 "
12+ "node" : " 21.6.1 " ,
13+ "pnpm" : " 8.15.1 "
1414 },
1515 "config" : {
1616 "SERVICE_DIR" : " ../../spell/modules/spell/spell" ,
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ members = [
77]
88
99[workspace .dependencies ]
10- marine-sqlite-connector = " 0.9.3"
10+ marine-sqlite-connector = " = 0.9.3"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build = "build.rs"
1010# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111
1212[dependencies ]
13- maplit = " 1.0.2"
13+ maplit = " = 1.0.2"
1414
1515[build-dependencies ]
16- built = " 0.7.0"
16+ built = " = 0.7.0"
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ license = "Apache-2.0"
88# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99
1010[dependencies ]
11- marine-rs-sdk = " 0.10.2"
12- thiserror = " 1.0.37"
11+ marine-rs-sdk = " = 0.10.2"
12+ thiserror = " = 1.0.37"
1313marine-sqlite-connector = { workspace = true }
14- eyre = " 0.6.8"
15- serde = " 1.0.149"
14+ eyre = " = 0.6.8"
15+ serde = " = 1.0.149"
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ name = "spell"
99path = " src/main.rs"
1010
1111[dependencies ]
12- marine-rs-sdk = " 0.10.2"
12+ marine-rs-sdk = " = 0.10.2"
1313marine-sqlite-connector = { workspace = true }
14- eyre = " 0.6.8"
15- cid = " 0.10.0"
16- thiserror = " 1.0.37"
17- fstrings = " 0.2.3"
14+ eyre = " = 0.6.8"
15+ cid = " = 0.10.0"
16+ thiserror = " = 1.0.37"
17+ fstrings = " = 0.2.3"
1818fluence-spell-dtos = { path = " ../spell-dtos" , version = " 0.6.0" }
19- serde = " 1.0.149"
20- serde_json = " 1.0.89"
19+ serde = " = 1.0.149"
20+ serde_json = " = 1.0.89"
2121
2222[dev-dependencies ]
23- marine-rs-sdk-test = " 0.12.0"
24- uuid = " 1.2.1"
25- test-env-helpers = " 0.2.2"
26- ctor = " 0.2.0"
23+ marine-rs-sdk-test = " = 0.12.0"
24+ uuid = " = 1.2.1"
25+ test-env-helpers = " = 0.2.2"
26+ ctor = " = 0.2.0"
You can’t perform that action at this time.
0 commit comments