genlayer 0.21.0 → 0.22.0

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.22.0 (2025-07-14)
4
+
5
+ ### Features
6
+
7
+ * ignoring templates path ([#238](https://github.com/yeagerai/genlayer-cli/issues/238)) ([7e41a84](https://github.com/yeagerai/genlayer-cli/commit/7e41a842fcd646f47984f2ce745b37b50c299771))
8
+
3
9
  ## 0.21.0 (2025-07-14)
4
10
 
5
11
  ### Features
package/dist/index.js CHANGED
@@ -17723,7 +17723,7 @@ var require_semver2 = __commonJS({
17723
17723
  import { program } from "commander";
17724
17724
 
17725
17725
  // package.json
17726
- var version = "0.21.0";
17726
+ var version = "0.22.0";
17727
17727
  var package_default = {
17728
17728
  name: "genlayer",
17729
17729
  version,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genlayer",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "GenLayer Command Line Tool",
5
5
  "main": "src/index.ts",
6
6
  "type": "module",
package/renovate.json CHANGED
@@ -3,6 +3,9 @@
3
3
  "extends": [
4
4
  "config:recommended"
5
5
  ],
6
+ "ignorePaths": [
7
+ "templates/**"
8
+ ],
6
9
  "packageRules": [
7
10
  {
8
11
  "groupName": "all non-major dependencies",