@dotcom-tool-kit/circleci-npm 4.0.3 → 4.1.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAA6C,MAAM,+CAA+C,CAAA;AAEzG,cAAM,WAAY,SAAQ,kBAAkB;IAC1C,MAAM,CAAC,GAAG,SAAqB;IAC/B,MAAM,4HAUJ;CACH;AAED,eAAO,MAAM,KAAK;;CAEjB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAA6C,MAAM,+CAA+C,CAAA;AAEzG,cAAM,WAAY,SAAQ,kBAAkB;IAC1C,MAAM,CAAC,GAAG,SAAyB;IACnC,MAAM,4HAUJ;CACH;AAED,eAAO,MAAM,KAAK;;CAEjB,CAAA"}
package/lib/index.js CHANGED
@@ -19,7 +19,7 @@ class PublishHook extends circleci_config_1.default {
19
19
  });
20
20
  }
21
21
  }
22
- PublishHook.job = 'tool-kit/publish';
22
+ PublishHook.job = 'tool-kit/publish-tag';
23
23
  exports.hooks = {
24
24
  'publish:tag': PublishHook
25
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/circleci-npm",
3
- "version": "4.0.3",
3
+ "version": "4.1.0",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -10,9 +10,9 @@
10
10
  "author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dotcom-tool-kit/types": "^2.9.2",
14
- "@dotcom-tool-kit/circleci": "^4.0.3",
15
- "@dotcom-tool-kit/npm": "^2.0.16",
13
+ "@dotcom-tool-kit/types": "^2.10.0",
14
+ "@dotcom-tool-kit/circleci": "^4.0.4",
15
+ "@dotcom-tool-kit/npm": "^2.0.17",
16
16
  "tslib": "^2.3.1"
17
17
  },
18
18
  "repository": {
package/readme.md CHANGED
@@ -55,4 +55,4 @@ If you don't have the automated comment in your `config.yml` and therefore choos
55
55
 
56
56
  | Event | Description | Installed to...| Default tasks |
57
57
  |-|-|-|-|
58
- | `publish:tag` | Publishes the built package to the npm registry | `publish` job in `.circle/config.yml` | NpmPublish |
58
+ | `publish:tag` | Publishes the built package to the npm registry | `publish-tag` job in `.circle/config.yml` | NpmPublish |