@datapos/datapos-development 0.3.194 → 0.3.215
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 +10 -10
- package/dist/datapos-development.es.js +7752 -7637
- package/dist/types/src/index.d.ts +9 -7
- package/dist/types/src/operations/auditDependencies.d.ts +13 -0
- package/dist/types/src/operations/checkDependencies.d.ts +5 -0
- package/dist/types/src/operations/documentDependencies.d.ts +5 -0
- package/dist/types/src/operations/formatCode.d.ts +5 -0
- package/dist/types/src/operations/lintCode.d.ts +5 -0
- package/dist/types/src/operations/manageArtifact.d.ts +8 -0
- package/dist/types/src/operations/test.d.ts +2 -0
- package/dist/types/src/operations/updateDataPosDependencies.d.ts +5 -0
- package/dist/types/src/utilities.d.ts +14 -0
- package/dist/types/tests/index.test.d.ts +0 -4
- package/package.json +13 -25
- package/dist/types/src/connector.d.ts +0 -55
- package/dist/types/src/schema.d.ts +0 -46
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Data Positioning Development Library
|
|
2
2
|
|
|
3
3
|
[](https://sonarcloud.io/summary/new_code?id=data-positioning_datapos-development)
|
|
4
|
-
<span><!--
|
|
4
|
+
<span><!-- OWASP_BADGES_START -->[](https://data-positioning.github.io/test-lib/dependency-check-reports/dependency-check-report.html)<!-- OWASP_BADGES_END --></span>
|
|
5
5
|
[](https://www.npmjs.com/package/@datapos/datapos-development)
|
|
6
6
|
[](./LICENSE)
|
|
7
7
|
|
|
@@ -64,17 +64,17 @@ 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, 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.
|
|
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 ?????
|
|
68
68
|
|
|
69
69
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
70
|
-
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
| acorn
|
|
75
|
-
| acorn-
|
|
76
|
-
|
|
|
77
|
-
|
|
70
|
+
| Name | Type | Installed | Latest | Latest Modified |
|
|
71
|
+
| :---------------------- | :----------: | :-------: | :-----: | :----------------------- |
|
|
72
|
+
| @datapos/datapos-shared | MIT | 0.3.255 | 0.3.255 | 2025-11-29T17:16:07.774Z |
|
|
73
|
+
| acorn | MIT | 8.15.0 | 8.15.0 | 2025-06-09T04:08:15.567Z |
|
|
74
|
+
| acorn-typescript | MIT | 1.4.13 | 1.4.13 | 2024-01-03T02:25:10.152Z |
|
|
75
|
+
| acorn-walk | MIT | 8.3.4 | 8.3.4 | 2024-09-09T08:40:59.131Z |
|
|
76
|
+
| dotenv | BSD-2-Clause | 17.2.3 | 17.2.3 | 2025-09-29T23:22:21.769Z |
|
|
77
|
+
| zod | MIT | 4.1.13 | 4.1.13 | 2025-11-24T02:38:31.522Z |
|
|
78
78
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
79
79
|
|
|
80
80
|
### Bundle Analysis Report
|