@datapos/datapos-development 0.3.247 → 0.3.251
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 +1 -1
- package/dist/datapos-development.es.js +0 -1
- package/package.json +2 -1
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><!-- OWASP_BADGES_START -->[](https://data-positioning.github.io/
|
|
4
|
+
<span><!-- OWASP_BADGES_START -->[](https://data-positioning.github.io/datapos-development/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
|
|
|
@@ -7700,7 +7700,6 @@ async function Mh() {
|
|
|
7700
7700
|
if (!i.ok) throw new Error(await i.text());
|
|
7701
7701
|
}
|
|
7702
7702
|
async function ys() {
|
|
7703
|
-
console.info("🚀 Uploading module configuration....");
|
|
7704
7703
|
const e = await Ce("config.json"), t = e.id, i = {
|
|
7705
7704
|
body: JSON.stringify(e),
|
|
7706
7705
|
headers: { "Content-Type": "application/json" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-development",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.251",
|
|
4
4
|
"description": "A library of utilities for managing the Data Positioning repositories.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jonathan Terrell <terrell.jm@gmail.com>",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"zod": "^4.1.13"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
+
"@datapos/eslint-config-datapos": "^1.0.1",
|
|
37
38
|
"@types/eslint-plugin-security": "^3.0.0",
|
|
38
39
|
"@types/node": "^24.10.1",
|
|
39
40
|
"@typescript-eslint/eslint-plugin": "^8.48.0",
|