Skip to content

Commit

Permalink
versions incremented; modules published
Browse files Browse the repository at this point in the history
sanoel committed Mar 23, 2024
1 parent a08fd86 commit 8de7d84
Showing 5 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions convert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modusjs/convert",
"packageManager": "yarn@3.2.1",
"version": "1.0.0",
"version": "1.0.1",
"description": "Universal library for interacting with Modus XML files",
"type": "module",
"comment1": "dist/node/index.js is normal output of tsc, used for node",
@@ -37,9 +37,6 @@
"author": "Aaron Ault <aultac@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@modusjs/examples": "workspace:^",
"@modusjs/industry": "workspace:^",
"@modusjs/units": "workspace:^",
"@oada/formats": "^3.5.3",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-dynamic-import-vars": "^2.0.1",
@@ -67,6 +64,9 @@
},
"dependencies": {
"@lhncbc/ucum-lhc": "^4.1.6",
"@modusjs/examples": "workspace:^",
"@modusjs/industry": "workspace:^",
"@modusjs/units": "workspace:^",
"@oada/types": "^3.5.3",
"@overleaf/o-error": "^3.4.0",
"@types/geojson": "^7946.0.10",
3 changes: 1 addition & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modusjs/examples",
"packageManager": "yarn@3.2.1",
"version": "0.1.0",
"version": "1.0.0",
"description": "Directly import-able examples of soil tests, centered around Modus",
"type": "module",
"comment1": "Import files from the examples folder directly",
@@ -30,7 +30,6 @@
"nodemon": "^2.0.20"
},
"dependencies": {
"@modusjs/convert": "workspace:^",
"json-pointer": "^0.6.2",
"typescript": "^4.7.4"
}
2 changes: 1 addition & 1 deletion industry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modusjs/industry",
"packageManager": "yarn@3.2.1",
"version": "0.1.0",
"version": "1.0.1",
"description": "Utilize industry data export as a database behind this tool.",
"type": "module",
"publishConfig": {
6 changes: 3 additions & 3 deletions units/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modusjs/units",
"packageManager": "yarn@3.2.1",
"version": "0.0.1",
"version": "1.0.0",
"description": "Universal library for interacting with Modus XML files",
"type": "module",
"comment1": "dist/node/index.js is normal output of tsc, used for node",
@@ -36,8 +36,6 @@
"author": "Aaron Ault <aultac@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@modusjs/examples": "workspace:^",
"@modusjs/industry": "workspace:^",
"@oada/formats": "^3.5.3",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-json": "^5.0.0",
@@ -62,6 +60,8 @@
},
"dependencies": {
"@lhncbc/ucum-lhc": "^4.1.6",
"@modusjs/examples": "workspace:^",
"@modusjs/industry": "workspace:^",
"@oada/types": "^3.5.3",
"@overleaf/o-error": "^3.4.0",
"chalk": "^4.0.0",
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
@@ -875,7 +875,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@modusjs/examples@workspace:examples"
dependencies:
"@modusjs/convert": "workspace:^"
"@types/json-pointer": ^1.0.31
concurrently: ^7.4.0
json-pointer: ^0.6.2

0 comments on commit 8de7d84

Please sign in to comment.