@kronos-integration/service-swarm 4.0.11 → 4.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
+ [![npm](https://img.shields.io/npm/v/@kronos-integration/service-swarm.svg)](https://www.npmjs.com/package/@kronos-integration/service-swarm)
1
2
  [![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
3
+ [![bundlejs](https://deno.bundlejs.com/?q=@kronos-integration/service-swarm\&badge=detailed)](https://bundlejs.com/?q=@kronos-integration/service-swarm)
4
+ [![downloads](http://img.shields.io/npm/dm/@kronos-integration/service-swarm.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/service-swarm)
2
5
  [![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/service-swarm.svg?style=flat-square)](https://github.com/Kronos-Integration/service-swarm/issues)
3
6
  [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FKronos-Integration%2Fservice-swarm%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/Kronos-Integration/service-swarm/goto)
4
7
  [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
5
8
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
6
9
  [![Known Vulnerabilities](https://snyk.io/test/github/Kronos-Integration/service-swarm/badge.svg)](https://snyk.io/test/github/Kronos-Integration/service-swarm)
7
- [![Coverage Status](https://coveralls.io/repos/Kronos-Integration/service-swarm/badge.svg)](https://coveralls.io/github/Kronos-Integration/service-swarm)
8
10
 
9
11
  # @kronos-integration/service-swarm
10
12
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-swarm",
3
- "version": "4.0.11",
3
+ "version": "4.0.13",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
7
7
  },
8
+ "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
8
9
  "exports": {
9
10
  ".": "./src/service-swarm.mjs"
10
11
  },
@@ -20,21 +21,21 @@
20
21
  "email": "markus.felten@gmx.de"
21
22
  }
22
23
  ],
23
- "license": "BSD-2-Clause",
24
+ "license": "0BSD",
24
25
  "scripts": {
25
26
  "test": "node --run test:ava",
26
27
  "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
27
28
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
28
- "docs": "documentation readme --section=API ./src/**/*.mjs",
29
+ "docs": "documentation readme --section=API ./src**/*.mjs",
29
30
  "lint": "node --run lint:docs",
30
- "lint:docs": "documentation lint ./src/**/*.mjs"
31
+ "lint:docs": "documentation lint ./src**/*.mjs"
31
32
  },
32
33
  "dependencies": {
33
- "@kronos-integration/endpoint": "^11.0.3",
34
- "@kronos-integration/service": "^15.0.1",
35
- "hyperswarm": "^4.15.1",
34
+ "@kronos-integration/endpoint": "^11.0.5",
35
+ "@kronos-integration/service": "^15.1.1",
36
+ "hyperswarm": "^4.16.0",
36
37
  "length-prefix-framed-stream": "^2.0.12",
37
- "pacc": "^5.0.0"
38
+ "pacc": "^5.2.0"
38
39
  },
39
40
  "devDependencies": {
40
41
  "@hyperswarm/dht": "^6.5.1",
@@ -45,7 +46,7 @@
45
46
  "semantic-release": "^25.0.2"
46
47
  },
47
48
  "engines": {
48
- "node": ">=24.11.1"
49
+ "node": ">=24.12.0"
49
50
  },
50
51
  "repository": {
51
52
  "type": "git",
@@ -60,6 +61,5 @@
60
61
  "arlac77/template-arlac77-github",
61
62
  "arlac77/template-kronos-component"
62
63
  ]
63
- },
64
- "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45"
64
+ }
65
65
  }