@nmshd/consumption 3.7.0 → 3.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nmshd/consumption",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
4
4
  "description": "The consumption library extends the transport library.",
5
5
  "homepage": "https://enmeshed.eu",
6
6
  "repository": "github:nmshd/cns-consumption",
@@ -1,6 +0,0 @@
1
- import { TransportDataEvent } from "@nmshd/transport";
2
- import { LocalAttribute } from "../local/LocalAttribute";
3
- export declare class AttributeUpdatedEvent extends TransportDataEvent<LocalAttribute> {
4
- static readonly namespace = "consumption.attributeUpdated";
5
- constructor(eventTargetAddress: string, data: LocalAttribute);
6
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AttributeUpdatedEvent = void 0;
4
- const transport_1 = require("@nmshd/transport");
5
- class AttributeUpdatedEvent extends transport_1.TransportDataEvent {
6
- constructor(eventTargetAddress, data) {
7
- super(AttributeUpdatedEvent.namespace, eventTargetAddress, data);
8
- }
9
- }
10
- exports.AttributeUpdatedEvent = AttributeUpdatedEvent;
11
- AttributeUpdatedEvent.namespace = "consumption.attributeUpdated";
12
- //# sourceMappingURL=AttributeUpdatedEvent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AttributeUpdatedEvent.js","sourceRoot":"","sources":["../../../../src/modules/attributes/events/AttributeUpdatedEvent.ts"],"names":[],"mappings":";;;AAAA,gDAAqD;AAGrD,MAAa,qBAAsB,SAAQ,8BAAkC;IAGzE,YAAmB,kBAA0B,EAAE,IAAoB;QAC/D,KAAK,CAAC,qBAAqB,CAAC,SAAS,EAAE,kBAAkB,EAAE,IAAI,CAAC,CAAA;IACpE,CAAC;;AALL,sDAMC;AAL0B,+BAAS,GAAG,8BAA8B,CAAA"}