@pentops/j5-ts-generator-normalized-query-plugin
Advanced tools
Comparing version 0.0.25 to 0.0.26
import { SourceFile, Statement, ts } from 'ts-morph'; | ||
import { GeneratedClientFunction, GeneratedImportPath, GeneratedSchema, Optional, ParsedAuthType, ParsedObject, ParsedObjectProperty, ParsedSchemaWithRef, PluginBase, PluginConfig, PluginFile, PluginFileGeneratorConfig, PluginFileReader } from '@pentops/jsonapi-jdef-ts-generator'; | ||
import { GeneratedClientFunction, GeneratedImportPath, GeneratedSchema, Optional, ParsedAuthType, ParsedObject, ParsedObjectProperty, ParsedSchemaWithRef, BasePlugin, PluginConfig, BasePluginFile, PluginFileGeneratorConfig, PluginFileReader } from '@pentops/jsonapi-jdef-ts-generator'; | ||
import { ReactQueryHookName } from './helpers'; | ||
@@ -43,3 +43,3 @@ export declare const pluginFileReader: PluginFileReader<SourceFile>; | ||
hookName: string; | ||
file: PluginFile<SourceFile>; | ||
file: BasePluginFile<SourceFile>; | ||
relatedEntity?: NormalizerEntity; | ||
@@ -110,3 +110,3 @@ responseEntity?: NormalizerEntity; | ||
}, 'entity' | 'hook' | 'statementConflictHandler'>; | ||
export declare class NormalizedQueryPlugin extends PluginBase<SourceFile, PluginFileGeneratorConfig<SourceFile>, NormalizedQueryPluginConfig> { | ||
export declare class NormalizedQueryPlugin extends BasePlugin<SourceFile, PluginFileGeneratorConfig<SourceFile>, NormalizedQueryPluginConfig, BasePluginFile<SourceFile, PluginFileGeneratorConfig<SourceFile>, NormalizedQueryPluginConfig>> { | ||
name: string; | ||
@@ -113,0 +113,0 @@ private static getPostBuildHook; |
{ | ||
"name": "@pentops/j5-ts-generator-normalized-query-plugin", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "", | ||
@@ -18,7 +18,7 @@ "main": "dist/index.js", | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^22.6.1", | ||
"@types/node": "^22.7.3", | ||
"jest": "^29.7.0", | ||
"normalizr": "^3.6.2", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.22.4", | ||
"rollup": "^4.22.5", | ||
"ts-jest": "^29.2.5", | ||
@@ -29,9 +29,9 @@ "tslib": "^2.7.0", | ||
"dependencies": { | ||
"@pentops/jsonapi-jdef-ts-generator": "^0.0.92", | ||
"@pentops/jsonapi-jdef-ts-generator": "^0.0.95", | ||
"change-case": "^5.4.4", | ||
"ts-morph": "^23.0.0", | ||
"ts-pattern": "^5.3.1" | ||
"ts-pattern": "^5.4.0" | ||
}, | ||
"peerDependencies": { | ||
"@pentops/jsonapi-jdef-ts-generator": ">=0.0.87 < 0.1.0", | ||
"@pentops/jsonapi-jdef-ts-generator": ">=0.0.95 < 0.1.0", | ||
"@pentops/normalized-query-cache": ">=0.0.1 < 0.1.0", | ||
@@ -38,0 +38,0 @@ "normalizr": ">=3.0.0 < 4.0.0" |
Sorry, the diff of this file is too big to display
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
1047987
+ Added@pentops/jsonapi-jdef-ts-generator@0.0.95(transitive)
- Removed@pentops/jsonapi-jdef-ts-generator@0.0.92(transitive)
Updatedts-pattern@^5.4.0