@kronos-integration/service 10.4.27 → 10.4.28

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -296,6 +296,7 @@ Emits a serviceStateChanged event to the owner.
296
296
 
297
297
  #### Parameters
298
298
 
299
+ * `origin`
299
300
  * `oldState` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
300
301
  * `newState` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
301
302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service",
3
- "version": "10.4.27",
3
+ "version": "10.4.28",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,7 +34,7 @@
34
34
  "loglevel-mixin": "^6.1.4",
35
35
  "model-attributes": "^4.1.18",
36
36
  "remove-sensible-values": "^1.0.16",
37
- "statetransition-mixin": "^8.0.0"
37
+ "statetransition-mixin": "^8.0.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "ava": "^4.3.1",