@digicatapult/dtdl-parser
Advanced tools
Comparing version 0.0.38 to 0.0.39
{ | ||
"mainAssemblyName": "DTDLParserJSInterop.dll", | ||
"resources": { | ||
"hash": "sha256-Kx4iDteCLrDCqv6uRoS33YL/tNwnQEQ8CVYmahHTBsM=", | ||
"hash": "sha256-Jm2eYbr1M6klfWqAYwz1j9RXzRUSIVr5b6K+A5GH8gA=", | ||
"jsModuleNative": { | ||
@@ -184,6 +184,6 @@ "dotnet.native.js": "sha256-RJSaznnQfs61QDjr6yYHhnUwleZQ+VUSj2Luj18u2rA=" | ||
"System.Private.CoreLib.wasm": "sha256-6w3jYr0arcp8jnt4aeqh+AmqrLA6q7jl9rQYAwLzE0M=", | ||
"DTDLParserJSInterop.wasm": "sha256-f38XI6UTxJZe5xnkaSS+dt+sPntJPxFJ+qIHjKUlTZs=" | ||
"DTDLParserJSInterop.wasm": "sha256-0ypEdxZdTKEKRNyUgwVlKRr2iPMchyqDuPNkLvKobx8=" | ||
}, | ||
"pdb": { | ||
"DTDLParserJSInterop.pdb": "sha256-c9hsK0LhGy35szMkQYPeOKEe3YpYWlUZ+45OxfP0upk=" | ||
"DTDLParserJSInterop.pdb": "sha256-L09H/t/KBek6yQO31U4vdky+MbKSJ4nT6tABLBqrFC4=" | ||
}, | ||
@@ -190,0 +190,0 @@ "vfs": { |
{ | ||
"name": "@digicatapult/dtdl-parser", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "JS tool to parse DTDL defined Ontologies", | ||
@@ -50,6 +50,6 @@ "main": "build/index.js", | ||
"@swc/cli": "^0.5.1", | ||
"@swc/core": "^1.9.2", | ||
"@swc/core": "^1.9.3", | ||
"@types/chai": "^5.0.1", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.9.1", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.9.3", | ||
"@typescript-eslint/eslint-plugin": "^8.15.0", | ||
@@ -67,3 +67,3 @@ "@typescript-eslint/parser": "^8.15.0", | ||
"rimraf": "^6.0.1", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -70,0 +70,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23951639