@alchemist/dotnet
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -8,3 +8,3 @@ import { INode, INodeGroup, IProject, IProjectSerializer } from "@alchemist/core"; | ||
isNodeTypeData(typeData: any): boolean; | ||
deserialize(projectData: string): IProject; | ||
deserialize(projectData: string | object): IProject; | ||
abstract processNode(node: INode, nodeGroup: INodeGroup, project: IProject): void; | ||
@@ -11,0 +11,0 @@ abstract processNodeGroup(nodeGroup: INodeGroup, project: IProject): void; |
{ | ||
"name": "@alchemist/dotnet", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"main": "dist/index.js", | ||
@@ -20,3 +20,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@alchemist/core": "^0.5.2", | ||
"@alchemist/core": "^0.5.3", | ||
"@treacherous/core": "^0.17.7", | ||
@@ -23,0 +23,0 @@ "@treacherous/decorators": "^0.2.4", |
Sorry, the diff of this file is too big to display
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
16374188
3997
Updated@alchemist/core@^0.5.3