Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@langion/langion

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langion/langion - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+5
-0
dist/form/langion.form.d.ts

@@ -28,2 +28,7 @@ import * as consts from "./consts";

export interface EnumEntity extends Entity {
Extends: TypeEntity;
Modifiers: ModifierEntity;
Annotations: Record<string, AnnotationEntity>;
Implements: Record<string, TypeEntity>;
Variables: Record<string, VariableEntity>;
Items: Record<string, string>;

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

+1
-1
{
"name": "@langion/langion",
"version": "1.0.2",
"version": "1.0.3",
"description": "Langion format definition",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/Langion/langion#readme",

@@ -33,2 +33,7 @@ import * as consts from "./consts";

export interface EnumEntity extends Entity {
Extends: TypeEntity;
Modifiers: ModifierEntity;
Annotations: Record<string, AnnotationEntity>;
Implements: Record<string, TypeEntity>;
Variables: Record<string, VariableEntity>;
Items: Record<string, string>;

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