@itentialopensource/adapter-mockdevice 2.2.5 → 2.2.6
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/coverage/adapter-mockdevice/adapter.js.html +1 -1
- package/coverage/adapter-mockdevice/index.html +1 -1
- package/coverage/adapter-mockdevice/utils/argParser.js.html +1 -1
- package/coverage/adapter-mockdevice/utils/index.html +1 -1
- package/coverage/adapter-mockdevice/utils/logger.js.html +1 -1
- package/coverage/index.html +1 -1
- package/package.json +2 -4
|
@@ -1597,7 +1597,7 @@ module.exports = MockDevice;
|
|
|
1597
1597
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1598
1598
|
Code coverage generated by
|
|
1599
1599
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1600
|
-
at 2025-10-
|
|
1600
|
+
at 2025-10-08T16:28:29.829Z
|
|
1601
1601
|
</div>
|
|
1602
1602
|
<script src="../prettify.js"></script>
|
|
1603
1603
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
104
|
-
at 2025-10-
|
|
104
|
+
at 2025-10-08T16:28:29.829Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -202,7 +202,7 @@ module.exports = { parseArgs };
|
|
|
202
202
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
203
203
|
Code coverage generated by
|
|
204
204
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
205
|
-
at 2025-10-
|
|
205
|
+
at 2025-10-08T16:28:29.829Z
|
|
206
206
|
</div>
|
|
207
207
|
<script src="../../prettify.js"></script>
|
|
208
208
|
<script>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2025-10-
|
|
119
|
+
at 2025-10-08T16:28:29.829Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|
|
122
122
|
<script>
|
|
@@ -148,7 +148,7 @@ module.exports = global.log;
|
|
|
148
148
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
149
|
Code coverage generated by
|
|
150
150
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
151
|
-
at 2025-10-
|
|
151
|
+
at 2025-10-08T16:28:29.829Z
|
|
152
152
|
</div>
|
|
153
153
|
<script src="../../prettify.js"></script>
|
|
154
154
|
<script>
|
package/coverage/index.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
117
117
|
Code coverage generated by
|
|
118
118
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
119
|
-
at 2025-10-
|
|
119
|
+
at 2025-10-08T16:28:29.829Z
|
|
120
120
|
</div>
|
|
121
121
|
<script src="prettify.js"></script>
|
|
122
122
|
<script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-mockdevice",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.6",
|
|
4
4
|
"description": "mock implementation of device broker",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -24,9 +24,7 @@
|
|
|
24
24
|
"lint:errors": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js --quiet",
|
|
25
25
|
"test:unit": "mocha test/unit/adapterTestUnit.js --LOG=error",
|
|
26
26
|
"test:cover": "nyc --reporter html --reporter text mocha --reporter dot test/*",
|
|
27
|
-
"test": "npm run test:unit"
|
|
28
|
-
"deploy": "npm publish --registry=https://registry.npmjs.org --access=public",
|
|
29
|
-
"build": "npm run deploy"
|
|
27
|
+
"test": "npm run test:unit"
|
|
30
28
|
},
|
|
31
29
|
"keywords": [
|
|
32
30
|
"Itential",
|