genlayer 0.0.33 → 0.0.34
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/CHANGELOG.md +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/renovate.json +6 -0
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -37739,7 +37739,7 @@ var {
|
|
|
37739
37739
|
} = import_index.default;
|
|
37740
37740
|
|
|
37741
37741
|
// package.json
|
|
37742
|
-
var version = "0.0.
|
|
37742
|
+
var version = "0.0.34";
|
|
37743
37743
|
|
|
37744
37744
|
// src/lib/config/text.ts
|
|
37745
37745
|
var CLI_DESCRIPTION = "GenLayer CLI is a development environment for the GenLayer ecosystem. It allows developers to interact with the protocol by creating accounts, sending transactions, and working with Intelligent Contracts by testing, debugging, and deploying them.";
|
package/package.json
CHANGED