@genesislcap/ts-builder 14.408.0 → 14.409.0-FUI-2495.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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;yBAGrC,KAAK,YAAY;AAAvC,wBA6CE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;yBAGrC,KAAK,YAAY;AAAvC,wBA2CE"}
package/dist/index.js CHANGED
@@ -27,8 +27,7 @@ exports.default = (ctx) => tslib_1.__awaiter(void 0, void 0, void 0, function* (
27
27
  consola_1.default.log('\n@microsoft/api-extractor configuration detected');
28
28
  const extractor = yield (0, build_kit_1.resolveBin)('api-extractor', '@microsoft/api-extractor');
29
29
  (0, build_kit_1.run)(cwd, `${extractor} run --local`);
30
- const documenter = yield (0, build_kit_1.resolveBin)('api-documenter', '@microsoft/api-documenter');
31
- (0, build_kit_1.run)(cwd, `${documenter} markdown -i dist -o docs/api`);
30
+ // API docs markdown is generated in the docs repo from the published .api.json files.
32
31
  }
33
32
  if (cemAnalyzer) {
34
33
  consola_1.default.log('\n@custom-elements-manifest/analyzer configuration detected');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/ts-builder",
3
3
  "description": "Typescript builder",
4
- "version": "14.408.0",
4
+ "version": "14.409.0-FUI-2495.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@custom-elements-manifest/analyzer": "^0.8.2",
20
- "@genesislcap/build-kit": "14.408.0",
20
+ "@genesislcap/build-kit": "14.409.0-FUI-2495.1",
21
21
  "consola": "^3.0.2",
22
22
  "copyfiles": "^2.4.1",
23
23
  "pkg-types": "^1.0.2"
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "26b08831fd001b4ee95c8a0d3364a18c0ec4005b"
33
+ "gitHead": "1587391f8f98599f221c4fe75b20868382f73144"
34
34
  }
package/src/index.ts CHANGED
@@ -34,9 +34,7 @@ export default async (ctx: BuildContext) => {
34
34
  consola.log('\n@microsoft/api-extractor configuration detected');
35
35
  const extractor = await resolveBin('api-extractor', '@microsoft/api-extractor');
36
36
  run(cwd, `${extractor} run --local`);
37
-
38
- const documenter = await resolveBin('api-documenter', '@microsoft/api-documenter');
39
- run(cwd, `${documenter} markdown -i dist -o docs/api`);
37
+ // API docs markdown is generated in the docs repo from the published .api.json files.
40
38
  }
41
39
 
42
40
  if (cemAnalyzer) {