@chainlink/ccip-cli 0.90.0 → 0.90.2

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/index.js CHANGED
@@ -6,7 +6,7 @@ import { Format } from "./commands/index.js";
6
6
  util.inspect.defaultOptions.depth = 6; // print down to tokenAmounts in requests
7
7
  // generate:nofail
8
8
  // `const VERSION = '${require('./package.json').version}-${require('child_process').execSync('git rev-parse --short HEAD').toString().trim()}'`
9
- const VERSION = '0.90.0-0724dff';
9
+ const VERSION = '0.90.2-e2dea99';
10
10
  // generate:end
11
11
  const globalOpts = {
12
12
  rpcs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainlink/ccip-cli",
3
- "version": "0.90.0",
3
+ "version": "0.90.2",
4
4
  "description": "CCIP Command Line Interface, based on @chainlink/ccip-sdk",
5
5
  "author": "Chainlink devs",
6
6
  "license": "MIT",
package/src/index.ts CHANGED
@@ -9,7 +9,7 @@ import { Format } from './commands/index.ts'
9
9
  util.inspect.defaultOptions.depth = 6 // print down to tokenAmounts in requests
10
10
  // generate:nofail
11
11
  // `const VERSION = '${require('./package.json').version}-${require('child_process').execSync('git rev-parse --short HEAD').toString().trim()}'`
12
- const VERSION = '0.90.0-0724dff'
12
+ const VERSION = '0.90.2-e2dea99'
13
13
  // generate:end
14
14
 
15
15
  const globalOpts = {