@datapos/datapos-development 0.3.387 → 0.3.389
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 +9 -9
- package/dist/datapos-development.es.js +3462 -5836
- package/dist/datapos-development.es.js.map +1 -1
- package/dist/types/src/schemas/{connectorSchemaV.d.ts → connectorSchema.d.ts} +9 -6
- package/dist/types/src/schemas/contextSchema.d.ts +77 -45
- package/dist/types/src/schemas/presenterSchema.d.ts +50 -28
- package/package.json +2 -4
- package/dist/types/src/schemas/connectorSchemaZ.d.ts +0 -45
package/README.md
CHANGED
|
@@ -100,15 +100,15 @@ The following table lists the top-level production and peer dependencies. All of
|
|
|
100
100
|
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
101
|
|
|
102
102
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
|
106
|
-
|
|
|
107
|
-
|
|
|
108
|
-
|
|
|
109
|
-
|
|
|
110
|
-
|
|
|
111
|
-
|
|
|
103
|
+
|Name|Type|Installed|Latest|Latest Released|Deps|Document|
|
|
104
|
+
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
105
|
+
|@datapos/datapos-shared|MIT|0.3.298 ⚠️|0.3.306|this month: 2025-12-17|3|[LICENSE](https://raw.githubusercontent.com/data-positioning/datapos-shared/main/LICENSE)|
|
|
106
|
+
|acorn|MIT|8.15.0|8.15.0|6 months ago: 2025-06-09|0|⚠️ No license file|
|
|
107
|
+
|acorn-typescript|MIT|1.4.13|1.4.13|23 months ago: 2024-01-03❗|1|[LICENSE](https://raw.githubusercontent.com/TyrealHu/acorn-typescript/master/LICENSE)|
|
|
108
|
+
|acorn-walk|MIT|8.3.4|8.3.4|15 months ago: 2024-09-09❗|1|⚠️ No license file|
|
|
109
|
+
|dotenv|BSD-2-Clause|17.2.3|17.2.3|2 months ago: 2025-09-29|0|[LICENSE](https://raw.githubusercontent.com/motdotla/dotenv/master/LICENSE)|
|
|
110
|
+
|nanoid|MIT|5.1.6|5.1.6|2 months ago: 2025-09-22|0|[LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE)|
|
|
111
|
+
|valibot|MIT|1.2.0|1.2.0|this month: 2025-11-24|1|[LICENSE.md](https://raw.githubusercontent.com/open-circle/valibot/main/LICENSE.md)|
|
|
112
112
|
|
|
113
113
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
114
114
|
|