Skip to content

Commit 61d4561

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.0.3 [ci skip]
1 parent f115256 commit 61d4561

File tree

4 files changed

+15
-68
lines changed

4 files changed

+15
-68
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.0.3](https://github.com/salesforcecli/plugin-project/compare/v0.0.2...v0.0.3) (2021-06-08)
6+
57
### [0.0.2](https://github.com/salesforcecli/plugin-project/compare/v0.0.1...v0.0.2) (2021-06-08)
68

79
### 0.0.1 (2021-06-07)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ EXAMPLES
8686
sf project:deploy --remote
8787
```
8888

89-
_See code: [src/commands/project/deploy.ts](https://github.com/salesforcecli/plugin-project/blob/v0.0.1/src/commands/project/deploy.ts)_
89+
_See code: [src/commands/project/deploy.ts](https://github.com/salesforcecli/plugin-project/blob/v0.0.2/src/commands/project/deploy.ts)_
9090
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-project",
33
"description": "project commands for sf",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

yarn.lock

Lines changed: 11 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,13 +2695,6 @@ figures@^2.0.0:
26952695
dependencies:
26962696
escape-string-regexp "^1.0.5"
26972697

2698-
figures@^3.0.0:
2699-
version "3.2.0"
2700-
resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
2701-
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
2702-
dependencies:
2703-
escape-string-regexp "^1.0.5"
2704-
27052698
file-entry-cache@^6.0.1:
27062699
version "6.0.1"
27072700
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3054,26 +3047,26 @@ [email protected]:
30543047
once "^1.3.0"
30553048
path-is-absolute "^1.0.0"
30563049

3057-
glob@7.1.7, glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
3058-
version "7.1.7"
3059-
resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
3060-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
3050+
glob@^6.0.1:
3051+
version "6.0.4"
3052+
resolved "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
3053+
integrity sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=
30613054
dependencies:
3062-
fs.realpath "^1.0.0"
30633055
inflight "^1.0.4"
30643056
inherits "2"
3065-
minimatch "^3.0.4"
3057+
minimatch "2 || 3"
30663058
once "^1.3.0"
30673059
path-is-absolute "^1.0.0"
30683060

3069-
glob@^6.0.1:
3070-
version "6.0.4"
3071-
resolved "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
3072-
integrity sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=
3061+
glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
3062+
version "7.1.7"
3063+
resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
3064+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
30733065
dependencies:
3066+
fs.realpath "^1.0.0"
30743067
inflight "^1.0.4"
30753068
inherits "2"
3076-
minimatch "2 || 3"
3069+
minimatch "^3.0.4"
30773070
once "^1.3.0"
30783071
path-is-absolute "^1.0.0"
30793072

@@ -3836,13 +3829,6 @@ [email protected]:
38363829
dependencies:
38373830
argparse "^2.0.1"
38383831

3839-
3840-
version "4.1.0"
3841-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
3842-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
3843-
dependencies:
3844-
argparse "^2.0.1"
3845-
38463832
js-yaml@^3.13.1:
38473833
version "3.14.0"
38483834
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
@@ -4565,37 +4551,6 @@ mocha@^8.3.0:
45654551
yargs-parser "20.2.4"
45664552
yargs-unparser "2.0.0"
45674553

4568-
mocha@^9.0.0:
4569-
version "9.0.0"
4570-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.0.tgz#67ce848170cb6426f9e84c57e38376dc9017bab4"
4571-
integrity sha512-GRGG/q9bIaUkHJB9NL+KZNjDhMBHB30zW3bZW9qOiYr+QChyLjPzswaxFWkI1q6lGlSL28EQYzAi2vKWNkPx+g==
4572-
dependencies:
4573-
"@ungap/promise-all-settled" "1.1.2"
4574-
ansi-colors "4.1.1"
4575-
browser-stdout "1.3.1"
4576-
chokidar "3.5.1"
4577-
debug "4.3.1"
4578-
diff "5.0.0"
4579-
escape-string-regexp "4.0.0"
4580-
find-up "5.0.0"
4581-
glob "7.1.7"
4582-
growl "1.10.5"
4583-
he "1.2.0"
4584-
js-yaml "4.1.0"
4585-
log-symbols "4.1.0"
4586-
minimatch "3.0.4"
4587-
ms "2.1.3"
4588-
nanoid "3.1.23"
4589-
serialize-javascript "5.0.1"
4590-
strip-json-comments "3.1.1"
4591-
supports-color "8.1.1"
4592-
which "2.0.2"
4593-
wide-align "1.1.3"
4594-
workerpool "6.1.4"
4595-
yargs "16.2.0"
4596-
yargs-parser "20.2.4"
4597-
yargs-unparser "2.0.0"
4598-
45994554
mock-stdin@^1.0.0:
46004555
version "1.0.0"
46014556
resolved "https://registry.npmjs.org/mock-stdin/-/mock-stdin-1.0.0.tgz#efcfaf4b18077e14541742fd758b9cae4e5365ea"
@@ -4664,11 +4619,6 @@ [email protected]:
46644619
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
46654620
integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==
46664621

4667-
4668-
version "3.1.23"
4669-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
4670-
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
4671-
46724622
nanomatch@^1.2.9:
46734623
version "1.2.13"
46744624
resolved "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -6744,11 +6694,6 @@ [email protected]:
67446694
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz#a8e038b4c94569596852de7a8ea4228eefdeb37b"
67456695
integrity sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==
67466696

6747-
6748-
version "6.1.4"
6749-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.4.tgz#6a972b6df82e38d50248ee2820aa98e2d0ad3090"
6750-
integrity sha512-jGWPzsUqzkow8HoAvqaPWTUPCrlPJaJ5tY8Iz7n1uCz3tTp6s3CDG0FF1NsX42WNlkRSW6Mr+CDZGnNoSsKa7g==
6751-
67526697
wrap-ansi@^4.0.0:
67536698
version "4.0.0"
67546699
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-4.0.0.tgz#b3570d7c70156159a2d42be5cc942e957f7b1131"

0 commit comments

Comments
 (0)