miolo-model 3.0.0-beta.166 → 3.0.0-beta.167

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miolo-model",
3
- "version": "3.0.0-beta.166",
3
+ "version": "3.0.0-beta.167",
4
4
  "description": "Data models for miolo world",
5
5
  "author": "Donato Lorenzo <donato@afialapis.com>",
6
6
  "contributors": [
package/src/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  import MioloArray from "./MioloArray.mjs"
2
2
  import MioloModel from "./MioloModel.mjs"
3
3
 
4
- export { MioloModel, MioloArray }
4
+ export { MioloArray, MioloModel }