@baklavajs/core
Advanced tools
Comparing version 1.1.1 to 1.1.2-next.5
@@ -0,0 +0,0 @@ import { NodeInterface } from "./nodeInterface"; |
@@ -0,0 +0,0 @@ import { Node } from "./node"; |
@@ -0,0 +0,0 @@ import { IBaklavaEvent, IHook } from "../../types"; |
export * from "./eventEmitter"; |
export default function generateId(): string; |
@@ -0,0 +0,0 @@ export * from "./events"; |
@@ -0,0 +0,0 @@ import { NodeInterface } from "./nodeInterface"; |
@@ -0,0 +0,0 @@ import { Node } from "./node"; |
@@ -0,0 +0,0 @@ import { IInterfaceState } from "../types/state"; |
@@ -0,0 +0,0 @@ import { INodeOption } from "../types/nodeOption"; |
@@ -0,0 +0,0 @@ import { INodeInterface } from "./nodeInterface"; |
@@ -0,0 +0,0 @@ import { IBaklavaEvent, IPreventableBaklavaEvent, IHook } from "./events"; |
@@ -0,0 +0,0 @@ import { INodeInterface } from "./nodeInterface"; |
@@ -0,0 +0,0 @@ export declare type TokenType = object | symbol; |
@@ -0,0 +0,0 @@ export * from "./connection"; |
@@ -0,0 +0,0 @@ import { IBaklavaEvent, IPreventableBaklavaEvent, IHook } from "./events"; |
@@ -0,0 +0,0 @@ import { INode } from "./node"; |
@@ -0,0 +0,0 @@ import { IBaklavaEvent, IPreventableBaklavaEvent } from "./events"; |
@@ -0,0 +0,0 @@ import { IEditor } from "./editor"; |
@@ -0,0 +0,0 @@ export interface IState extends Record<string, any> { |
{ | ||
"name": "@baklavajs/core", | ||
"version": "1.1.1", | ||
"version": "1.1.2-next.5+1c5afd5", | ||
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web", | ||
@@ -15,3 +15,4 @@ "author": "newcat <freddy.wagner@web.de>", | ||
"build": "webpack", | ||
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts\"" | ||
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts\"", | ||
"docs": "typedoc --json ../../docs/api/core.json" | ||
}, | ||
@@ -43,3 +44,3 @@ "repository": { | ||
}, | ||
"gitHead": "091bcc3b7c468269c01e0abd5dcfba19c2db840b" | ||
"gitHead": "1c5afd5cd17e70f0589a3688154b4f8c441051eb" | ||
} |
@@ -0,0 +0,0 @@ # `baklavajs-core` |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
42782
1
1