mdmodels-core 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -192,25 +192,25 @@ const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
192
192
 
193
193
  const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
194
194
 
195
- export function __wbindgen_error_new(arg0, arg1) {
196
- const ret = new Error(getStringFromWasm0(arg0, arg1));
195
+ export function __wbindgen_string_new(arg0, arg1) {
196
+ const ret = getStringFromWasm0(arg0, arg1);
197
197
  return ret;
198
198
  };
199
199
 
200
+ export function __wbg_log_fc0eddb5caa343af(arg0, arg1) {
201
+ console.log(getStringFromWasm0(arg0, arg1));
202
+ };
203
+
200
204
  export function __wbindgen_number_new(arg0) {
201
205
  const ret = arg0;
202
206
  return ret;
203
207
  };
204
208
 
205
- export function __wbindgen_string_new(arg0, arg1) {
206
- const ret = getStringFromWasm0(arg0, arg1);
209
+ export function __wbindgen_error_new(arg0, arg1) {
210
+ const ret = new Error(getStringFromWasm0(arg0, arg1));
207
211
  return ret;
208
212
  };
209
213
 
210
- export function __wbg_log_babdc861f1e14f89(arg0, arg1) {
211
- console.log(getStringFromWasm0(arg0, arg1));
212
- };
213
-
214
214
  export function __wbindgen_is_string(arg0) {
215
215
  const ret = typeof(arg0) === 'string';
216
216
  return ret;
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Jan Range <jan.range@simtech.uni-stuttgart.de>"
6
6
  ],
7
7
  "description": "A tool to generate models, code and schemas from markdown files",
8
- "version": "0.1.3",
8
+ "version": "0.1.5",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",