@datapos/datapos-development 0.3.21 → 0.3.23

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.
Files changed (2) hide show
  1. package/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,8 +57,12 @@ For detailed implementation, see the `scripts` section in `package.json`.
57
57
  | test | alt+ctrl+shift+t | NOT implemented. |
58
58
  | updateDependencies | alt+ctrl+shift+u | NOT implemented. |
59
59
 
60
- ## License
60
+ ## Compliance
61
61
 
62
- [MIT](./LICENSE) © 2026 Data Positioning Pty Ltd
62
+ This badge reflects FOSSA's assessment of this repository's open-source license compliance.
63
63
 
64
64
  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdata-positioning%2Fdatapos-development.svg?type=large&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdata-positioning%2Fdatapos-development?ref=badge_large&issueType=license)
65
+
66
+ ## License
67
+
68
+ [MIT](./LICENSE) © 2026 Data Positioning Pty Ltd
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "index.js",
7
- "version": "0.3.21",
7
+ "version": "0.3.23",
8
8
  "devDependencies": {
9
9
  "eslint": "^9.36.0",
10
10
  "license-report": "^6.8.0",