@builderbot/cli 1.0.1-alpha.0 → 1.0.2-alpha.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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -254,7 +254,7 @@ const PROVIDER_DATA = [
254
254
  ];
255
255
  const AVAILABLE_LANGUAGES = [
256
256
  { value: 'ts', label: 'TypeScript' },
257
- { value: 'js', label: 'JavaScript' }
257
+ { value: 'js', label: 'JavaScript' },
258
258
  ];
259
259
 
260
260
  var fs$h = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/cli",
3
- "version": "1.0.1-alpha.0",
3
+ "version": "1.0.2-alpha.0",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "type": "git",
43
43
  "url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/cli"
44
44
  },
45
- "gitHead": "696830134bd0e801a9231b0ff24d265d7849b5c0"
45
+ "gitHead": "bd1dd34155fe5ece9a0e75a033e7dd508954422a"
46
46
  }