linny-r 1.1.17 → 1.1.18
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.
package/package.json
CHANGED
package/server.js
CHANGED
@@ -91,7 +91,7 @@ function getVersionInfo() {
|
|
91
91
|
info.latest = 0;
|
92
92
|
}
|
93
93
|
if(!info.latest) {
|
94
|
-
console.log(connectionErrorText('Could not connect to https://
|
94
|
+
console.log(connectionErrorText('Could not connect to https://registry.npmjs.org/'));
|
95
95
|
} else if(!info.up_to_date) {
|
96
96
|
console.log('UPDATE: Version ' + info.latest + ' was released on ' +
|
97
97
|
info.latest_time.toString());
|
@@ -8065,7 +8065,8 @@ class Repository {
|
|
8065
8065
|
if(include) {
|
8066
8066
|
// Include module into current model
|
8067
8067
|
REPOSITORY_BROWSER.promptForInclusion(
|
8068
|
-
this.name, this.module_names[n],
|
8068
|
+
this.name, this.module_names[n],
|
8069
|
+
parseXML(data.replace(/%23/g, '#')));
|
8069
8070
|
} else {
|
8070
8071
|
if(UI.loadModelFromXML(data)) {
|
8071
8072
|
UI.notify(`Model <tt>${this.module_names[n]}</tt> ` +
|