Skip to content

Commit ed6d4b7

Browse files
authored
1.x (#4)
* make dependencies explicit * Automatic update on Toolbelt plugin documentation * Release v1.0.0 * Automatic update on Toolbelt plugin documentation
1 parent 4371a37 commit ed6d4b7

File tree

4 files changed

+79
-6
lines changed

4 files changed

+79
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.0] - 2021-07-12
10+
### Fixed
11+
- Make dependencies explicit.
12+
13+
914
## [0.2.2] - 2021-03-30
1015

1116
### Fixed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-infra
2929
$ vtex COMMAND
3030
running command...
3131
$ vtex (-v|--version|version)
32-
@vtex/cli-plugin-infra/0.2.2 linux-x64 node-v12.21.0
32+
@vtex/cli-plugin-infra/1.0.0 linux-x64 node-v12.22.1
3333
$ vtex --help [COMMAND]
3434
USAGE
3535
$ vtex COMMAND
@@ -63,7 +63,7 @@ EXAMPLES
6363
vtex infra install infra-service@0.0.1
6464
```
6565

66-
_See code: [build/commands/infra/install.ts](https://github.com/vtex/cli-plugin-infra/blob/v0.2.2/build/commands/infra/install.ts)_
66+
_See code: [build/commands/infra/install.ts](https://github.com/vtex/cli-plugin-infra/blob/v1.0.0/build/commands/infra/install.ts)_
6767

6868
## `vtex infra:list [NAME]`
6969

@@ -91,7 +91,7 @@ EXAMPLES
9191
vtex infra ls
9292
```
9393

94-
_See code: [build/commands/infra/list.ts](https://github.com/vtex/cli-plugin-infra/blob/v0.2.2/build/commands/infra/list.ts)_
94+
_See code: [build/commands/infra/list.ts](https://github.com/vtex/cli-plugin-infra/blob/v1.0.0/build/commands/infra/list.ts)_
9595

9696
## `vtex infra:update`
9797

@@ -110,5 +110,5 @@ EXAMPLE
110110
vtex infra update
111111
```
112112

113-
_See code: [build/commands/infra/update.ts](https://github.com/vtex/cli-plugin-infra/blob/v0.2.2/build/commands/infra/update.ts)_
113+
_See code: [build/commands/infra/update.ts](https://github.com/vtex/cli-plugin-infra/blob/v1.0.0/build/commands/infra/update.ts)_
114114
<!-- commandsstop -->

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"name": "@vtex/cli-plugin-infra",
33
"description": "vtex plugin infra",
4-
"version": "0.2.2",
4+
"version": "1.0.0",
55
"bugs": "https://github.com/vtex/cli-plugin-infra/issues",
66
"dependencies": {
77
"@oclif/command": "^1",
88
"@oclif/config": "^1",
9+
"@vtex/api": "^3.77.0",
10+
"chalk": "^4.1.1",
911
"ora": "^5.3.0",
1012
"pad": "^3.2.0",
1113
"ramda": "~0.25.0",
14+
"semver": "^7.3.5",
1215
"tslib": "^1"
1316
},
1417
"devDependencies": {
@@ -27,7 +30,6 @@
2730
"nodemon": "^2.0.2",
2831
"nodemon-notifier-cli": "https://github.com/Slessi/nodemon-notifier-cli.git",
2932
"prettier": "^2.0.1",
30-
"semver": "^7.3.2",
3133
"ts-jest": "^25.2.1",
3234
"ts-node": "^8",
3335
"typescript": "^3.8.2",

yarn.lock

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,45 @@
11891189
tar-fs "^2.0.0"
11901190
xss "^1.0.6"
11911191

1192+
"@vtex/api@^3.77.0":
1193+
version "3.77.1"
1194+
resolved "https://registry.yarnpkg.com/@vtex/api/-/api-3.77.1.tgz#7ac5ab2e9cd43e69c711399a6ed8daea6c19db82"
1195+
integrity sha512-Dm+fM3BGtGIygeajgQjEM5ZhGMpf5Pwd3y/uAhyGs3LdCQB5QyYfeUkl6td70PXJirNizQrEWt7jNE8s6Ww4dw==
1196+
dependencies:
1197+
"@types/koa" "^2.0.48"
1198+
"@types/koa-compose" "^3.2.3"
1199+
"@wry/equality" "^0.1.9"
1200+
agentkeepalive "^4.0.2"
1201+
apollo-datasource "^0.3.1"
1202+
apollo-server-core "^2.4.8"
1203+
apollo-server-errors "^2.2.1"
1204+
archiver "^3.0.0"
1205+
axios "^0.18.0"
1206+
axios-retry "^3.1.2"
1207+
bluebird "^3.5.4"
1208+
chalk "^2.4.2"
1209+
co-body "^6.0.0"
1210+
cookie "^0.3.1"
1211+
dataloader "^1.4.0"
1212+
fs-extra "^7.0.0"
1213+
graphql "^0.13.2"
1214+
graphql-extensions "^0.5.7"
1215+
graphql-tools "^3.1.1"
1216+
graphql-upload "^8.0.4"
1217+
js-base64 "^2.5.1"
1218+
koa-compose "^4.1.0"
1219+
lru-cache "^5.1.1"
1220+
mime-types "^2.1.12"
1221+
p-limit "^2.2.0"
1222+
qs "^6.5.1"
1223+
querystring "^0.2.0"
1224+
ramda "^0.26.0"
1225+
rwlock "^5.0.0"
1226+
semver "^5.5.1"
1227+
stats-lite vtex/node-stats-lite#dist
1228+
tar-fs "^2.0.0"
1229+
xss "^1.0.6"
1230+
11921231
"@vtex/cli-plugin-abtest@^0.0.5":
11931232
version "0.0.5"
11941233
resolved "https://registry.yarnpkg.com/@vtex/cli-plugin-abtest/-/cli-plugin-abtest-0.0.5.tgz#3fb5e95f7c26be2a8c1aae0eca5eb0b49d8cc077"
@@ -2517,6 +2556,14 @@ chalk@^4.0.0, chalk@^4.1.0:
25172556
ansi-styles "^4.1.0"
25182557
supports-color "^7.1.0"
25192558

2559+
chalk@^4.1.1:
2560+
version "4.1.1"
2561+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
2562+
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
2563+
dependencies:
2564+
ansi-styles "^4.1.0"
2565+
supports-color "^7.1.0"
2566+
25202567
chalk@~2.3.2:
25212568
version "2.3.2"
25222569
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
@@ -6355,6 +6402,13 @@ lru-cache@^5.0.0, lru-cache@^5.1.1:
63556402
dependencies:
63566403
yallist "^3.0.2"
63576404

6405+
lru-cache@^6.0.0:
6406+
version "6.0.0"
6407+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
6408+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
6409+
dependencies:
6410+
yallist "^4.0.0"
6411+
63586412
make-dir@^1.0.0:
63596413
version "1.3.0"
63606414
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -7932,6 +7986,13 @@ semver@^7.3.2:
79327986
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
79337987
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
79347988

7989+
semver@^7.3.5:
7990+
version "7.3.5"
7991+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
7992+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
7993+
dependencies:
7994+
lru-cache "^6.0.0"
7995+
79357996
semver@~7.1.1:
79367997
version "7.1.3"
79377998
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
@@ -9435,6 +9496,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
94359496
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
94369497
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
94379498

9499+
yallist@^4.0.0:
9500+
version "4.0.0"
9501+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
9502+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
9503+
94389504
yaml@^1.7.2:
94399505
version "1.10.0"
94409506
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"

0 commit comments

Comments
 (0)