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

@luvio/generator-ts

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/generator-ts - npm Package Compare versions

Comparing version 5.13.1 to 5.14.0

3

dist/types/commands/__tests__/test-utils.d.ts

@@ -1,2 +0,2 @@

import { API, AuraController, AuraEndPoint, AuraOperation, BaseTypeRegistry, ConfigSchemaType, CacheStrategy, EndPoint, HttpMethod, ObjectType, Operation, Parameter, Payload, Property, QueryParameter, ReadOnlyTypeRegistry, Request, Response, ScalarType, Server, StatusCode, Type, TypeOfParameter } from '@luvio/model';
import { API, AuraController, AuraEndPoint, AuraOperation, BaseTypeRegistry, ConfigSchemaType, CacheStrategy, EndPoint, HttpMethod, ObjectType, Operation, Parameter, Payload, Property, QueryParameter, ReadOnlyTypeRegistry, Request, Response, ScalarType, Server, StatusCode, Type, TypeOfParameter, NilType } from '@luvio/model';
import { NamedLoggerService } from '@luvio/utils';

@@ -9,2 +9,3 @@ import { ImportableReference, NamedFileService, type Code } from '../../files';

export declare const SCALAR_TYPES: Record<string, ScalarType>;
export declare const NIL_TYPE: NilType;
export declare function assertObjectType(type: ObjectType, expectedProperties: Record<string, Property>): void;

@@ -11,0 +12,0 @@ export declare function assertFlattenedObjectType(actual: ObjectType, expected: ObjectType): void;

@@ -6,3 +6,3 @@ export type ImportableReference = ({

}) & {
exportedSymbol: string;
exportedSymbol?: string;
isType: boolean;

@@ -9,0 +9,0 @@ };

@@ -0,3 +1,3 @@

import { type NamedService, type ServiceDescriptor } from '@luvio/utils';
import { Code } from './code';
import type { NamedService, ServiceDescriptor } from '@luvio/utils';
/**

@@ -4,0 +4,0 @@ * Service that builds TypeScript source files.

{
"name": "@luvio/generator-ts",
"version": "5.13.1",
"version": "5.14.0",
"description": "Luvio TypeScript code generation",

@@ -20,15 +20,15 @@ "repository": {

"clean": "rm -rf dist",
"test": "jest --config jest.config.cjs",
"test:debug": "node --inspect-brk ../../../node_modules/jest/bin/jest.js --config ./jest.config.cjs --runInBand",
"test": "vitest run",
"watch": "yarn build --watch"
},
"dependencies": {
"@luvio/model": "5.13.1",
"@luvio/model": "5.14.0",
"@luvio/service-provisioner": "5.14.0",
"prettier": "^2.7.1"
},
"devDependencies": {
"@luvio/service-aura-network": "5.13.1",
"@luvio/service-broker": "5.13.1",
"@luvio/service-fetch-network": "5.13.1",
"@luvio/utils": "5.13.1",
"@luvio/service-aura-network": "5.14.0",
"@luvio/service-broker": "5.14.0",
"@luvio/service-fetch-network": "5.14.0",
"@luvio/utils": "5.14.0",
"memfs": "^3.4.13"

@@ -35,0 +35,0 @@ },

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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