@builderbot/cli 1.1.2-alpha.6 → 1.1.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.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":"
|
|
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
|
|
3
|
+
"version": "1.1.2",
|
|
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": "
|
|
44
|
+
"gitHead": "ccab074f15c9879e27b9e6f3d8ff7bd08a2a3b23"
|
|
45
45
|
}
|