spyne 0.19.0 → 0.19.1

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "spyne",
3
3
  "sideEffects": false,
4
- "version": "0.19.0",
4
+ "version": "0.19.1",
5
5
  "description": "Reactive Real-DOM Framework for Advanced Javascript applications",
6
6
  "main": "lib/spyne.min.js",
7
7
  "module": "src/spyne/spyne.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "keywords": [],
30
30
  "author": "Frank Batista",
31
- "license": "UNLICENSED",
31
+ "license": "LGPL",
32
32
  "devDependencies": {
33
33
  "chai": "^4.3.9",
34
34
  "chai-dom": "^1.11.0",
@@ -3,7 +3,7 @@ import {ViewStream} from './views/view-stream';
3
3
  import {SpyneAppProperties} from './utils/spyne-app-properties';
4
4
  import {deepMerge} from './utils/deep-merge';
5
5
  const _channels = new ChannelsMap();
6
- const version = '0.19.0';
6
+ const version = '0.19.1';
7
7
 
8
8
  class SpyneApplication {
9
9
  /**
@@ -41,7 +41,7 @@ class SpyneApplication {
41
41
  init(config = {}, testMode=false) {
42
42
  //this.channels = new ChannelsMap();
43
43
  /*!
44
- * Spyne 0.19.0
44
+ * Spyne 0.19.1
45
45
  * https://spynejs.org
46
46
  *
47
47
  * @license Copyright 2017-2021, Frank Batista, Relevant Context, LLC. All rights reserved.