@digicatapult/dtdl-parser
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"mainAssemblyName": "DTDLParserJSInterop.dll", | ||
"resources": { | ||
"hash": "sha256-pS2isxsHeDi3zNtNpTkvz56+EitA16di1WMyupkkbBI=", | ||
"hash": "sha256-TCb+gdR4wD9I5Ho3Cfz2AEySad5W57YKQQn3y82dkU4=", | ||
"jsModuleNative": { | ||
@@ -184,6 +184,6 @@ "dotnet.native.js": "sha256-79LdZogK41buIci0KtOWmQvQc2swMI3jvDQCoN23NBM=" | ||
"System.Private.CoreLib.wasm": "sha256-pklll63uFQoY6vaD3vbluS9osYiJWLLLmob1yHFgepI=", | ||
"DTDLParserJSInterop.wasm": "sha256-TgZBZ8steA3llk7NE8rGQvzlh5c6+Y7VaqvkuUjc1/g=" | ||
"DTDLParserJSInterop.wasm": "sha256-s2HRbKevr+9HNtqfgQqcb4wtap0lhibEu+mEHv+gpPo=" | ||
}, | ||
"pdb": { | ||
"DTDLParserJSInterop.pdb": "sha256-ySOOWsKiqmgdLPRxWO6IhseZBSt39He+ph+zlcl6qMk=" | ||
"DTDLParserJSInterop.pdb": "sha256-/RowHo8egn7n/kS6BPLbcWjE/cssFY5Yzy1B40xBELE=" | ||
}, | ||
@@ -190,0 +190,0 @@ "vfs": { |
{ | ||
"name": "@digicatapult/dtdl-parser", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "JS tool to parse DTDL defined Ontologies", | ||
"main": "build/index.js", | ||
"main": "build/src/index.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "NODE_ENV=test ./node_modules/.bin/mocha --config ./test/mocharc.json ./src/**/*.test.ts", | ||
"build": "swc ./src ./package.json -d build --strip-leading-paths --copy-files && npm run interop:build", | ||
"build": "swc ./src ./package.json -d build --copy-files && npm run interop:build", | ||
"interop:debug": "dotnet build interop", | ||
@@ -11,0 +11,0 @@ "interop:build": "dotnet build interop --configuration Release", |
{ | ||
"name": "@digicatapult/dtdl-parser", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "JS tool to parse DTDL defined Ontologies", | ||
"main": "build/index.js", | ||
"main": "build/src/index.js", | ||
"type": "module", | ||
"scripts": { | ||
"test": "NODE_ENV=test ./node_modules/.bin/mocha --config ./test/mocharc.json ./src/**/*.test.ts", | ||
"build": "swc ./src ./package.json -d build --strip-leading-paths --copy-files && npm run interop:build", | ||
"build": "swc ./src ./package.json -d build --copy-files && npm run interop:build", | ||
"interop:debug": "dotnet build interop", | ||
@@ -11,0 +11,0 @@ "interop:build": "dotnet build interop --configuration Release", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23942224