@haibun/core 1.13.4 → 1.13.5

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.
@@ -17,7 +17,7 @@ declare const TestSteps: {
17
17
  };
18
18
  named: {
19
19
  match: RegExp;
20
- action: ({ param }: TNamed) => Promise<import("../defs").TNotOKActionResult | import("../defs").TOKActionResult>;
20
+ action: ({ param }: TNamed) => Promise<import("../defs").TOKActionResult | import("../defs").TNotOKActionResult>;
21
21
  };
22
22
  throws: {
23
23
  gwta: string;
@@ -13,12 +13,12 @@ catch (e) {
13
13
  }
14
14
  for (const i in pkg.dependencies) {
15
15
  if (i.startsWith('@haibun/')) {
16
- (0, util_1.spawn)(['npm', 'link', i], '.');
16
+ (0, util_1.spawn)(['npm', 'link', i], process.cwd(), true);
17
17
  }
18
18
  }
19
19
  for (const i in pkg.devDependencies) {
20
20
  if (i.startsWith('@haibun/')) {
21
- (0, util_1.spawn)(['npm', 'link', i], '.');
21
+ (0, util_1.spawn)(['npm', 'link', i], process.cwd(), true);
22
22
  }
23
23
  }
24
24
  //# sourceMappingURL=link-packages.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"link-packages.js","sourceRoot":"","sources":["../src/link-packages.ts"],"names":[],"mappings":";;;AAEA,2BAAkC;AAClC,qCAAmC;AAEnC,IAAI,GAAG,CAAC;AACR,IAAI;IACA,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,IAAA,iBAAY,EAAC,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC;CAC3D;AAAC,OAAO,CAAC,EAAE;IACR,OAAO,CAAC,KAAK,CAAC,+BAA+B,CAAC,EAAE,CAAC,CAAC;IAClD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;CACnB;AAED,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,YAAY,EAAE;IAC9B,IAAI,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QAC1B,IAAA,YAAK,EAAC,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;KAClC;CACJ;AAED,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,eAAe,EAAE;IACjC,IAAI,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QAC1B,IAAA,YAAK,EAAC,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;KAClC;CACJ"}
1
+ {"version":3,"file":"link-packages.js","sourceRoot":"","sources":["../src/link-packages.ts"],"names":[],"mappings":";;;AAEA,2BAAkC;AAClC,qCAAmC;AAEnC,IAAI,GAAG,CAAC;AACR,IAAI;IACA,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,IAAA,iBAAY,EAAC,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC;CAC3D;AAAC,OAAO,CAAC,EAAE;IACR,OAAO,CAAC,KAAK,CAAC,+BAA+B,CAAC,EAAE,CAAC,CAAC;IAClD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;CACnB;AAED,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,YAAY,EAAE;IAC9B,IAAI,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QAC1B,IAAA,YAAK,EAAC,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC;KAClD;CACJ;AAED,KAAK,MAAM,CAAC,IAAI,GAAG,CAAC,eAAe,EAAE;IACjC,IAAI,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;QAC1B,IAAA,YAAK,EAAC,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,CAAC;KAClD;CACJ"}
@@ -10,7 +10,7 @@ declare const vars: {
10
10
  };
11
11
  ok: true;
12
12
  }>;
13
- isSet(what: string, orCond: string): import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult;
13
+ isSet(what: string, orCond: string): import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult;
14
14
  steps: {
15
15
  concat: {
16
16
  gwta: string;
@@ -44,12 +44,12 @@ declare const vars: {
44
44
  };
45
45
  is: {
46
46
  gwta: string;
47
- action: ({ what, value }: TNamed) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>;
47
+ action: ({ what, value }: TNamed) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>;
48
48
  };
49
49
  isSet: {
50
50
  gwta: string;
51
- action: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>;
52
- build: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TNotOKActionResult | import("../lib/defs").TOKActionResult>;
51
+ action: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>;
52
+ build: ({ what }: TNamed, vstep: TVStep) => Promise<import("../lib/defs").TOKActionResult | import("../lib/defs").TNotOKActionResult>;
53
53
  };
54
54
  background: {
55
55
  match: RegExp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haibun/core",
3
- "version": "1.13.4",
3
+ "version": "1.13.5",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "build/index.js",
@@ -30,4 +30,4 @@
30
30
  "dependencies": {
31
31
  "source-map-support": "^0.5.21"
32
32
  }
33
- }
33
+ }