@builderbot/cli 1.1.2-alpha.6 → 1.1.2-alpha.7

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.cjs CHANGED
@@ -9093,6 +9093,8 @@ const setVersionTemplate = async (projectPath, version) => {
9093
9093
  const newDependencies = Object.keys(dependencies).map((dep) => {
9094
9094
  if (dep.startsWith('@builderbot/'))
9095
9095
  return [dep, version];
9096
+ if (dep === 'eslint-plugin-builderbot')
9097
+ return [dep, version];
9096
9098
  return [dep, dependencies[dep]];
9097
9099
  });
9098
9100
  parseRaw.dependencies = Object.fromEntries(newDependencies);
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interactive/index.ts"],"names":[],"mappings":"AAiHA,QAAA,MAAM,gBAAgB,QAAa,QAAQ,IAAI,CAsE9C,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interactive/index.ts"],"names":[],"mappings":"AAkHA,QAAA,MAAM,gBAAgB,QAAa,QAAQ,IAAI,CAsE9C,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/cli",
3
- "version": "1.1.2-alpha.6",
3
+ "version": "1.1.2-alpha.7",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",
@@ -41,5 +41,5 @@
41
41
  "type": "git",
42
42
  "url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
43
43
  },
44
- "gitHead": "4161e395da3877915ebf669289b88eba44cf664a"
44
+ "gitHead": "a4657c5afa58b20e65d89b8dd8f08e6db8b7d7b3"
45
45
  }