tsds-lib-test 1.13.11 → 1.13.12

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.
@@ -10,22 +10,23 @@ Object.defineProperty(exports, "default", {
10
10
  });
11
11
  var _path = /*#__PURE__*/ _interop_require_default(require("path"));
12
12
  var _fs = /*#__PURE__*/ _interop_require_default(require("fs"));
13
+ var _url = /*#__PURE__*/ _interop_require_default(require("url"));
13
14
  var _crossspawncb = /*#__PURE__*/ _interop_require_default(require("cross-spawn-cb"));
14
15
  var _mkdirpclassic = /*#__PURE__*/ _interop_require_default(require("mkdirp-classic"));
15
16
  var _queuecb = /*#__PURE__*/ _interop_require_default(require("queue-cb"));
16
17
  var _rimraf2 = /*#__PURE__*/ _interop_require_default(require("rimraf2"));
18
+ var _tsdslib = require("tsds-lib");
17
19
  function _interop_require_default(obj) {
18
20
  return obj && obj.__esModule ? obj : {
19
21
  default: obj
20
22
  };
21
23
  }
22
- function installGitRepo(repo, dest, options, callback) {
23
- if (typeof options === 'function') {
24
- callback = options;
25
- options = {};
26
- }
27
- options = options || {};
28
- console.log('installGitRepo', repo, dest);
24
+ var __dirname = _path.default.dirname(typeof __filename === 'undefined' ? _url.default.fileURLToPath(require("url").pathToFileURL(__filename).toString()) : __filename);
25
+ var major = +process.versions.node.split('.')[0];
26
+ var dist = _path.default.join(__dirname, '..', '..');
27
+ var version = major > 0 ? 'local' : 'stable';
28
+ var workerWrapper = (0, _tsdslib.wrapWorker)(_path.default.join(dist, 'cjs', 'lib', 'installGitRepo.cjs'));
29
+ function worker(repo, dest, options, callback) {
29
30
  // options.clean = true;
30
31
  function checkOrClean(dest, callback) {
31
32
  options.clean ? (0, _rimraf2.default)(dest, {
@@ -78,4 +79,12 @@ function installGitRepo(repo, dest, options, callback) {
78
79
  queue.await(callback);
79
80
  });
80
81
  }
82
+ function installGitRepo(repo, dest, options, callback) {
83
+ if (typeof options === 'function') {
84
+ callback = options;
85
+ options = {};
86
+ }
87
+ options = options || {};
88
+ version !== 'local' ? workerWrapper(version, repo, dest, options, callback) : worker(repo, dest, options, callback);
89
+ }
81
90
  /* CJS INTEROP */ if (exports.__esModule && exports.default) { try { Object.defineProperty(exports.default, '__esModule', { value: true }); for (var key in exports) { exports.default[key] = exports[key]; } } catch (_) {}; module.exports = exports.default; }
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-lib-test/src/lib/installGitRepo.ts"],"sourcesContent":["import path from 'path';\nimport fs from 'fs';\nimport spawn from 'cross-spawn-cb';\nimport mkdirp from 'mkdirp-classic';\nimport Queue from 'queue-cb';\nimport rimraf2 from 'rimraf2';\n\nexport default function installGitRepo(repo: string, dest: string, options, callback?) {\n if (typeof options === 'function') {\n callback = options;\n options = {};\n }\n options = options || {};\n console.log('installGitRepo', repo, dest);\n // options.clean = true;\n\n function checkOrClean(dest, callback) {\n options.clean ? rimraf2(dest, { disableGlob: true }, callback.bind(null, new Error('clone'))) : fs.stat(dest, callback);\n }\n\n checkOrClean(dest, (err) => {\n const queue = new Queue(1);\n queue.defer(mkdirp.bind(null, dest));\n\n // does not exist - clone\n if (err) {\n queue.defer(spawn.bind(null, 'git', ['clone', repo, path.basename(dest)], { cwd: path.dirname(dest), stdio: 'inherit' }));\n }\n // exists - reset git\n else {\n queue.defer(spawn.bind(null, 'git', ['clean', '-fd'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['reset', '--hard', 'HEAD'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['pull', '--rebase'], { cwd: dest, stdio: 'inherit' }));\n }\n\n queue.defer(spawn.bind(null, 'npm', ['install', '--silent'], { cwd: dest }));\n\n queue.await(callback);\n });\n}\n"],"names":["installGitRepo","repo","dest","options","callback","console","log","checkOrClean","clean","rimraf2","disableGlob","bind","Error","fs","stat","err","queue","Queue","defer","mkdirp","spawn","path","basename","cwd","dirname","stdio","await"],"mappings":";;;;+BAOA;;;eAAwBA;;;2DAPP;yDACF;mEACG;oEACC;8DACD;8DACE;;;;;;AAEL,SAASA,eAAeC,IAAY,EAAEC,IAAY,EAAEC,OAAO,EAAEC,QAAS;IACnF,IAAI,OAAOD,YAAY,YAAY;QACjCC,WAAWD;QACXA,UAAU,CAAC;IACb;IACAA,UAAUA,WAAW,CAAC;IACtBE,QAAQC,GAAG,CAAC,kBAAkBL,MAAMC;IACpC,wBAAwB;IAExB,SAASK,aAAaL,IAAI,EAAEE,QAAQ;QAClCD,QAAQK,KAAK,GAAGC,IAAAA,gBAAO,EAACP,MAAM;YAAEQ,aAAa;QAAK,GAAGN,SAASO,IAAI,CAAC,MAAM,IAAIC,MAAM,aAAaC,WAAE,CAACC,IAAI,CAACZ,MAAME;IAChH;IAEAG,aAAaL,MAAM,SAACa;QAClB,IAAMC,QAAQ,IAAIC,gBAAK,CAAC;QACxBD,MAAME,KAAK,CAACC,sBAAM,CAACR,IAAI,CAAC,MAAMT;QAE9B,yBAAyB;QACzB,IAAIa,KAAK;YACPC,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAASV;gBAAMoB,aAAI,CAACC,QAAQ,CAACpB;aAAM,EAAE;gBAAEqB,KAAKF,aAAI,CAACG,OAAO,CAACtB;gBAAOuB,OAAO;YAAU;QACxH,OAEK;YACHT,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;aAAM,EAAE;gBAAEY,KAAKrB;gBAAMuB,OAAO;YAAU;YACpFT,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;gBAAU;aAAO,EAAE;gBAAEY,KAAKrB;gBAAMuB,OAAO;YAAU;YAC/FT,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAQ;aAAW,EAAE;gBAAEY,KAAKrB;gBAAMuB,OAAO;YAAU;QAC1F;QAEAT,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;YAAC;YAAW;SAAW,EAAE;YAAEY,KAAKrB;QAAK;QAEzEc,MAAMU,KAAK,CAACtB;IACd;AACF"}
1
+ {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-lib-test/src/lib/installGitRepo.ts"],"sourcesContent":["import path from 'path';\nimport fs from 'fs';\nimport url from 'url';\nimport spawn from 'cross-spawn-cb';\nimport mkdirp from 'mkdirp-classic';\nimport Queue from 'queue-cb';\nimport rimraf2 from 'rimraf2';\nimport { wrapWorker } from 'tsds-lib';\n\nconst __dirname = path.dirname(typeof __filename === 'undefined' ? url.fileURLToPath(import.meta.url) : __filename);\nconst major = +process.versions.node.split('.')[0];\nconst dist = path.join(__dirname, '..', '..');\nconst version = major > 0 ? 'local' : 'stable';\nconst workerWrapper = wrapWorker(path.join(dist, 'cjs', 'lib', 'installGitRepo.cjs'));\n\nfunction worker(repo, dest, options, callback) {\n // options.clean = true;\n function checkOrClean(dest, callback) {\n options.clean ? rimraf2(dest, { disableGlob: true }, callback.bind(null, new Error('clone'))) : fs.stat(dest, callback);\n }\n\n checkOrClean(dest, (err) => {\n const queue = new Queue(1);\n queue.defer(mkdirp.bind(null, dest));\n\n // does not exist - clone\n if (err) {\n queue.defer(spawn.bind(null, 'git', ['clone', repo, path.basename(dest)], { cwd: path.dirname(dest), stdio: 'inherit' }));\n }\n // exists - reset git\n else {\n queue.defer(spawn.bind(null, 'git', ['clean', '-fd'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['reset', '--hard', 'HEAD'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['pull', '--rebase'], { cwd: dest, stdio: 'inherit' }));\n }\n\n queue.defer(spawn.bind(null, 'npm', ['install', '--silent'], { cwd: dest }));\n\n queue.await(callback);\n });\n}\n\nexport default function installGitRepo(repo: string, dest: string, options, callback?) {\n if (typeof options === 'function') {\n callback = options;\n options = {};\n }\n options = options || {};\n version !== 'local' ? workerWrapper(version, repo, dest, options, callback) : worker(repo, dest, options, callback);\n}\n"],"names":["installGitRepo","__dirname","path","dirname","__filename","url","fileURLToPath","major","process","versions","node","split","dist","join","version","workerWrapper","wrapWorker","worker","repo","dest","options","callback","checkOrClean","clean","rimraf2","disableGlob","bind","Error","fs","stat","err","queue","Queue","defer","mkdirp","spawn","basename","cwd","stdio","await"],"mappings":";;;;+BA0CA;;;eAAwBA;;;2DA1CP;yDACF;0DACC;mEACE;oEACC;8DACD;8DACE;uBACO;;;;;;AAE3B,IAAMC,YAAYC,aAAI,CAACC,OAAO,CAAC,OAAOC,eAAe,cAAcC,YAAG,CAACC,aAAa,CAAC,uDAAmBF;AACxG,IAAMG,QAAQ,CAACC,QAAQC,QAAQ,CAACC,IAAI,CAACC,KAAK,CAAC,IAAI,CAAC,EAAE;AAClD,IAAMC,OAAOV,aAAI,CAACW,IAAI,CAACZ,WAAW,MAAM;AACxC,IAAMa,UAAUP,QAAQ,IAAI,UAAU;AACtC,IAAMQ,gBAAgBC,IAAAA,mBAAU,EAACd,aAAI,CAACW,IAAI,CAACD,MAAM,OAAO,OAAO;AAE/D,SAASK,OAAOC,IAAI,EAAEC,IAAI,EAAEC,OAAO,EAAEC,QAAQ;IAC3C,wBAAwB;IACxB,SAASC,aAAaH,IAAI,EAAEE,QAAQ;QAClCD,QAAQG,KAAK,GAAGC,IAAAA,gBAAO,EAACL,MAAM;YAAEM,aAAa;QAAK,GAAGJ,SAASK,IAAI,CAAC,MAAM,IAAIC,MAAM,aAAaC,WAAE,CAACC,IAAI,CAACV,MAAME;IAChH;IAEAC,aAAaH,MAAM,SAACW;QAClB,IAAMC,QAAQ,IAAIC,gBAAK,CAAC;QACxBD,MAAME,KAAK,CAACC,sBAAM,CAACR,IAAI,CAAC,MAAMP;QAE9B,yBAAyB;QACzB,IAAIW,KAAK;YACPC,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAASR;gBAAMhB,aAAI,CAACkC,QAAQ,CAACjB;aAAM,EAAE;gBAAEkB,KAAKnC,aAAI,CAACC,OAAO,CAACgB;gBAAOmB,OAAO;YAAU;QACxH,OAEK;YACHP,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;aAAM,EAAE;gBAAEW,KAAKlB;gBAAMmB,OAAO;YAAU;YACpFP,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;gBAAU;aAAO,EAAE;gBAAEW,KAAKlB;gBAAMmB,OAAO;YAAU;YAC/FP,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAQ;aAAW,EAAE;gBAAEW,KAAKlB;gBAAMmB,OAAO;YAAU;QAC1F;QAEAP,MAAME,KAAK,CAACE,qBAAK,CAACT,IAAI,CAAC,MAAM,OAAO;YAAC;YAAW;SAAW,EAAE;YAAEW,KAAKlB;QAAK;QAEzEY,MAAMQ,KAAK,CAAClB;IACd;AACF;AAEe,SAASrB,eAAekB,IAAY,EAAEC,IAAY,EAAEC,OAAO,EAAEC,QAAS;IACnF,IAAI,OAAOD,YAAY,YAAY;QACjCC,WAAWD;QACXA,UAAU,CAAC;IACb;IACAA,UAAUA,WAAW,CAAC;IACtBN,YAAY,UAAUC,cAAcD,SAASI,MAAMC,MAAMC,SAASC,YAAYJ,OAAOC,MAAMC,MAAMC,SAASC;AAC5G"}
@@ -1,16 +1,17 @@
1
1
  import path from 'path';
2
2
  import fs from 'fs';
3
+ import url from 'url';
3
4
  import spawn from 'cross-spawn-cb';
4
5
  import mkdirp from 'mkdirp-classic';
5
6
  import Queue from 'queue-cb';
6
7
  import rimraf2 from 'rimraf2';
7
- export default function installGitRepo(repo, dest, options, callback) {
8
- if (typeof options === 'function') {
9
- callback = options;
10
- options = {};
11
- }
12
- options = options || {};
13
- console.log('installGitRepo', repo, dest);
8
+ import { wrapWorker } from 'tsds-lib';
9
+ const __dirname = path.dirname(typeof __filename === 'undefined' ? url.fileURLToPath(import.meta.url) : __filename);
10
+ const major = +process.versions.node.split('.')[0];
11
+ const dist = path.join(__dirname, '..', '..');
12
+ const version = major > 0 ? 'local' : 'stable';
13
+ const workerWrapper = wrapWorker(path.join(dist, 'cjs', 'lib', 'installGitRepo.cjs'));
14
+ function worker(repo, dest, options, callback) {
14
15
  // options.clean = true;
15
16
  function checkOrClean(dest, callback) {
16
17
  options.clean ? rimraf2(dest, {
@@ -63,3 +64,11 @@ export default function installGitRepo(repo, dest, options, callback) {
63
64
  queue.await(callback);
64
65
  });
65
66
  }
67
+ export default function installGitRepo(repo, dest, options, callback) {
68
+ if (typeof options === 'function') {
69
+ callback = options;
70
+ options = {};
71
+ }
72
+ options = options || {};
73
+ version !== 'local' ? workerWrapper(version, repo, dest, options, callback) : worker(repo, dest, options, callback);
74
+ }
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-lib-test/src/lib/installGitRepo.ts"],"sourcesContent":["import path from 'path';\nimport fs from 'fs';\nimport spawn from 'cross-spawn-cb';\nimport mkdirp from 'mkdirp-classic';\nimport Queue from 'queue-cb';\nimport rimraf2 from 'rimraf2';\n\nexport default function installGitRepo(repo: string, dest: string, options, callback?) {\n if (typeof options === 'function') {\n callback = options;\n options = {};\n }\n options = options || {};\n console.log('installGitRepo', repo, dest);\n // options.clean = true;\n\n function checkOrClean(dest, callback) {\n options.clean ? rimraf2(dest, { disableGlob: true }, callback.bind(null, new Error('clone'))) : fs.stat(dest, callback);\n }\n\n checkOrClean(dest, (err) => {\n const queue = new Queue(1);\n queue.defer(mkdirp.bind(null, dest));\n\n // does not exist - clone\n if (err) {\n queue.defer(spawn.bind(null, 'git', ['clone', repo, path.basename(dest)], { cwd: path.dirname(dest), stdio: 'inherit' }));\n }\n // exists - reset git\n else {\n queue.defer(spawn.bind(null, 'git', ['clean', '-fd'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['reset', '--hard', 'HEAD'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['pull', '--rebase'], { cwd: dest, stdio: 'inherit' }));\n }\n\n queue.defer(spawn.bind(null, 'npm', ['install', '--silent'], { cwd: dest }));\n\n queue.await(callback);\n });\n}\n"],"names":["path","fs","spawn","mkdirp","Queue","rimraf2","installGitRepo","repo","dest","options","callback","console","log","checkOrClean","clean","disableGlob","bind","Error","stat","err","queue","defer","basename","cwd","dirname","stdio","await"],"mappings":"AAAA,OAAOA,UAAU,OAAO;AACxB,OAAOC,QAAQ,KAAK;AACpB,OAAOC,WAAW,iBAAiB;AACnC,OAAOC,YAAY,iBAAiB;AACpC,OAAOC,WAAW,WAAW;AAC7B,OAAOC,aAAa,UAAU;AAE9B,eAAe,SAASC,eAAeC,IAAY,EAAEC,IAAY,EAAEC,OAAO,EAAEC,QAAS;IACnF,IAAI,OAAOD,YAAY,YAAY;QACjCC,WAAWD;QACXA,UAAU,CAAC;IACb;IACAA,UAAUA,WAAW,CAAC;IACtBE,QAAQC,GAAG,CAAC,kBAAkBL,MAAMC;IACpC,wBAAwB;IAExB,SAASK,aAAaL,IAAI,EAAEE,QAAQ;QAClCD,QAAQK,KAAK,GAAGT,QAAQG,MAAM;YAAEO,aAAa;QAAK,GAAGL,SAASM,IAAI,CAAC,MAAM,IAAIC,MAAM,aAAahB,GAAGiB,IAAI,CAACV,MAAME;IAChH;IAEAG,aAAaL,MAAM,CAACW;QAClB,MAAMC,QAAQ,IAAIhB,MAAM;QACxBgB,MAAMC,KAAK,CAAClB,OAAOa,IAAI,CAAC,MAAMR;QAE9B,yBAAyB;QACzB,IAAIW,KAAK;YACPC,MAAMC,KAAK,CAACnB,MAAMc,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAST;gBAAMP,KAAKsB,QAAQ,CAACd;aAAM,EAAE;gBAAEe,KAAKvB,KAAKwB,OAAO,CAAChB;gBAAOiB,OAAO;YAAU;QACxH,OAEK;YACHL,MAAMC,KAAK,CAACnB,MAAMc,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;aAAM,EAAE;gBAAEO,KAAKf;gBAAMiB,OAAO;YAAU;YACpFL,MAAMC,KAAK,CAACnB,MAAMc,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;gBAAU;aAAO,EAAE;gBAAEO,KAAKf;gBAAMiB,OAAO;YAAU;YAC/FL,MAAMC,KAAK,CAACnB,MAAMc,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAQ;aAAW,EAAE;gBAAEO,KAAKf;gBAAMiB,OAAO;YAAU;QAC1F;QAEAL,MAAMC,KAAK,CAACnB,MAAMc,IAAI,CAAC,MAAM,OAAO;YAAC;YAAW;SAAW,EAAE;YAAEO,KAAKf;QAAK;QAEzEY,MAAMM,KAAK,CAAChB;IACd;AACF"}
1
+ {"version":3,"sources":["/Users/kevin/Dev/OpenSource/typescript/ts-dev-stack/packages/tsds-lib-test/src/lib/installGitRepo.ts"],"sourcesContent":["import path from 'path';\nimport fs from 'fs';\nimport url from 'url';\nimport spawn from 'cross-spawn-cb';\nimport mkdirp from 'mkdirp-classic';\nimport Queue from 'queue-cb';\nimport rimraf2 from 'rimraf2';\nimport { wrapWorker } from 'tsds-lib';\n\nconst __dirname = path.dirname(typeof __filename === 'undefined' ? url.fileURLToPath(import.meta.url) : __filename);\nconst major = +process.versions.node.split('.')[0];\nconst dist = path.join(__dirname, '..', '..');\nconst version = major > 0 ? 'local' : 'stable';\nconst workerWrapper = wrapWorker(path.join(dist, 'cjs', 'lib', 'installGitRepo.cjs'));\n\nfunction worker(repo, dest, options, callback) {\n // options.clean = true;\n function checkOrClean(dest, callback) {\n options.clean ? rimraf2(dest, { disableGlob: true }, callback.bind(null, new Error('clone'))) : fs.stat(dest, callback);\n }\n\n checkOrClean(dest, (err) => {\n const queue = new Queue(1);\n queue.defer(mkdirp.bind(null, dest));\n\n // does not exist - clone\n if (err) {\n queue.defer(spawn.bind(null, 'git', ['clone', repo, path.basename(dest)], { cwd: path.dirname(dest), stdio: 'inherit' }));\n }\n // exists - reset git\n else {\n queue.defer(spawn.bind(null, 'git', ['clean', '-fd'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['reset', '--hard', 'HEAD'], { cwd: dest, stdio: 'inherit' }));\n queue.defer(spawn.bind(null, 'git', ['pull', '--rebase'], { cwd: dest, stdio: 'inherit' }));\n }\n\n queue.defer(spawn.bind(null, 'npm', ['install', '--silent'], { cwd: dest }));\n\n queue.await(callback);\n });\n}\n\nexport default function installGitRepo(repo: string, dest: string, options, callback?) {\n if (typeof options === 'function') {\n callback = options;\n options = {};\n }\n options = options || {};\n version !== 'local' ? workerWrapper(version, repo, dest, options, callback) : worker(repo, dest, options, callback);\n}\n"],"names":["path","fs","url","spawn","mkdirp","Queue","rimraf2","wrapWorker","__dirname","dirname","__filename","fileURLToPath","major","process","versions","node","split","dist","join","version","workerWrapper","worker","repo","dest","options","callback","checkOrClean","clean","disableGlob","bind","Error","stat","err","queue","defer","basename","cwd","stdio","await","installGitRepo"],"mappings":"AAAA,OAAOA,UAAU,OAAO;AACxB,OAAOC,QAAQ,KAAK;AACpB,OAAOC,SAAS,MAAM;AACtB,OAAOC,WAAW,iBAAiB;AACnC,OAAOC,YAAY,iBAAiB;AACpC,OAAOC,WAAW,WAAW;AAC7B,OAAOC,aAAa,UAAU;AAC9B,SAASC,UAAU,QAAQ,WAAW;AAEtC,MAAMC,YAAYR,KAAKS,OAAO,CAAC,OAAOC,eAAe,cAAcR,IAAIS,aAAa,CAAC,YAAYT,GAAG,IAAIQ;AACxG,MAAME,QAAQ,CAACC,QAAQC,QAAQ,CAACC,IAAI,CAACC,KAAK,CAAC,IAAI,CAAC,EAAE;AAClD,MAAMC,OAAOjB,KAAKkB,IAAI,CAACV,WAAW,MAAM;AACxC,MAAMW,UAAUP,QAAQ,IAAI,UAAU;AACtC,MAAMQ,gBAAgBb,WAAWP,KAAKkB,IAAI,CAACD,MAAM,OAAO,OAAO;AAE/D,SAASI,OAAOC,IAAI,EAAEC,IAAI,EAAEC,OAAO,EAAEC,QAAQ;IAC3C,wBAAwB;IACxB,SAASC,aAAaH,IAAI,EAAEE,QAAQ;QAClCD,QAAQG,KAAK,GAAGrB,QAAQiB,MAAM;YAAEK,aAAa;QAAK,GAAGH,SAASI,IAAI,CAAC,MAAM,IAAIC,MAAM,aAAa7B,GAAG8B,IAAI,CAACR,MAAME;IAChH;IAEAC,aAAaH,MAAM,CAACS;QAClB,MAAMC,QAAQ,IAAI5B,MAAM;QACxB4B,MAAMC,KAAK,CAAC9B,OAAOyB,IAAI,CAAC,MAAMN;QAE9B,yBAAyB;QACzB,IAAIS,KAAK;YACPC,MAAMC,KAAK,CAAC/B,MAAM0B,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAASP;gBAAMtB,KAAKmC,QAAQ,CAACZ;aAAM,EAAE;gBAAEa,KAAKpC,KAAKS,OAAO,CAACc;gBAAOc,OAAO;YAAU;QACxH,OAEK;YACHJ,MAAMC,KAAK,CAAC/B,MAAM0B,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;aAAM,EAAE;gBAAEO,KAAKb;gBAAMc,OAAO;YAAU;YACpFJ,MAAMC,KAAK,CAAC/B,MAAM0B,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAS;gBAAU;aAAO,EAAE;gBAAEO,KAAKb;gBAAMc,OAAO;YAAU;YAC/FJ,MAAMC,KAAK,CAAC/B,MAAM0B,IAAI,CAAC,MAAM,OAAO;gBAAC;gBAAQ;aAAW,EAAE;gBAAEO,KAAKb;gBAAMc,OAAO;YAAU;QAC1F;QAEAJ,MAAMC,KAAK,CAAC/B,MAAM0B,IAAI,CAAC,MAAM,OAAO;YAAC;YAAW;SAAW,EAAE;YAAEO,KAAKb;QAAK;QAEzEU,MAAMK,KAAK,CAACb;IACd;AACF;AAEA,eAAe,SAASc,eAAejB,IAAY,EAAEC,IAAY,EAAEC,OAAO,EAAEC,QAAS;IACnF,IAAI,OAAOD,YAAY,YAAY;QACjCC,WAAWD;QACXA,UAAU,CAAC;IACb;IACAA,UAAUA,WAAW,CAAC;IACtBL,YAAY,UAAUC,cAAcD,SAASG,MAAMC,MAAMC,SAASC,YAAYJ,OAAOC,MAAMC,MAAMC,SAASC;AAC5G"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsds-lib-test",
3
- "version": "1.13.11",
3
+ "version": "1.13.12",
4
4
  "description": "Development stack for TypeScript libraries",
5
5
  "keywords": [
6
6
  "dev",