@springtree/eva-sdk-core-settings 2.0.1 → 2.0.2
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/CHANGELOG.md +8 -0
- package/lib/eva-sdk-core-settings.umd.js +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 2.0.2 (2021-11-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @springtree/eva-sdk-core-settings
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 2.0.1 (2021-09-23)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('pubsub-js')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define(['exports', 'pubsub-js'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.evaSdkCoreSettings = {}, global.pubsubJs));
|
|
5
|
-
}(this, (function (exports, pubsubJs) { 'use strict';
|
|
5
|
+
})(this, (function (exports, pubsubJs) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
// so subscribers can focus on a certain group of settings
|
|
79
79
|
//
|
|
80
80
|
if (currentValue !== setting) {
|
|
81
|
-
pubsubJs__default[
|
|
81
|
+
pubsubJs__default["default"].publish(`eva.setting.${change.group}.${change.name}`, change);
|
|
82
82
|
}
|
|
83
83
|
return change;
|
|
84
84
|
}
|
|
@@ -132,5 +132,5 @@
|
|
|
132
132
|
|
|
133
133
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
134
134
|
|
|
135
|
-
}))
|
|
135
|
+
}));
|
|
136
136
|
//# sourceMappingURL=eva-sdk-core-settings.umd.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@springtree/eva-sdk-core-settings",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "The shared settings repository implementation for the EVA SDK",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "SpringTree <info@springtree.nl>",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"typings": "lib/eva-sdk-core-settings.d.ts",
|
|
24
24
|
"private": false,
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "6424b18cbe6f14c3e21cb59971e8bf88d2c3f9e7",
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"pubsub-js": "^1.9.
|
|
27
|
+
"pubsub-js": "^1.9.4"
|
|
28
28
|
}
|
|
29
29
|
}
|