Skip to content

Commit 95ee8d5

Browse files
committed
chore: bump 5.1.0
1 parent d2ce669 commit 95ee8d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "system-runtime",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [

src/system/system-runtime.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "system-runtime",
33
"master": false,
4-
"version": "5.0.1",
4+
"version": "5.1.0",
55
"description": "System Runtime",
66
"schemas": {
77
"1ac07185641fa9f": {
@@ -379,7 +379,7 @@
379379
"type": "string",
380380
"readOnly": true,
381381
"mandatory": true,
382-
"default": "5.0.1"
382+
"default": "5.1.0"
383383
},
384384
"system": {
385385
"params": [{ "name": "params", "type": "any", "mandatory": false }],
@@ -967,7 +967,7 @@
967967
"_Database": { "db": { "_id": "db" } },
968968
"_Logger": { "logger": { "_id": "logger", "level": "warn" } },
969969
"_Metamodel": { "metamodel": { "_id": "metamodel" } },
970-
"_Runtime": { "runtime": { "_id": "runtime", "version": "5.0.1" } },
970+
"_Runtime": { "runtime": { "_id": "runtime", "version": "5.1.0" } },
971971
"_History": { "history": { "_id": "history" } }
972972
},
973973
"_id": "e89c617b6b15d24"

0 commit comments

Comments
 (0)