Skip to content

Commit cfcf705

Browse files
committed
Bump v1.9.6
1 parent 4c837cb commit cfcf705

File tree

7 files changed

+16
-40
lines changed

7 files changed

+16
-40
lines changed

bower.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": "1.9.5",
3+
"version": "1.9.6",
44
"description": "A JavaScript library that runs systems",
55
"license": "Apache-2.0",
66
"homepage": "https://designfirst.io/systemruntime/",

build/system-runtime.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@
18131813
"_id": "15ab1112e81b1b4",
18141814
"component": "RuntimeDatabase",
18151815
"state": "system",
1816-
"action": "function system(system) {\n return $db.system(system);\n}",
1816+
"action": "function system(system) {\n var result = '';\n \n if (system) {\n result = $db.system(system);\n this.require(result).state('active');\n } else {\n result = $db.system();\n }\n return result;\n}",
18171817
"core": true,
18181818
"useCoreAPI": true
18191819
},
@@ -1973,14 +1973,6 @@
19731973
"useCoreAPI": false,
19741974
"core": true
19751975
},
1976-
"15643114f31bf40": {
1977-
"_id": "15643114f31bf40",
1978-
"component": "RuntimeSystemOSGi",
1979-
"state": "state",
1980-
"action": "function state(value) { \n if (this.require('logger')) {\n\t this.require('logger').debug('the state of the system \\'' + this.name() + '\\' is now \\'' + value + '\\'');\n }\t\n}",
1981-
"useCoreAPI": false,
1982-
"core": true
1983-
},
19841976
"19cf317d7217331": {
19851977
"_id": "19cf317d7217331",
19861978
"component": "RuntimeOSGi",
@@ -2015,7 +2007,7 @@
20152007
"Runtime": {
20162008
"runtime": {
20172009
"_id": "runtime",
2018-
"version": "1.9.5"
2010+
"version": "1.9.6"
20192011
}
20202012
},
20212013
"RuntimeDatabase": {
@@ -2042,7 +2034,7 @@
20422034
}
20432035
},
20442036
"name": "system-runtime",
2045-
"version": "1.9.5",
2037+
"version": "1.9.6",
20462038
"description": "System Runtime",
20472039
"_id": "e89c617b6b15d24",
20482040
"master": false,

build/system/system.js

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ var system = {
17371737
"_id": "15ab1112e81b1b4",
17381738
"component": "RuntimeDatabase",
17391739
"state": "system",
1740-
"action": "function system(system) {\n return $db.system(system);\n}",
1740+
"action": "function system(system) {\n var result = '';\n \n if (system) {\n result = $db.system(system);\n this.require(result).state('active');\n } else {\n result = $db.system();\n }\n return result;\n}",
17411741
"core": true,
17421742
"useCoreAPI": true
17431743
},
@@ -1897,14 +1897,6 @@ var system = {
18971897
"useCoreAPI": false,
18981898
"core": true
18991899
},
1900-
"15643114f31bf40": {
1901-
"_id": "15643114f31bf40",
1902-
"component": "RuntimeSystemOSGi",
1903-
"state": "state",
1904-
"action": "function state(value) { \n if (this.require('logger')) {\n\t this.require('logger').debug('the state of the system \\'' + this.name() + '\\' is now \\'' + value + '\\'');\n }\t\n}",
1905-
"useCoreAPI": false,
1906-
"core": true
1907-
},
19081900
"19cf317d7217331": {
19091901
"_id": "19cf317d7217331",
19101902
"component": "RuntimeOSGi",
@@ -1939,7 +1931,7 @@ var system = {
19391931
"Runtime": {
19401932
"runtime": {
19411933
"_id": "runtime",
1942-
"version": "1.9.5"
1934+
"version": "1.9.6"
19431935
}
19441936
},
19451937
"RuntimeDatabase": {
@@ -1966,7 +1958,7 @@ var system = {
19661958
}
19671959
},
19681960
"name": "system-runtime",
1969-
"version": "1.9.5",
1961+
"version": "1.9.6",
19701962
"description": "System Runtime",
19711963
"_id": "e89c617b6b15d24",
19721964
"master": false,

dist/system-runtime.js

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

dist/system-runtime.min.js

Lines changed: 3 additions & 3 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": "1.9.5",
3+
"version": "1.9.6",
44
"description": "A JavaScript library that runs systems",
55
"homepage": "https://designfirst.io/systemruntime/",
66
"keywords": [

src/system/system-runtime.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)