kmore-cli
Advanced tools
Comparing version 67.0.0 to 67.0.1
export * from './lib/index.js'; | ||
export * from './lib/types.js'; | ||
export type * from './lib/types.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './lib/index.js'; | ||
export * from './lib/types.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
import type { RunCmdArgs, FilePath } from './types.js'; | ||
import type { FilePath, RunCmdArgs } from './types.js'; | ||
export declare function runCmd(args: RunCmdArgs): Promise<FilePath[]>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -11,3 +11,2 @@ import { buildSource } from './transformer.js'; | ||
default: | ||
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions | ||
throw new Error(`invalid cmd: "${cmd}"`); | ||
@@ -14,0 +13,0 @@ } |
@@ -6,5 +6,5 @@ import assert from 'node:assert'; | ||
import { createSourceFile, transformCallExpressionToLiteralType, } from '@waiting/shared-types-dev'; | ||
import { from as ofrom, of, iif, tap, lastValueFrom } from 'rxjs'; | ||
import { map, mergeMap, filter } from 'rxjs/operators'; | ||
import { walk, EntryType } from 'rxwalker'; | ||
import { from as ofrom, iif, lastValueFrom, of, tap } from 'rxjs'; | ||
import { filter, map, mergeMap } from 'rxjs/operators'; | ||
import { EntryType, walk } from 'rxwalker'; | ||
import { CacheStrategy, tsconfigResolver } from 'tsconfig-resolver'; | ||
@@ -52,3 +52,2 @@ import { globalCallerFuncNameSet, initOptions } from './config.js'; | ||
for (const path of paths) { | ||
// eslint-disable-next-line no-await-in-loop | ||
const file = await buildFile(path, opts.project, options.format, opts.callerFuncNames); | ||
@@ -55,0 +54,0 @@ const file2 = file.trim(); |
{ | ||
"name": "kmore-cli", | ||
"author": "waiting", | ||
"version": "67.0.0", | ||
"version": "67.0.1", | ||
"description": "Command line to generate dicts from ts source files for kmore", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"@waiting/shared-types-dev": "^18.0.4", | ||
"kmore-types": "^67.0.0", | ||
"kmore-types": "^67.0.1", | ||
"minimist": "^1.2.8", | ||
@@ -88,3 +88,3 @@ "rxjs": "^7.8.1", | ||
}, | ||
"gitHead": "1e77d5aee9880854550a0bac9fd2bf4145b24aec" | ||
"gitHead": "3914d3e23d445481cd99ad58924d5c1c39814bf6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36226
510
Updatedkmore-types@^67.0.1