Skip to content

Commit

Permalink
added export for slim to index.ts, version bump to v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aultac committed Jun 1, 2024
1 parent 99640da commit d4344ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"typescript": "^5.4.3",
"vite": "^5.2.7"
}
}
}
4 changes: 2 additions & 2 deletions convert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modusjs/convert",
"version": "1.0.7",
"version": "1.0.8",
"packageManager": "[email protected]",
"description": "Universal library for interacting with Modus XML files",
"type": "module",
Expand Down Expand Up @@ -94,4 +94,4 @@
"wicket": "^1.3.8",
"xlsx": "^0.18.5"
}
}
}
1 change: 1 addition & 0 deletions convert/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export * as json from './json.js';
export { ModusResult, assertModusResult, InputFile } from './json.js';
export { tree } from './tree.js'; // trellis tree
export { Slim, assertSlim } from './slim.js'
export * as slim from './slim.js'

// exported from the platform-specific code node/ and browser/
//export * as html from './html.js';

0 comments on commit d4344ec

Please sign in to comment.