@datapos/datapos-development 0.3.118 → 0.3.119

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.
@@ -141,7 +141,7 @@ async function M() {
141
141
  const f = r.join(" "), p = a.substring(0, c + o.length) + `
142
142
  ` + f + `
143
143
  ` + a.substring(l);
144
- await t.writeFile("README2.md", p, "utf8"), console.info("✅ OWASP dependency check badges inserted into README.md");
144
+ await t.writeFile("README.md", p, "utf8"), console.info("✅ OWASP dependency check badges inserted into README.md");
145
145
  } catch (i) {
146
146
  console.error("❌ Error updating README with OWASP badges:", i), process.exit(1);
147
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.118",
3
+ "version": "0.3.119",
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>",