@dpuse/dpuse-shared 0.3.593 → 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 +11 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Data Positioning Shared Library
2
2
 
3
- <span><!-- OWASP_BADGES_START -->[![OWASP](https://img.shields.io/badge/OWASP-passed-4CAF50)](https://data-positioning.github.io/dpuse-shared/dependency-check-reports/dependency-check-report.html)<!-- OWASP_BADGES_END --></span>
3
+ <span><!-- OWASP_BADGES_START -->
4
+ [![OWASP](https://img.shields.io/badge/OWASP-passed-4CAF50)](https://dpuse.github.io/dpuse-shared/dependency-check-reports/dependency-check-report.html)
5
+
6
+ <!-- OWASP_BADGES_END --></span>
7
+
4
8
  [![npm version](https://img.shields.io/npm/v/@dpuse/dpuse-shared.svg)](https://www.npmjs.com/package/@dpuse/dpuse-shared)
5
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
6
10
 
@@ -20,7 +24,7 @@ npm install @dpuse/dpuse-shared
20
24
 
21
25
  This package provides constants, errors, types/interfaces and utilities used by Data Positioning modules.
22
26
 
23
- [Documentation](https://data-positioning.github.io/dpuse-shared/docs/typedoc/index.html)
27
+ [Documentation](https://dpuse.github.io/dpuse-shared/docs/typedoc/index.html)
24
28
 
25
29
  ### Modules
26
30
 
@@ -100,19 +104,19 @@ let connectorConfig: ConnectorConfig;
100
104
  getComponentStatus('alpha');
101
105
  ```
102
106
 
103
- 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).
104
108
 
105
109
  ## Bundle Analysis Reports
106
110
 
107
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`.
108
112
 
109
- [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)
110
114
 
111
115
  ## Dependency Check Report
112
116
 
113
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.
114
118
 
115
- [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)
116
120
 
117
121
  ## Dependency Licenses
118
122
 
@@ -122,11 +126,8 @@ The following table lists top-level production and peer dependencies. All these
122
126
 
123
127
  <!-- DEPENDENCY_LICENSES_START -->
124
128
 
125
- | Name | Type | Installed | Latest | Latest Released | Deps | Document |
126
- | :-------- | :--- | :-------: | :----: | :----------------------- | ---: | :-------------------------------------------------------------------------------- |
127
- | csv-parse | MIT | 6.1.0 | 6.1.0 | 5 months ago: 2025-07-16 | 0 | ⚠️ No license file |
128
- | date-fns | MIT | 4.1.0 | 4.1.0 | 4 months ago: 2025-08-03 | 0 | [LICENSE.md](https://raw.githubusercontent.com/date-fns/date-fns/main/LICENSE.md) |
129
- | nanoid | MIT | 5.1.6 | 5.1.6 | 2 months ago: 2025-09-22 | 0 | [LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE) |
129
+ | Name | Type | Installed | Latest | Latest Released | Deps | Document |
130
+ | :--- | :--- | :-------: | :----: | :-------------- | ---: | :------- |
130
131
 
131
132
  <!-- DEPENDENCY_LICENSES_END -->
132
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dpuse/dpuse-shared",
3
- "version": "0.3.593",
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>",