Skip to content

Commit

Permalink
Chore/ new alpha (#162)
Browse files Browse the repository at this point in the history
* chore: release new alpha

* Chore/ Only use productive dependencies for audit (#163)
  • Loading branch information
sebbi08 committed Jun 18, 2024
1 parent 9dacd8d commit b3dcedf
Show file tree
Hide file tree
Showing 8 changed files with 467 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .ci/runChecks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ npm run build:node
npm run lint:eslint
npm run lint:prettier
npx -ws license-check
npx better-npm-audit audit --exclude 1096302
npx better-npm-audit audit -p --exclude 1096302
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/app-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/app-runtime",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "The App Runtime",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"@types/luxon": "^3.4.2"
},
"peerDependencies": {
"@nmshd/runtime": "^5.0.0-alpha.1"
"@nmshd/runtime": "^5.0.0-alpha.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/consumption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/consumption",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "The consumption library extends the transport library.",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/content",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "The content library defines data structures that can be transmitted using the transport library.",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/runtime",
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"description": "The enmeshed client runtime.",
"homepage": "https://enmeshed.eu",
"repository": {
Expand Down Expand Up @@ -56,10 +56,10 @@
"@js-soft/logging-abstractions": "^1.0.1",
"@js-soft/ts-serval": "2.0.10",
"@js-soft/ts-utils": "^2.3.3",
"@nmshd/consumption": "5.0.0-alpha.1",
"@nmshd/content": "5.0.0-alpha.1",
"@nmshd/consumption": "5.0.0-alpha.2",
"@nmshd/content": "5.0.0-alpha.2",
"@nmshd/crypto": "2.0.6",
"@nmshd/transport": "5.0.0-alpha.1",
"@nmshd/transport": "5.0.0-alpha.2",
"ajv": "^8.16.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
Expand Down
Loading

0 comments on commit b3dcedf

Please sign in to comment.