@dotcom-tool-kit/circleci-npm 1.8.4-beta.1 → 1.8.4

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 CHANGED
@@ -1,6 +1,4 @@
1
1
  import CircleCiConfigHook from '@dotcom-tool-kit/circleci/lib/circleci-config';
2
- import NpmPublish from '@dotcom-tool-kit/npm/lib/tasks/npm-publish';
3
- export declare const tasks: (typeof NpmPublish)[];
4
2
  declare class PublishHook extends CircleCiConfigHook {
5
3
  job: string;
6
4
  jobOptions: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,+CAA+C,CAAA;AAC9E,OAAO,UAA2B,MAAM,4CAA4C,CAAA;AAEpF,eAAO,MAAM,KAAK,uBAAe,CAAA;AAEjC,cAAM,WAAY,SAAQ,kBAAkB;IAC1C,GAAG,SAAqB;IACxB,UAAU;;;;;;;;;;;MAOT;CACF;AAED,eAAO,MAAM,KAAK;;CAEjB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,+CAA+C,CAAA;AAG9E,cAAM,WAAY,SAAQ,kBAAkB;IAC1C,GAAG,SAAqB;IACxB,UAAU;;;;;;;;;;;MAOT;CACF;AAED,eAAO,MAAM,KAAK;;CAEjB,CAAA"}
package/lib/index.js CHANGED
@@ -1,10 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.hooks = exports.tasks = void 0;
3
+ exports.hooks = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  const circleci_config_1 = (0, tslib_1.__importDefault)(require("@dotcom-tool-kit/circleci/lib/circleci-config"));
6
- const npm_publish_1 = (0, tslib_1.__importStar)(require("@dotcom-tool-kit/npm/lib/tasks/npm-publish"));
7
- exports.tasks = [npm_publish_1.default];
6
+ const npm_1 = require("@dotcom-tool-kit/types/lib/npm");
8
7
  class PublishHook extends circleci_config_1.default {
9
8
  constructor() {
10
9
  super(...arguments);
@@ -14,7 +13,7 @@ class PublishHook extends circleci_config_1.default {
14
13
  requires: ['tool-kit/test'],
15
14
  filters: {
16
15
  branches: { ignore: '/.*/' },
17
- tags: { only: `${npm_publish_1.semVerRegex}` }
16
+ tags: { only: `${npm_1.semVerRegex}` }
18
17
  }
19
18
  };
20
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/circleci-npm",
3
- "version": "1.8.4-beta.1",
3
+ "version": "1.8.4",
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": "^1.8.4-beta.1",
14
- "@dotcom-tool-kit/circleci": "^1.8.4-beta.1",
15
- "@dotcom-tool-kit/npm": "^1.8.4-beta.1"
13
+ "@dotcom-tool-kit/types": "^1.8.4",
14
+ "@dotcom-tool-kit/circleci": "^1.8.4",
15
+ "@dotcom-tool-kit/npm": "^1.8.4"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",