@dpuse/dpuse-shared 0.3.594 → 0.3.595

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 +9 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  <span><!-- OWASP_BADGES_START -->
4
4
  [![OWASP](https://img.shields.io/badge/OWASP-passed-4CAF50)](https://dpuse.github.io/dpuse-shared/dependency-check-reports/dependency-check-report.html)
5
+
5
6
  <!-- OWASP_BADGES_END --></span>
7
+
6
8
  [![npm version](https://img.shields.io/npm/v/@dpuse/dpuse-shared.svg)](https://www.npmjs.com/package/@dpuse/dpuse-shared)
7
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
8
10
 
@@ -22,7 +24,7 @@ npm install @dpuse/dpuse-shared
22
24
 
23
25
  This package provides constants, errors, types/interfaces and utilities used by Data Positioning modules.
24
26
 
25
- [Documentation](https://data-positioning.github.io/dpuse-shared/docs/typedoc/index.html)
27
+ [Documentation](https://dpuse.github.io/dpuse-shared/docs/typedoc/index.html)
26
28
 
27
29
  ### Modules
28
30
 
@@ -102,19 +104,19 @@ let connectorConfig: ConnectorConfig;
102
104
  getComponentStatus('alpha');
103
105
  ```
104
106
 
105
- Implements the common Data Positioning repository management command set. For more information see [@dpuse/dpuse-development](https://github.com/data-positioning/dpuse-development).
107
+ Implements the common Data Positioning repository management command set. For more information see [@dpuse/dpuse-development](https://github.com/dpuse/dpuse-development).
106
108
 
107
109
  ## Bundle Analysis Reports
108
110
 
109
111
  The Bundle Analysis Report provides a detailed breakdown of the bundle's composition and module sizes, helping to identify which modules contribute most to the final build. It is generated automatically on each release using the npm package `rollup-plugin-visualizer`.
110
112
 
111
- [View the Bundle Analysis Report](https://data-positioning.github.io/dpuse-shared/stats.html)
113
+ [View the Bundle Analysis Report](https://dpuse.github.io/dpuse-shared/stats.html)
112
114
 
113
115
  ## Dependency Check Report
114
116
 
115
117
  The OWASP Dependency Check Report identifies known vulnerabilities in project dependencies. It is generated automatically on each release using the npm package [owasp-dependency-check](https://dependency-check.github.io/DependencyCheck/index.html). We also rely on GitHub Dependabot to continuously check for vulnerabilities across all dependencies.
116
118
 
117
- [View the OWASP Dependency Check Report](https://data-positioning.github.io/dpuse-shared/dependency-check-report.html)
119
+ [View the OWASP Dependency Check Report](https://dpuse.github.io/dpuse-shared/dependency-check-reports/dependency-check-report.html)
118
120
 
119
121
  ## Dependency Licenses
120
122
 
@@ -123,8 +125,9 @@ The following table lists top-level production and peer dependencies. All these
123
125
  The following table lists top-level production and peer dependencies. All these dependencies (including transitive ones) have been recursively verified to use Apache-2.0, BSD-2-Clause, CC0-1.0, or MIT—commercially friendly licenses with minimal restrictions. Developers cloning this repository should independently verify dev and optional dependencies; users of the published library are covered by these checks. We do not include unlicensed dependencies. Used to support development activity and not released as part of the production release. Check if you clone. We use the `npm` packages [license-report](https://www.npmjs.com/package/license-report), [license-report-check](https://www.npmjs.com/package/license-report-check) and [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) to identify dependency licenses.
124
126
 
125
127
  <!-- DEPENDENCY_LICENSES_START -->
126
- |Name|Type|Installed|Latest|Latest Released|Deps|Document|
127
- |:-|:-|:-:|:-:|:-|-:|:-|
128
+
129
+ | Name | Type | Installed | Latest | Latest Released | Deps | Document |
130
+ | :--- | :--- | :-------: | :----: | :-------------- | ---: | :------- |
128
131
 
129
132
  <!-- DEPENDENCY_LICENSES_END -->
130
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.594",
3
+ "version": "0.3.595",
4
4
  "description": "Common constants, types and utilities used across all DPUse projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",