@datapos/datapos-development 0.3.215 → 0.3.218

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.
package/README.md CHANGED
@@ -64,9 +64,10 @@ The OWASP Dependency Check Report identifies known vulnerabilities in project de
64
64
 
65
65
  ### Dependency Licenses
66
66
 
67
- 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. If a dependence has no license then it is treated as ?????
67
+ 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. If a dependence has no license then it is treated as ????? Used to support development activity and nor released as part of the production release. Check if you clone.
68
68
 
69
69
  <!-- DEPENDENCY_LICENSES_START -->
70
+
70
71
  | Name | Type | Installed | Latest | Latest Modified |
71
72
  | :---------------------- | :----------: | :-------: | :-----: | :----------------------- |
72
73
  | @datapos/datapos-shared | MIT | 0.3.255 | 0.3.255 | 2025-11-29T17:16:07.774Z |
@@ -75,6 +76,7 @@ The following table lists top-level production and peer dependencies. All these
75
76
  | acorn-walk | MIT | 8.3.4 | 8.3.4 | 2024-09-09T08:40:59.131Z |
76
77
  | dotenv | BSD-2-Clause | 17.2.3 | 17.2.3 | 2025-09-29T23:22:21.769Z |
77
78
  | zod | MIT | 4.1.13 | 4.1.13 | 2025-11-24T02:38:31.522Z |
79
+
78
80
  <!-- DEPENDENCY_LICENSES_END -->
79
81
 
80
82
  ### Bundle Analysis Report
@@ -93,10 +95,9 @@ For detailed implementation, see the `scripts` section in the `package.json` fil
93
95
  | audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
94
96
  | build | alt+ctrl+shift+b | Build the package using Vite. Output to '/dist' directory. |
95
97
  | check | alt+ctrl+shift+c | Identify outdated dependencies using npm `outdated` and `npm-check-updates` with option to install latest versions. Also runs `retire` scanner. |
96
- | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [LICENSES.json](./LICENSES.json). |
98
+ | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [licenses.json](./licenses.json). |
97
99
  | format | alt+ctrl+shift+f | Use `prettier` to enforce formatting style rules. |
98
100
  | lint | alt+ctrl+shift+l | Use `eslint` to check the code for potential errors and enforces coding style rules. |
99
- | publish | alt+ctrl+shift+p | Publish the package to `npm`. |
100
101
  | release | alt+ctrl+shift+r | Bump version, build library, synchronise with `GitHub` and publish to `npm`. |
101
102
  | sync:withGitHub | alt+ctrl+shift+s | Synchronise local repository with the main GitHub repository. |
102
103
  | test | alt+ctrl+shift+t | ❌ Not implemented. |
@@ -105,7 +106,6 @@ For detailed implementation, see the `scripts` section in the `package.json` fil
105
106
  ## TODO
106
107
 
107
108
  1. Enhance `uploadDirectoryToR2`to batch upload files so more efficient and performant.
108
- 1. Implement zod to validate config schemas.
109
109
 
110
110
  ## License
111
111