@kubb/core
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -219,7 +219,2 @@ import { Options } from 'prettier'; | ||
declare namespace Plugins { | ||
interface Context { | ||
} | ||
} | ||
export { Api, Argument0, BuildContext, Cache, ConfigEnv, EmitFile, EmittedFile, Emitter, FileEmitter, Id, Listener, LogLevel, LogType, Plugin, PluginContext, PluginDriver, PluginFactory, PluginLifecycle, PluginLifecycleHooks, PluginName, PluginOptions, Plugins, Schema, SerializablePluginCache, TransformResult, UserConfig, UserConfigExport, UserConfigFn, ValidationResult, WithPromise, build, createPlugin, createPluginCache, createQueue, build as default, defineConfig, format, formatOptions, getPluginContext, getRelativePath, hooks, isPromise, write }; | ||
export { Api, Argument0, BuildContext, Cache, ConfigEnv, EmitFile, EmittedFile, Emitter, FileEmitter, Id, Listener, LogLevel, LogType, Plugin, PluginContext, PluginDriver, PluginFactory, PluginLifecycle, PluginLifecycleHooks, PluginName, PluginOptions, Schema, SerializablePluginCache, TransformResult, UserConfig, UserConfigExport, UserConfigFn, ValidationResult, WithPromise, build, createPlugin, createPluginCache, createQueue, build as default, defineConfig, format, formatOptions, getPluginContext, getRelativePath, hooks, isPromise, write }; |
{ | ||
"name": "@kubb/core", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "Generator core", | ||
@@ -23,15 +23,6 @@ "repository": { | ||
"default": "./dist/index.js" | ||
}, | ||
"./ast": { | ||
"import": "./dist/ast/index.mjs", | ||
"module": "./dist/ast/index.mjs", | ||
"default": "./dist/ast/index.js" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"ast": [ | ||
"./types/ast/index.d.ts" | ||
] | ||
} | ||
"*": {} | ||
}, | ||
@@ -46,10 +37,9 @@ "files": [ | ||
"change-case": "^4.1.2", | ||
"fs-extra": "^11.0.0", | ||
"prettier": "^2.8.0", | ||
"talt": "^2.4.0", | ||
"typescript": "^4.9.3" | ||
"fs-extra": "^11.1.0", | ||
"prettier": "^2.8.1", | ||
"typescript": "^4.9.4" | ||
}, | ||
"devDependencies": { | ||
"@types/fs-extra": "^9.0.13", | ||
"openapi-types": "^12.0.2", | ||
"openapi-types": "^12.1.0", | ||
"tsup": "^6.5.0" | ||
@@ -56,0 +46,0 @@ }, |
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
4
106505
9
1155
- Removedtalt@^2.4.0
- Removedtalt@2.4.4(transitive)
Updatedfs-extra@^11.1.0
Updatedprettier@^2.8.1
Updatedtypescript@^4.9.4