@luvio/generator-ts
Advanced tools
Comparing version 5.13.1 to 5.14.0
@@ -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
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
348593
2569
3
+ Added@luvio/model@5.14.0(transitive)
+ Added@luvio/service-provisioner@5.14.0(transitive)
+ Added@luvio/utils@5.14.0(transitive)
- Removed@luvio/model@5.13.1(transitive)
Updated@luvio/model@5.14.0