collectronic
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -15,3 +15,5 @@ #!/usr/bin/env node | ||
const configPath = path.join(process.cwd(), `.config/collectronic.ts`); | ||
const localConfigExport = (await tsImport.load(configPath)).default; | ||
const localConfigExport = (await tsImport.load(configPath, { | ||
allowConfigurationWithComments: true, | ||
})).default; | ||
const localConfig = await localConfigExport.getConfig(); | ||
@@ -18,0 +20,0 @@ const config = (0, options_defaults_1.defaults)({ |
export declare const concatArrays: (objValue: any, srcValue: any) => any[] | undefined; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "collectronic", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"main": "dist/main.js", | ||
@@ -14,3 +14,3 @@ "types": "dist/main.d.ts", | ||
"options-defaults": "2.0.40", | ||
"ts-import": "4.0.0-beta.2", | ||
"ts-import": "4.0.0-beta.3", | ||
"tslib": "2.4.0" | ||
@@ -20,5 +20,5 @@ }, | ||
"@radrat-scripts/package": "2.0.46", | ||
"@radrat/cli": "3.0.0-beta.4", | ||
"@radrat/cli": "3.0.0-beta.5", | ||
"@types/lodash": "4.14.182", | ||
"@types/node": "16.11.41", | ||
"@types/node": "16.11.42", | ||
"typescript": "4.7.4" | ||
@@ -25,0 +25,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
31879
11
75
1
38
+ Addedts-import@4.0.0-beta.3(transitive)
- Removedoptions-defaults@2.0.39(transitive)
- Removedts-import@4.0.0-beta.2(transitive)
Updatedts-import@4.0.0-beta.3