@dpuse/dpuse-development 0.3.534 → 0.3.543
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/.gitattributes +0 -1
- package/.markdownlint.json +1 -0
- package/README.md +24 -12
- package/dist/dpuse-development.es.js +2331 -2410
- package/dist/dpuse-development.es.js.map +1 -1
- package/dist/types/src/actions/checkConfigFiles.d.ts +1 -0
- package/dist/types/src/index.d.ts +7 -7
- package/dist/types/src/utilities/index.d.ts +2 -1
- package/eslint.config.ts +1 -1
- package/package.json +31 -31
- package/vite.config.ts +4 -0
- package/dist/types/src/operations/test.d.ts +0 -1
- package/dist/types/src/operations/updateDPUseDependencies.d.ts +0 -1
- package/licenses/license-report-config.json +0 -16
- /package/dist/types/src/{operations → actions}/auditDependencies.d.ts +0 -0
- /package/dist/types/src/{operations → actions}/checkDependencies.d.ts +0 -0
- /package/dist/types/src/{operations → actions}/documentDependencies.d.ts +0 -0
- /package/dist/types/src/{operations → actions}/formatCode.d.ts +0 -0
- /package/dist/types/src/{operations → actions}/lintCode.d.ts +0 -0
- /package/dist/types/src/{operations → actions}/manageProject.d.ts +0 -0
package/.gitattributes
CHANGED
package/.markdownlint.json
CHANGED
package/README.md
CHANGED
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@dpuse/dpuse-development)
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
[](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
|
|
6
|
-
<span><!-- OWASP_BADGES_START -->
|
|
7
|
-
[](https://dpuse.github.io/dpuse-development/dependency-check-reports/dependency-check-report.html)
|
|
8
|
-
<!-- OWASP_BADGES_END --></span>
|
|
9
6
|
|
|
10
7
|
<!-- SUMMARY_START -->
|
|
11
8
|
|
|
@@ -100,17 +97,32 @@ The following table lists the top-level production and peer dependencies. All of
|
|
|
100
97
|
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), [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) and [license-downloader](https://www.npmjs.com/package/license-downloader) to identify all dependency licenses and include copies of them. We do not use any unlicensed dependencies in either production or development.
|
|
101
98
|
|
|
102
99
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
|
107
|
-
|acorn-typescript
|
|
108
|
-
|acorn-walk|
|
|
109
|
-
|
|
|
110
|
-
|
|
|
100
|
+
|
|
101
|
+
| Name | Version | License(s) | Document |
|
|
102
|
+
| ----------------------------------------------------------------------- | :-----: | ---------- | --------------------------------------------------------------------- |
|
|
103
|
+
| [@dpuse/dpuse-shared](https://github.com/data-positioning/dpuse-shared) | 0.3.675 | MIT | [LICENSE](licenses/downloads/@dpuse/dpuse-shared@0.3.675-LICENSE.txt) |
|
|
104
|
+
| [acorn-typescript](https://github.com/TyrealHu/acorn-typescript) | 1.4.13 | MIT | [LICENSE](licenses/downloads/acorn-typescript@1.4.13-LICENSE.txt) |
|
|
105
|
+
| [acorn-walk](https://github.com/acornjs/acorn) | 8.3.5 | MIT | [LICENSE](licenses/downloads/acorn-walk@8.3.5-LICENSE.txt) |
|
|
106
|
+
| [acorn](https://github.com/acornjs/acorn) | 8.17.0 | MIT | [LICENSE](licenses/downloads/acorn@8.17.0-LICENSE.txt) |
|
|
107
|
+
| [nanoid](https://github.com/ai/nanoid) | 5.1.15 | MIT | [LICENSE](licenses/downloads/nanoid@5.1.15-LICENSE.txt) |
|
|
108
|
+
| [typescript](https://github.com/microsoft/TypeScript) | 6.0.3 | Apache-2.0 | [LICENSE](licenses/downloads/typescript@6.0.3-LICENSE.txt) |
|
|
109
|
+
| [valibot](https://github.com/open-circle/valibot) | 1.4.1 | MIT | [LICENSE](licenses/downloads/valibot@1.4.1-LICENSE.txt) |
|
|
111
110
|
|
|
112
111
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
113
112
|
|
|
113
|
+
<!-- DEPENDENCY_TREE_START -->
|
|
114
|
+
|
|
115
|
+
- **[@dpuse/dpuse-shared](https://github.com/data-positioning/dpuse-shared)** 0.3.675 — this month: 2026-06-23
|
|
116
|
+
- **[acorn-typescript](https://github.com/TyrealHu/acorn-typescript)** 1.4.13 — 29 months ago: 2024-01-03 ⚠️
|
|
117
|
+
- **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
|
|
118
|
+
- **[acorn-walk](https://github.com/acornjs/acorn)** 8.3.5 — 4 months ago: 2026-02-19
|
|
119
|
+
- **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
|
|
120
|
+
- **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
|
|
121
|
+
- **[nanoid](https://github.com/ai/nanoid)** 5.1.15 — this month: 2026-06-20
|
|
122
|
+
- **[valibot](https://github.com/open-circle/valibot)** 1.4.1 — 1 month ago: 2026-05-24
|
|
123
|
+
- **[typescript](https://github.com/microsoft/TypeScript)** 6.0.3 — 2 months ago: 2026-04-16
|
|
124
|
+
<!-- DEPENDENCY_TREE_END -->
|
|
125
|
+
|
|
114
126
|
Insert link to other document for detailed explanation. Only show messages if issues arise.
|
|
115
127
|
|
|
116
128
|
1. **Installed** column:
|
|
@@ -133,4 +145,4 @@ Insert link to other document for detailed explanation. Only show messages if is
|
|
|
133
145
|
|
|
134
146
|
This project is licensed under the MIT License, permitting free use, modification, and distribution.
|
|
135
147
|
|
|
136
|
-
[MIT](./LICENSE) © 2026
|
|
148
|
+
[MIT](./LICENSE) © 2026-present Jonathan Terrell
|