@dotcom-tool-kit/node 1.2.0 → 1.2.1
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/tasks/node.d.ts +1 -1
- package/lib/tasks/node.d.ts.map +1 -1
- package/lib/tasks/node.js +2 -2
- package/package.json +5 -6
package/lib/tasks/node.d.ts
CHANGED
package/lib/tasks/node.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../src/tasks/node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"node.d.ts","sourceRoot":"","sources":["../../src/tasks/node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAA;AAC7C,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAA;AAQhF,MAAM,CAAC,OAAO,OAAO,IAAK,SAAQ,IAAI,CAAC,OAAO,UAAU,CAAC;IACvD,MAAM,CAAC,WAAW,SAAK;IAEvB,MAAM,CAAC,cAAc,EAAE,WAAW,CAEjC;IAEK,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;CAmC3B"}
|
package/lib/tasks/node.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
const
|
|
4
|
+
const types_1 = require("@dotcom-tool-kit/types");
|
|
5
5
|
const error_1 = require("@dotcom-tool-kit/error");
|
|
6
6
|
const child_process_1 = require("child_process");
|
|
7
7
|
const vault_1 = require("@dotcom-tool-kit/vault");
|
|
8
8
|
const state_1 = require("@dotcom-tool-kit/state");
|
|
9
9
|
const get_port_1 = (0, tslib_1.__importDefault)(require("get-port"));
|
|
10
10
|
const wait_port_1 = (0, tslib_1.__importDefault)(require("wait-port"));
|
|
11
|
-
class Node extends
|
|
11
|
+
class Node extends types_1.Task {
|
|
12
12
|
async run() {
|
|
13
13
|
const { entry } = this.options;
|
|
14
14
|
const vault = new vault_1.VaultEnvVars({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/node",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -10,11 +10,10 @@
|
|
|
10
10
|
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@dotcom-tool-kit/error": "^1.2.
|
|
14
|
-
"@dotcom-tool-kit/state": "^1.2.
|
|
15
|
-
"@dotcom-tool-kit/
|
|
16
|
-
"@dotcom-tool-kit/
|
|
17
|
-
"@dotcom-tool-kit/vault": "^1.2.0",
|
|
13
|
+
"@dotcom-tool-kit/error": "^1.2.1",
|
|
14
|
+
"@dotcom-tool-kit/state": "^1.2.1",
|
|
15
|
+
"@dotcom-tool-kit/types": "^1.2.1",
|
|
16
|
+
"@dotcom-tool-kit/vault": "^1.2.1",
|
|
18
17
|
"get-port": "^5.1.1",
|
|
19
18
|
"wait-port": "^0.2.9"
|
|
20
19
|
},
|