@dpuse/dpuse-development 0.3.563 → 0.3.567

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.
@@ -1,4 +1,4 @@
1
- # Common git ignore configuration for PUBLISHED Data Positioning projects.
1
+ # Common git ignore configuration for PUBLISHED DPUse projects.
2
2
  .env
3
3
  .npmrc
4
4
  .wrangler
@@ -1,4 +1,4 @@
1
- # Common git ignore configuration for UNPUBLISHED Data Positioning projects.
1
+ # Common git ignore configuration for UNPUBLISHED DPUse projects.
2
2
  .env
3
3
  .npmrc
4
4
  .wrangler
package/README.md CHANGED
@@ -2,9 +2,12 @@
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)
4
4
  [![npm version](https://img.shields.io/npm/v/@dpuse/dpuse-development.svg)](https://www.npmjs.com/package/@dpuse/dpuse-development)
5
- [![CodeQL](https://github.com/dpuse/dpuse-development/actions/workflows/codeql.yml/badge.svg)](https://github.com/dpuse/dpuse-development/actions/workflows/codeql.yml)[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dpuse_dpuse-development&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
5
+ [![CodeQL](https://github.com/dpuse/dpuse-development/actions/workflows/codeql.yml/badge.svg)](https://github.com/dpuse/dpuse-development/actions/workflows/codeql.yml)
6
+ [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dpuse_dpuse-development&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
6
7
  [![CI](https://github.com/dpuse/dpuse-development/actions/workflows/ci.yml/badge.svg)](https://github.com/dpuse/dpuse-development/actions/workflows/ci.yml)
7
8
 
9
+ ## Introduction
10
+
8
11
  <!-- SUMMARY_START -->
9
12
 
10
13
  Actions for managing DPUse projects.
@@ -45,11 +48,11 @@ Plugin project groupings...
45
48
 
46
49
  Support projects...
47
50
 
48
- | Name | Description |
49
- | ----------- | ------------------------------------------------------------------------------------------ |
50
- | development | Package of actions used to support the development process, not deployed in its own right. |
51
- | kb | Knowledge content and deployment scripts. |
52
- | resources | Sample data and deployment scripts. |
51
+ | Name | Description |
52
+ | ----------- | ----------------------------------------- |
53
+ | development | This package. |
54
+ | kb | Knowledge content and deployment scripts. |
55
+ | resources | Sample data and deployment scripts. |
53
56
 
54
57
  ## Actions
55
58
 
@@ -112,32 +115,34 @@ License data is collected automatically on each release using [license-checker](
112
115
 
113
116
  <!-- DEPENDENCY_LICENSES_START -->
114
117
 
115
- | Name | Version | License(s) | Document |
116
- | ----------------------------------------------------------------------- | :-----: | ---------- | --------------------------------------------------------------------- |
117
- | [@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) |
118
- | [acorn-typescript](https://github.com/TyrealHu/acorn-typescript) | 1.4.13 | MIT | [LICENSE](licenses/downloads/acorn-typescript@1.4.13-LICENSE.txt) |
119
- | [acorn-walk](https://github.com/acornjs/acorn) | 8.3.5 | MIT | [LICENSE](licenses/downloads/acorn-walk@8.3.5-LICENSE.txt) |
120
- | [acorn](https://github.com/acornjs/acorn) | 8.17.0 | MIT | [LICENSE](licenses/downloads/acorn@8.17.0-LICENSE.txt) |
121
- | [nanoid](https://github.com/ai/nanoid) | 5.1.15 | MIT | [LICENSE](licenses/downloads/nanoid@5.1.15-LICENSE.txt) |
122
- | [typescript](https://github.com/microsoft/TypeScript) | 6.0.3 | Apache-2.0 | [LICENSE](licenses/downloads/typescript@6.0.3-LICENSE.txt) |
123
- | [valibot](https://github.com/open-circle/valibot) | 1.4.1 | MIT | [LICENSE](licenses/downloads/valibot@1.4.1-LICENSE.txt) |
118
+ | Name | Version | License(s) | Document |
119
+ | ---------------------------------------------------------------- | :-----: | ---------- | --------------------------------------------------------------------- |
120
+ | [@dpuse/dpuse-shared](https://github.com/dpuse/dpuse-shared) | 0.3.689 | MIT | [LICENSE](licenses/downloads/@dpuse/dpuse-shared@0.3.689-LICENSE.txt) |
121
+ | [acorn-typescript](https://github.com/TyrealHu/acorn-typescript) | 1.4.13 | MIT | [LICENSE](licenses/downloads/acorn-typescript@1.4.13-LICENSE.txt) |
122
+ | [acorn-walk](https://github.com/acornjs/acorn) | 8.3.5 | MIT | [LICENSE](licenses/downloads/acorn-walk@8.3.5-LICENSE.txt) |
123
+ | [acorn](https://github.com/acornjs/acorn) | 8.17.0 | MIT | [LICENSE](licenses/downloads/acorn@8.17.0-LICENSE.txt) |
124
+ | [nanoid](https://github.com/ai/nanoid) | 5.1.16 | MIT | [LICENSE](licenses/downloads/nanoid@5.1.16-LICENSE.txt) |
125
+ | [typescript](https://github.com/microsoft/TypeScript) | 6.0.3 | Apache-2.0 | [LICENSE](licenses/downloads/typescript@6.0.3-LICENSE.txt) |
126
+ | [valibot](https://github.com/open-circle/valibot) | 1.4.1 | MIT | [LICENSE](licenses/downloads/valibot@1.4.1-LICENSE.txt) |
124
127
 
125
128
  <!-- DEPENDENCY_LICENSES_END -->
126
129
 
130
+ ### Dependency Tree
131
+
127
132
  The dependency tree below lists every package in this project — direct and transitive — along with its installed version, release date, and update status. Packages flagged ❗ have a newer version available; ⚠️ indicates a package that hasn't been updated in the last 6 months or longer. Neither flag necessarily indicates a problem: we let new releases stabilise before upgrading, and some packages are simply mature and stable, requiring no active development.
128
133
 
129
134
  <!-- DEPENDENCY_TREE_START -->
130
135
 
131
- - **[@dpuse/dpuse-shared](https://github.com/data-positioning/dpuse-shared)** 0.3.675 — this month: 2026-06-23
136
+ - **[@dpuse/dpuse-shared](https://github.com/dpuse/dpuse-shared)** 0.3.689 — this month: 2026-06-26
132
137
  - **[acorn-typescript](https://github.com/TyrealHu/acorn-typescript)** 1.4.13 — 29 months ago: 2024-01-03 ⚠️
133
138
  - **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
134
139
  - **[acorn-walk](https://github.com/acornjs/acorn)** 8.3.5 — 4 months ago: 2026-02-19
135
140
  - **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
136
141
  - **[acorn](https://github.com/acornjs/acorn)** 8.17.0 — this month: 2026-06-11
137
- - **[nanoid](https://github.com/ai/nanoid)** 5.1.15 — this month: 2026-06-20
138
- - **[valibot](https://github.com/open-circle/valibot)** 1.4.1 — 1 month ago: 2026-05-24 - **[typescript](https://github.com/microsoft/TypeScript)** 6.0.3 — 2 months ago: 2026-04-16
139
-
140
- <!-- DEPENDENCY_TREE_END -->
142
+ - **[nanoid](https://github.com/ai/nanoid)** 5.1.16 — this month: 2026-06-24
143
+ - **[valibot](https://github.com/open-circle/valibot)** 1.4.1 — 1 month ago: 2026-05-24
144
+ - **[typescript](https://github.com/microsoft/TypeScript)** 6.0.3 — 2 months ago: 2026-04-16
145
+ <!-- DEPENDENCY_TREE_END -->
141
146
 
142
147
  ## Bundle Analysis
143
148
 
@@ -179,7 +184,7 @@ Please do not open public GitHub issues for security vulnerabilities. Use [GitHu
179
184
 
180
185
  [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/dpuse/dpuse-development/badge)](https://scorecard.dev/viewer/?uri=github.com/dpuse/dpuse-development)
181
186
 
182
- This project is working towards the [OpenSSF Best Practices](https://www.bestpractices.dev) Passing badge, a self-certification covering security policy, vulnerability reporting, build processes, code quality, and more. The [OpenSSF Scorecard](https://scorecard.dev/viewer/?uri=github.com/dpuse/dpuse-shared) provides an independent automated assessment of the project's security practices and is an ongoing area of improvement.
187
+ This project is working towards the [OpenSSF Best Practices](https://www.bestpractices.dev) Passing badge, a self-certification covering security policy, vulnerability reporting, build processes, code quality, and more. The [OpenSSF Scorecard](https://scorecard.dev/viewer/?uri=github.com/dpuse/dpuse-development) provides an independent automated assessment of the project's security practices and is an ongoing area of improvement.
183
188
 
184
189
  ## Contributing
185
190
 
@@ -5906,9 +5906,7 @@ async function qn() {
5906
5906
  var Jn = "<!-- DEPENDENCY_LICENSES_START -->", Yn = "<!-- DEPENDENCY_LICENSES_END -->", Xn = "<!-- DEPENDENCY_TREE_START -->", Zn = "<!-- DEPENDENCY_TREE_END -->";
5907
5907
  async function Qn(e = "MIT") {
5908
5908
  try {
5909
- G("Document Dependencies"), await An("1️⃣ Clear downloaded licenses", "licenses/downloads");
5910
- let t = await W("package.json");
5911
- await Mn("2️⃣ Identify production licenses", "license-checker-rseidelsohn", [
5909
+ G("Document Dependencies"), await An("1️⃣ Clear downloaded licenses", "licenses/downloads"), await Mn("2️⃣ Identify production licenses", "license-checker-rseidelsohn", [
5912
5910
  "--production",
5913
5911
  "--json",
5914
5912
  "--files",
@@ -5916,9 +5914,9 @@ async function Qn(e = "MIT") {
5916
5914
  "--relativeModulePath",
5917
5915
  "--relativeLicensePath",
5918
5916
  "--onlyAllow",
5919
- `"${e}"`,
5917
+ e,
5920
5918
  "--excludePackages",
5921
- `"${t.name ?? ""}"`,
5919
+ (await W("package.json")).name ?? "",
5922
5920
  "--out",
5923
5921
  "licenses/licenses.json"
5924
5922
  ]), await Pn("3️⃣ Identify transitive dependencies", "npm", [
@@ -6002,7 +6000,7 @@ function ar(e) {
6002
6000
  return r.getDate() < n.getDate() && --i, i === 0 ? `this month: ${t}` : i === 1 ? `1 month ago: ${t}` : i <= 6 ? `${String(i)} months ago: ${t}` : `${String(i)} months ago: ${t} ⚠️ `;
6003
6001
  }
6004
6002
  //#endregion
6005
- //#region node_modules/@dpuse/dpuse-shared/dist/componentConfig.schema-C75xefrQ.js
6003
+ //#region node_modules/@dpuse/dpuse-shared/dist/componentConfig.schema-B7kVKqVP.js
6006
6004
  var or, sr = {
6007
6005
  lang: void 0,
6008
6006
  message: void 0,
@@ -6384,11 +6382,11 @@ var Or = (e) => /* @__PURE__ */ Dr(e.map((e) => /* @__PURE__ */ Sr(e))), kr = /*
6384
6382
  en: /* @__PURE__ */ $(),
6385
6383
  es: /* @__PURE__ */ $()
6386
6384
  }), Ar = /* @__PURE__ */ Q({
6387
- en: /* @__PURE__ */ wr(/* @__PURE__ */ $()),
6388
- es: /* @__PURE__ */ wr(/* @__PURE__ */ $())
6389
- }), jr = /* @__PURE__ */ Q({
6390
6385
  en: /* @__PURE__ */ wr(/* @__PURE__ */ X(/* @__PURE__ */ $())),
6391
6386
  es: /* @__PURE__ */ wr(/* @__PURE__ */ X(/* @__PURE__ */ $()))
6387
+ }), jr = /* @__PURE__ */ Q({
6388
+ en: /* @__PURE__ */ wr(/* @__PURE__ */ $()),
6389
+ es: /* @__PURE__ */ wr(/* @__PURE__ */ $())
6392
6390
  });
6393
6391
  Or([
6394
6392
  "app",
@@ -6435,8 +6433,8 @@ var Mr = Or([
6435
6433
  label: /* @__PURE__ */ $()
6436
6434
  }), Fr = /* @__PURE__ */ Q({
6437
6435
  id: /* @__PURE__ */ $(),
6438
- label: Ar,
6439
- description: jr,
6436
+ label: jr,
6437
+ description: Ar,
6440
6438
  icon: /* @__PURE__ */ Z(/* @__PURE__ */ $()),
6441
6439
  iconDark: /* @__PURE__ */ Z(/* @__PURE__ */ $()),
6442
6440
  iconNeutral: /* @__PURE__ */ Z(/* @__PURE__ */ $()),
@@ -6444,8 +6442,8 @@ var Mr = Or([
6444
6442
  path: /* @__PURE__ */ $()
6445
6443
  }), Ir = {
6446
6444
  id: /* @__PURE__ */ $(),
6447
- label: Ar,
6448
- description: jr,
6445
+ label: jr,
6446
+ description: Ar,
6449
6447
  firstCreatedAt: /* @__PURE__ */ Z(/* @__PURE__ */ Cr()),
6450
6448
  icon: /* @__PURE__ */ Z(/* @__PURE__ */ $()),
6451
6449
  iconDark: /* @__PURE__ */ Z(/* @__PURE__ */ $()),
@@ -6463,7 +6461,7 @@ var Mr = Or([
6463
6461
  "tool"
6464
6462
  ]);
6465
6463
  //#endregion
6466
- //#region node_modules/@dpuse/dpuse-shared/dist/moduleConfig.schema-DGEZc-oy.js
6464
+ //#region node_modules/@dpuse/dpuse-shared/dist/moduleConfig.schema-Cvc9QRvr.js
6467
6465
  var Lr = {
6468
6466
  ...Ir,
6469
6467
  version: /* @__PURE__ */ $()
@@ -6505,12 +6503,12 @@ var Rr = Or([
6505
6503
  "retrieveRecords",
6506
6504
  "upsertRecords"
6507
6505
  ]), Hr = /* @__PURE__ */ Q({
6508
- ...Lr,
6509
6506
  typeId: /* @__PURE__ */ Sr("connector"),
6507
+ ...Lr,
6508
+ actionNames: /* @__PURE__ */ X(Vr),
6510
6509
  category: /* @__PURE__ */ Z(zr),
6511
6510
  categoryId: Rr,
6512
6511
  implementations: /* @__PURE__ */ Tr(/* @__PURE__ */ $(), Br),
6513
- operations: /* @__PURE__ */ X(Vr),
6514
6512
  vendorAccountURL: /* @__PURE__ */ Z(/* @__PURE__ */ $()),
6515
6513
  vendorDocumentationURL: /* @__PURE__ */ Z(/* @__PURE__ */ $()),
6516
6514
  vendorHomeURL: /* @__PURE__ */ Z(/* @__PURE__ */ $())
@@ -6531,8 +6529,8 @@ var Rr = Or([
6531
6529
  upsertRecords: "Upsert Records"
6532
6530
  };
6533
6531
  function Wr(e) {
6534
- let t = new Set(e), n = "| Operation | Supported |\n";
6535
- n += "| --------- | --------- |\n";
6532
+ let t = new Set(e), n = "| Name | Supported |\n";
6533
+ n += "| ---- | :-------: |\n";
6536
6534
  for (let e of Object.keys(Ur)) n += `| ${Ur[e]} | ${t.has(e) ? "✓" : ""} |\n`;
6537
6535
  return n;
6538
6536
  }
@@ -6674,10 +6672,10 @@ var ii = /* @__PURE__ */ Q({
6674
6672
  "render",
6675
6673
  "setColorMode"
6676
6674
  ]), ci = /* @__PURE__ */ Q({
6677
- ...Lr,
6678
6675
  typeId: /* @__PURE__ */ Sr("presenter"),
6679
- presentations: /* @__PURE__ */ X(Fr),
6680
- operations: /* @__PURE__ */ X(si)
6676
+ ...Lr,
6677
+ actionNames: /* @__PURE__ */ X(si),
6678
+ presentations: /* @__PURE__ */ X(Fr)
6681
6679
  }), li = /* @__PURE__ */ new Set([
6682
6680
  "createObject",
6683
6681
  "dropObject",