stylus-toolkit 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -17,7 +17,7 @@ const program = new commander_1.Command();
17
17
  program
18
18
  .name('stylus-toolkit')
19
19
  .description('A comprehensive CLI development environment for Arbitrum Stylus smart contracts')
20
- .version('0.2.8');
20
+ .version('0.2.9');
21
21
  program
22
22
  .command('init')
23
23
  .description('Initialize a new Stylus project')
@@ -61,10 +61,10 @@ version = "0.1.0"
61
61
  edition = "2021"
62
62
 
63
63
  [dependencies]
64
- alloy-primitives = "0.8"
65
- alloy-sol-types = "0.8"
66
- stylus-sdk = "0.6.0"
67
- hex = { version = "0.4", default-features = false }
64
+ stylus-sdk = "=0.6.1"
65
+ alloy-primitives = "=0.8.20"
66
+ alloy-sol-types = "=0.8.20"
67
+ hex = { version = "=0.4.3", default-features = false }
68
68
 
69
69
  [dev-dependencies]
70
70
  tokio = { version = "1.12.0", features = ["full"] }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylus-toolkit",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "A comprehensive CLI development environment for Arbitrum Stylus smart contracts with automated gas profiling",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",