spyne 0.22.3 → 0.22.4

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Spyne 0.22.3
2
+ * Spyne 0.22.4
3
3
  * https://spynejs.org
4
4
  *
5
5
  * @license
@@ -15,7 +15,7 @@
15
15
  */
16
16
 
17
17
  /*!
18
- * spynejs 0.22.3
18
+ * spynejs 0.22.4
19
19
  * https://spynejs.org
20
20
  * (c) 2017-present Frank Batista
21
21
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spyne",
3
- "version": "0.22.3",
3
+ "version": "0.22.4",
4
4
  "description": "Reactive Real-DOM Framework for Advanced Javascript applications",
5
5
  "sideEffects": true,
6
6
  "main": "./lib/spyne.esm.js",
@@ -41,7 +41,7 @@ class SpyneApplication {
41
41
  init(config = {}, testMode = false) {
42
42
  // this.channels = new ChannelsMap();
43
43
  /*!
44
- * Spyne 0.22.3
44
+ * Spyne 0.22.4
45
45
  * https://spynejs.org
46
46
  *
47
47
  * @license
@@ -54,7 +54,7 @@ export class DomElementTemplate {
54
54
  if (SpyneAppProperties.enableCMSProxies === true) {
55
55
  this.template = SpyneAppProperties.formatTemplateForProxyData(this.template)
56
56
  } else {
57
- this.template = DomElementTemplate.formatTemplateForProxyData(this.template)
57
+ console.warn('You need to be logged in to use the CMS Tools.')
58
58
  }
59
59
  }
60
60