@datapos/datapos-shared 0.3.308 → 0.3.311

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 -7
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,6 +1,9 @@
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/datapos-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://data-positioning.github.io/datapos-shared/dependency-check-reports/dependency-check-report.html)
5
+ <!-- OWASP_BADGES_END --></span>
6
+
4
7
  [![npm version](https://img.shields.io/npm/v/@datapos/datapos-shared.svg)](https://www.npmjs.com/package/@datapos/datapos-shared)
5
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
6
9
 
@@ -119,12 +122,11 @@ The following table lists top-level production and peer dependencies. All these
119
122
  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.
120
123
 
121
124
  <!-- DEPENDENCY_LICENSES_START -->
122
-
123
- | Name | Type | Installed | Latest | Latest Update | Deps | Document |
124
- | :-------- | :--- | :-------: | :----: | :------------------------ | ---: | :-------------------------------------------------------------------------------- |
125
- | csv-parse | MIT | 6.1.0 | 6.1.0 | 4 months ago - 2025-07-16 | 0 | ⚠️ No license file |
126
- | 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) |
127
- | nanoid | MIT | 5.1.6 | 5.1.6 | 2 months ago - 2025-09-22 | 0 | [LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE) |
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)|
128
130
 
129
131
  <!-- DEPENDENCY_LICENSES_END -->
130
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.308",
3
+ "version": "0.3.311",
4
4
  "description": "A library containing common constants, types and utilities used across all Data Positioning projects.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",
@@ -33,11 +33,11 @@
33
33
  "nanoid": "^5.1.6"
34
34
  },
35
35
  "devDependencies": {
36
- "@datapos/datapos-development": "^0.3.307",
37
- "@types/node": "^24.10.2",
38
- "@typescript-eslint/eslint-plugin": "^8.49.0",
39
- "@typescript-eslint/parser": "^8.49.0",
40
- "eslint": "^9.39.1",
36
+ "@datapos/datapos-development": "^0.3.389",
37
+ "@types/node": "^25.0.3",
38
+ "@typescript-eslint/eslint-plugin": "^8.50.0",
39
+ "@typescript-eslint/parser": "^8.50.0",
40
+ "eslint": "^9.39.2",
41
41
  "eslint-plugin-import": "^2.32.0",
42
42
  "jiti": "^2.6.1",
43
43
  "license-downloader": "^1.3.3",
@@ -45,22 +45,22 @@
45
45
  "license-report-check": "^0.1.2",
46
46
  "license-report-recursive": "^6.8.2",
47
47
  "nanoid": "^5.1.6",
48
- "npm-check-updates": "^19.1.2",
48
+ "npm-check-updates": "^19.2.0",
49
49
  "owasp-dependency-check": "^1.0.0",
50
50
  "prettier": "^3.7.4",
51
51
  "rollup-plugin-visualizer": "^6.0.5",
52
52
  "typescript": "^5.9.3",
53
- "vite": "^7.2.7",
53
+ "vite": "^7.3.0",
54
54
  "vite-plugin-dts": "^4.5.4"
55
55
  },
56
56
  "scripts": {
57
- "audit": "node -e \"import('@datapos/datapos-development').then(m => m.auditDependencies())\"",
57
+ "audit": "op run --env-file=.env -- node -e \"import('@datapos/datapos-development').then(m => m.auditDependencies())\"",
58
58
  "build": "node -e \"import('@datapos/datapos-development').then(m => m.buildProject())\"",
59
59
  "check": "node -e \"import('@datapos/datapos-development').then(m => m.checkDependencies())\"",
60
- "document": "node -e \"import('@datapos/datapos-development').then(m => m.documentDependencies(['MIT']))\"",
60
+ "document": "op run --env-file=.env -- node -e \"import('@datapos/datapos-development').then(m => m.documentDependencies(['MIT']))\"",
61
61
  "format": "node -e \"import('@datapos/datapos-development').then(m => m.formatCode())\"",
62
62
  "lint": "node -e \"import('@datapos/datapos-development').then(m => m.lintCode())\"",
63
- "release": "node -e \"import('@datapos/datapos-development').then(m => m.releaseProject())\"",
63
+ "release": "op run --env-file=.env -- node -e \"import('@datapos/datapos-development').then(m => m.releaseProject())\"",
64
64
  "sync": "node -e \"import('@datapos/datapos-development').then(m => m.syncProjectWithGitHub())\"",
65
65
  "test": "node -e \"import('@datapos/datapos-development').then(m => m.testProject())\"",
66
66
  "update": "node -e \"import('@datapos/datapos-development').then(m => m.updateDataPosDependencies(['development']))\""