@dotcom-tool-kit/circleci-npm 5.2.8 → 5.2.10

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/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/circleci-npm",
3
- "version": "5.2.8",
3
+ "version": "5.2.10",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  "dependencies": {
13
13
  "@dotcom-tool-kit/types": "^3.4.1",
14
14
  "@dotcom-tool-kit/circleci": "^5.3.8",
15
- "@dotcom-tool-kit/npm": "^3.1.6",
15
+ "@dotcom-tool-kit/npm": "^3.2.1",
16
16
  "tslib": "^2.3.1"
17
17
  },
18
18
  "repository": {
package/readme.md CHANGED
@@ -37,7 +37,7 @@ If you have the automated comment `# CONFIG GENERATED BY DOTCOM-TOOL-KIT, DO NOT
37
37
 
38
38
  ### Adding to a custom CircleCI `config.yml`
39
39
 
40
- If you don't have the automated comment in your `config.yml` and therefore choose to add the tool-kit/publish job manually, (1) copy and paste the below code snippet and (2) add the tags filter to the rest of the tool-kit jobs (you may refer to dotcom-tool-kit/core/sandbox/.circleci/config.yml as an example for this)
40
+ If you don't have the automated comment in your `config.yml` and therefore choose to add the tool-kit/publish job manually, (1) copy and paste the below code snippet and (2) add the tags filter to the rest of the tool-kit jobs:
41
41
 
42
42
  ```yaml
43
43
  - tool-kit/publish: