hb-nb-tools 2.0.18 → 2.0.19

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
@@ -6,11 +6,16 @@
6
6
  "ebaauw"
7
7
  ],
8
8
  "license": "Apache-2.0",
9
- "version": "2.0.18",
9
+ "version": "2.0.19",
10
10
  "type": "module",
11
11
  "exports": {
12
12
  "./*": "./lib/*.js"
13
13
  },
14
+ "files": [
15
+ "index.js",
16
+ "lib",
17
+ "cli"
18
+ ],
14
19
  "keywords": [
15
20
  "nuki",
16
21
  "smart-lock",
@@ -24,7 +29,7 @@
24
29
  "node": "^24||^22||^20"
25
30
  },
26
31
  "dependencies": {
27
- "hb-lib-tools": "~2.2.12",
32
+ "hb-lib-tools": "~2.2.13",
28
33
  "tweetnacl": "~1.0.3"
29
34
  },
30
35
  "scripts": {
@@ -1,13 +0,0 @@
1
- # These are supported funding model platforms
2
-
3
- github: [ebaauw]
4
- patreon: # Replace with a single Patreon username
5
- open_collective: # Replace with a single Open Collective username
6
- ko_fi: # Replace with a single Ko-fi username
7
- tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
- community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
- liberapay: # Replace with a single Liberapay username
10
- issuehunt: # Replace with a single IssueHunt username
11
- otechie: # Replace with a single Otechie username
12
- lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13
- custom: ["https://www.paypal.me/ebaauw/EUR"]
package/jsdoc.json DELETED
@@ -1,21 +0,0 @@
1
- {
2
- "plugins": [
3
- "plugins/markdown"
4
- ],
5
- "rescurseDepth": 10,
6
- "source": {
7
- "include": [
8
- "README.md",
9
- "index.js",
10
- "lib",
11
- "cli",
12
- "node_modules/hb-lib-tools/lib/HttpClient.js"
13
- ]
14
- },
15
- "opts": {
16
- "recurse": true
17
- },
18
- "templates": {
19
- "monospaceLinks": true
20
- }
21
- }