@driveflux/fab 2.3.1 → 2.3.2
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/dist/build.d.ts.map +1 -1
- package/dist/build.js +4 -5
- package/package.json +1 -1
package/dist/build.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../src/build.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EACX,WAAW,EACX,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,MAAM,YAAY,CAAA;AAGnB,eAAO,MAAM,KAAK,gBACJ,UAAU,GAAG,YAAY,GAAG;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,kBAiBxD,CAAA;AAED,eAAO,MAAM,YAAY,gBAAuB,mBAAmB,kBAmClE,CAAA;AAED,eAAO,MAAM,UAAU,gBAAuB,WAAW,
|
|
1
|
+
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../src/build.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,KAAK,EACX,WAAW,EACX,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,MAAM,YAAY,CAAA;AAGnB,eAAO,MAAM,KAAK,gBACJ,UAAU,GAAG,YAAY,GAAG;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,kBAiBxD,CAAA;AAED,eAAO,MAAM,YAAY,gBAAuB,mBAAmB,kBAmClE,CAAA;AAED,eAAO,MAAM,UAAU,gBAAuB,WAAW,kBAYxD,CAAA;AAED,eAAO,MAAM,QAAQ,gBAAuB,eAAe,kBA4B1D,CAAA"}
|
package/dist/build.js
CHANGED
|
@@ -295,22 +295,21 @@ export var copyVerbatim = /*#__PURE__*/ function() {
|
|
|
295
295
|
}();
|
|
296
296
|
export var buildTypes = /*#__PURE__*/ function() {
|
|
297
297
|
var _ref = _async_to_generator(function(rawOptions) {
|
|
298
|
-
var options,
|
|
298
|
+
var options, now;
|
|
299
299
|
return _ts_generator(this, function(_state) {
|
|
300
300
|
switch(_state.label){
|
|
301
301
|
case 0:
|
|
302
302
|
options = merge({}, getDefaultOptions(), rawOptions);
|
|
303
|
-
tsProject = path.resolve(options.cwd, 'tsconfig.json');
|
|
304
303
|
now = performance.now();
|
|
305
304
|
return [
|
|
306
305
|
4,
|
|
307
306
|
runCommand('pnpm', [
|
|
308
307
|
'tsc',
|
|
309
|
-
'--project',
|
|
310
|
-
tsProject,
|
|
311
308
|
'--emitDeclarationOnly',
|
|
312
309
|
'--declarationMap'
|
|
313
|
-
]
|
|
310
|
+
], {
|
|
311
|
+
cwd: options.cwd
|
|
312
|
+
})
|
|
314
313
|
];
|
|
315
314
|
case 1:
|
|
316
315
|
_state.sent();
|