@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 +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
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.
|
|
9
|
+
const VERSION = '0.90.2-e2dea99';
|
|
10
10
|
// generate:end
|
|
11
11
|
const globalOpts = {
|
|
12
12
|
rpcs: {
|
package/package.json
CHANGED
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.
|
|
12
|
+
const VERSION = '0.90.2-e2dea99'
|
|
13
13
|
// generate:end
|
|
14
14
|
|
|
15
15
|
const globalOpts = {
|