@openxiot/xiot-core-spec-ts 0.0.12 → 0.0.13
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.
|
@@ -4,7 +4,7 @@ exports.NamespaceDefinitionCodec = void 0;
|
|
|
4
4
|
const NamespaceDefinition_1 = require("../../typedef/definition/NamespaceDefinition");
|
|
5
5
|
const Spec_1 = require("../../typedef/constant/Spec");
|
|
6
6
|
const DescriptionCodec_1 = require("./DescriptionCodec");
|
|
7
|
-
const Visibility_1 = require("
|
|
7
|
+
const Visibility_1 = require("../../typedef/visibility/Visibility");
|
|
8
8
|
class NamespaceDefinitionCodec {
|
|
9
9
|
static decodeArray(list) {
|
|
10
10
|
const array = [];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.NamespaceDefinition = void 0;
|
|
4
|
-
const Visibility_1 = require("
|
|
4
|
+
const Visibility_1 = require("../visibility/Visibility");
|
|
5
5
|
class NamespaceDefinition {
|
|
6
6
|
constructor(namespace, description) {
|
|
7
7
|
this.namespace = '';
|