@botonic/cli 0.30.3 → 0.31.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/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @botonic/cli
21
21
  $ botonic COMMAND
22
22
  running command...
23
23
  $ botonic (-v|--version|version)
24
- @botonic/cli/0.30.3 darwin-arm64 node-v20.11.1
24
+ @botonic/cli/0.31.0 darwin-arm64 node-v20.11.1
25
25
  $ botonic --help [COMMAND]
26
26
  USAGE
27
27
  $ botonic COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
66
66
  Deploying to AWS...
67
67
  ```
68
68
 
69
- _See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.30.3/lib/commands/deploy.js)_
69
+ _See code: [lib/commands/deploy.js](https://github.com/hubtype/botonic/blob/v0.31.0/lib/commands/deploy.js)_
70
70
 
71
71
  ## `botonic destroy [PROVIDER]`
72
72
 
@@ -81,7 +81,7 @@ EXAMPLE
81
81
  Destroying AWS stack...
82
82
  ```
83
83
 
84
- _See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.30.3/lib/commands/destroy.js)_
84
+ _See code: [lib/commands/destroy.js](https://github.com/hubtype/botonic/blob/v0.31.0/lib/commands/destroy.js)_
85
85
 
86
86
  ## `botonic help [COMMAND]`
87
87
 
@@ -112,7 +112,7 @@ OPTIONS
112
112
  -p, --path=path Path to botonic project. Defaults to current dir.
113
113
  ```
114
114
 
115
- _See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.30.3/lib/commands/login.js)_
115
+ _See code: [lib/commands/login.js](https://github.com/hubtype/botonic/blob/v0.31.0/lib/commands/login.js)_
116
116
 
117
117
  ## `botonic logout`
118
118
 
@@ -126,7 +126,7 @@ OPTIONS
126
126
  -p, --path=path Path to botonic project. Defaults to current dir.
127
127
  ```
128
128
 
129
- _See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.30.3/lib/commands/logout.js)_
129
+ _See code: [lib/commands/logout.js](https://github.com/hubtype/botonic/blob/v0.31.0/lib/commands/logout.js)_
130
130
 
131
131
  ## `botonic new NAME [PROJECTNAME]`
132
132
 
@@ -146,7 +146,7 @@ EXAMPLE
146
146
  ✨ test_bot was successfully created!
147
147
  ```
148
148
 
149
- _See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.30.3/lib/commands/new.js)_
149
+ _See code: [lib/commands/new.js](https://github.com/hubtype/botonic/blob/v0.31.0/lib/commands/new.js)_
150
150
 
151
151
  ## `botonic serve`
152
152
 
@@ -164,7 +164,7 @@ EXAMPLE
164
164
  > Project is running at http://localhost:8080/
165
165
  ```
166
166
 
167
- _See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.30.3/lib/commands/serve.js)_
167
+ _See code: [lib/commands/serve.js](https://github.com/hubtype/botonic/blob/v0.31.0/lib/commands/serve.js)_
168
168
 
169
169
  ## `botonic test`
170
170
 
@@ -191,5 +191,5 @@ EXAMPLE
191
191
  Ran all test suites.
192
192
  ```
193
193
 
194
- _See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.30.3/lib/commands/test.js)_
194
+ _See code: [lib/commands/test.js](https://github.com/hubtype/botonic/blob/v0.31.0/lib/commands/test.js)_
195
195
  <!-- commandsstop -->
@@ -4,7 +4,7 @@ exports.EXAMPLES = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const path_1 = tslib_1.__importDefault(require("path"));
6
6
  const exampleTestPath = path_1.default.resolve(__dirname, '..', '..', '..', 'examples');
7
- const exampleVersion = '0.30.0';
7
+ const exampleVersion = '0.31.0';
8
8
  exports.EXAMPLES = [
9
9
  {
10
10
  name: 'blank',
@@ -1 +1 @@
1
- {"version":"0.30.3","commands":{"deploy":{"id":"deploy","description":"Deploy Botonic project to cloud provider","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic deploy\nBuilding...\nCreating bundle...\nUploading...\nšŸš€ Bot deployed!\n","$ botonic deploy aws\nDeploying to AWS...\n"],"flags":{"command":{"name":"command","type":"option","char":"c","description":"Command to execute from the package \"scripts\" object"},"email":{"name":"email","type":"option","char":"e","description":"Email from Hubtype Organization"},"password":{"name":"password","type":"option","char":"p","description":"Password from Hubtype Organization"},"botName":{"name":"botName","type":"option","char":"b","description":"Name of the bot from Hubtype where you want to deploy"}},"args":[{"name":"provider","options":["aws","hubtype"]}]},"destroy":{"id":"destroy","description":"Destroy Botonic project from cloud provider","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic destroy aws\nDestroying AWS stack...\n"],"flags":{},"args":[{"name":"provider","options":["aws","hubtype"]}]},"login":{"id":"login","description":"Log in to Botonic","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."}},"args":[]},"logout":{"id":"logout","description":"Log out of Botonic","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."}},"args":[]},"new":{"id":"new","description":"Create a new Botonic project","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic new test_bot\nCreating...\n✨ test_bot was successfully created!\n"],"flags":{},"args":[{"name":"name","description":"name of the bot folder","required":true},{"name":"projectName","description":"OPTIONAL name of the bot project","required":false}]},"serve":{"id":"serve","description":"Serve your bot in your localhost","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic serve\n> Project is running at http://localhost:8080/"],"flags":{"preview":{"name":"preview","type":"boolean","char":"p","description":"Run preview Botonic 1.0 serve.","allowNo":false}},"args":[]},"test":{"id":"test","description":"Test your Botonic components","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["PASS tests/app.test.js\n āœ“ TEST: hi.js (10ms)\n āœ“ TEST: pizza.js (1ms)\n āœ“ TEST: sausage.js (1ms)\n āœ“ TEST: bacon.js\n āœ“ TEST: pasta.js (1ms)\n āœ“ TEST: cheese.js (1ms)\n āœ“ TEST: tomato.js\n\nTest Suites: 1 passed, 1 total\nTests: 7 passed, 7 total\nSnapshots: 0 total\nTime: 1.223s\nRan all test suites."],"flags":{},"args":[]}}}
1
+ {"version":"0.31.0","commands":{"deploy":{"id":"deploy","description":"Deploy Botonic project to cloud provider","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic deploy\nBuilding...\nCreating bundle...\nUploading...\nšŸš€ Bot deployed!\n","$ botonic deploy aws\nDeploying to AWS...\n"],"flags":{"command":{"name":"command","type":"option","char":"c","description":"Command to execute from the package \"scripts\" object"},"email":{"name":"email","type":"option","char":"e","description":"Email from Hubtype Organization"},"password":{"name":"password","type":"option","char":"p","description":"Password from Hubtype Organization"},"botName":{"name":"botName","type":"option","char":"b","description":"Name of the bot from Hubtype where you want to deploy"}},"args":[{"name":"provider","options":["aws","hubtype"]}]},"destroy":{"id":"destroy","description":"Destroy Botonic project from cloud provider","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic destroy aws\nDestroying AWS stack...\n"],"flags":{},"args":[{"name":"provider","options":["aws","hubtype"]}]},"login":{"id":"login","description":"Log in to Botonic","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."}},"args":[]},"logout":{"id":"logout","description":"Log out of Botonic","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":[],"flags":{"path":{"name":"path","type":"option","char":"p","description":"Path to botonic project. Defaults to current dir."}},"args":[]},"new":{"id":"new","description":"Create a new Botonic project","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic new test_bot\nCreating...\n✨ test_bot was successfully created!\n"],"flags":{},"args":[{"name":"name","description":"name of the bot folder","required":true},{"name":"projectName","description":"OPTIONAL name of the bot project","required":false}]},"serve":{"id":"serve","description":"Serve your bot in your localhost","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["$ botonic serve\n> Project is running at http://localhost:8080/"],"flags":{"preview":{"name":"preview","type":"boolean","char":"p","description":"Run preview Botonic 1.0 serve.","allowNo":false}},"args":[]},"test":{"id":"test","description":"Test your Botonic components","pluginName":"@botonic/cli","pluginType":"core","aliases":[],"examples":["PASS tests/app.test.js\n āœ“ TEST: hi.js (10ms)\n āœ“ TEST: pizza.js (1ms)\n āœ“ TEST: sausage.js (1ms)\n āœ“ TEST: bacon.js\n āœ“ TEST: pasta.js (1ms)\n āœ“ TEST: cheese.js (1ms)\n āœ“ TEST: tomato.js\n\nTest Suites: 1 passed, 1 total\nTests: 7 passed, 7 total\nSnapshots: 0 total\nTime: 1.223s\nRan all test suites."],"flags":{},"args":[]}}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@botonic/cli",
3
3
  "description": "Build Chatbots Using React",
4
- "version": "0.30.3",
4
+ "version": "0.31.0",
5
5
  "license": "MIT",
6
6
  "bin": {
7
7
  "botonic": "./bin/run"
@@ -21,39 +21,40 @@
21
21
  "test_ci": "../../node_modules/.bin/jest --coverage --ci --reporters=default --reporters=jest-junit"
22
22
  },
23
23
  "dependencies": {
24
- "@oclif/command": "^1.8.32",
25
- "@oclif/config": "^1.18.10",
26
- "@oclif/plugin-help": "^3.2.2",
24
+ "@oclif/command": "^1.8.36",
25
+ "@oclif/config": "^1.18.17",
26
+ "@oclif/plugin-help": "^3.3.1",
27
27
  "analytics-node": "^3.5.0",
28
- "axios": "^1.7.2",
28
+ "axios": "^1.7.9",
29
29
  "colors": "^1.4.0",
30
- "concurrently": "^6.2.1",
30
+ "concurrently": "^6.5.1",
31
31
  "fetch-repo-dir": "^1.0.6",
32
- "form-data": "^3.0.1",
32
+ "form-data": "^3.0.2",
33
33
  "fs-extra": "^10.1.0",
34
34
  "inquirer": "^7.3.3",
35
35
  "kill-port": "^1.6.1",
36
36
  "localtunnel": "^2.0.2",
37
37
  "ora": "^5.4.1",
38
- "qs": "^6.11.2",
39
- "tar": "^6.2.0",
40
- "tslib": "^2.6.2",
38
+ "qs": "^6.14.0",
39
+ "tar": "^6.2.1",
40
+ "tslib": "^2.8.1",
41
41
  "uuid": "^10.0.0",
42
- "zip-a-folder": "3.1.7"
42
+ "zip-a-folder": "3.1.8"
43
43
  },
44
44
  "devDependencies": {
45
- "@oclif/dev-cli": "^1.26.0",
46
- "@types/analytics-node": "^3.1.4",
47
- "@types/concurrently": "^6.2.1",
48
- "@types/fs-extra": "^9.0.11",
49
- "@types/inquirer": "^7.3.1",
50
- "@types/localtunnel": "^2.0.1",
51
- "@types/tar": "^6.1.11",
45
+ "@oclif/dev-cli": "^1.26.10",
46
+ "@types/analytics-node": "^3.1.14",
47
+ "@types/concurrently": "^6.4.0",
48
+ "@types/fs-extra": "^9.0.13",
49
+ "@types/inquirer": "^7.3.3",
50
+ "@types/localtunnel": "^2.0.4",
51
+ "@types/tar": "^6.1.13",
52
52
  "@types/uuid": "^10.0.0",
53
- "globby": "^11.0.3"
53
+ "globby": "^11.1.0"
54
54
  },
55
55
  "engines": {
56
- "node": ">=20.0.0"
56
+ "node": ">=20.0.0",
57
+ "npm": ">=10.0.0"
57
58
  },
58
59
  "bugs": "https://github.com/hubtype/botonic/issues",
59
60
  "files": [