@dotcom-tool-kit/circleci-npm 4.0.2 → 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.
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
- package/readme.md +1 -1
package/lib/index.d.ts.map
CHANGED
|
@@ -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,
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/circleci-npm",
|
|
3
|
-
"version": "4.0
|
|
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.
|
|
14
|
-
"@dotcom-tool-kit/circleci": "^4.0.
|
|
15
|
-
"@dotcom-tool-kit/npm": "^2.0.
|
|
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 |
|