@datapos/datapos-shared 0.3.298 → 0.3.300

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 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -124,12 +124,16 @@ The OWASP Dependency Check Report identifies known vulnerabilities in project de
124
124
 
125
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 uploaded 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.
126
126
 
127
+ 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.
128
+
127
129
  <!-- DEPENDENCY_LICENSES_START -->
128
- | Name | Type | Installed | Latest | Latest Modified |
129
- | :-------- | :--: | :-------: | :----: | :----------------------- |
130
- | csv-parse | MIT | 6.1.0 | 6.1.0 | 2025-07-16T18:42:21.126Z |
131
- | date-fns | MIT | 4.1.0 | 4.1.0 | 2025-08-03T13:10:27.925Z |
132
- | nanoid | MIT | 5.1.6 | 5.1.6 | 2025-09-22T09:45:52.899Z |
130
+
131
+ | Name | Type | Installed | Latest | Latest Update | Deps | Document |
132
+ | :-------- | :--- | :-------: | :----: | :------------------------ | ---: | :-------------------------------------------------------------------------------- |
133
+ | csv-parse | MIT | 6.1.0 | 6.1.0 | 4 months ago - 2025-07-16 | 0 | ⚠️ No license file |
134
+ | 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) |
135
+ | nanoid | MIT | 5.1.6 | 5.1.6 | 2 months ago - 2025-09-22 | 0 | [LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE) |
136
+
133
137
  <!-- DEPENDENCY_LICENSES_END -->
134
138
 
135
139
  **Installed dependencies are kept up-to-date with latest releases.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.298",
3
+ "version": "0.3.300",
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,10 +33,10 @@
33
33
  "nanoid": "^5.1.6"
34
34
  },
35
35
  "devDependencies": {
36
- "@datapos/datapos-development": "^0.3.297",
37
- "@types/node": "^24.10.1",
38
- "@typescript-eslint/eslint-plugin": "^8.48.1",
39
- "@typescript-eslint/parser": "^8.48.1",
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
40
  "eslint": "^9.39.1",
41
41
  "eslint-plugin-import": "^2.32.0",
42
42
  "jiti": "^2.6.1",