Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pentops/j5-ts-generator-normalized-query-plugin

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pentops/j5-ts-generator-normalized-query-plugin - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

6

dist/plugin.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc