@datapos/datapos-shared 0.3.49 → 0.3.51

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
@@ -46,8 +46,12 @@ For detailed implementation, see the `scripts` section in `package.json`.
46
46
  | test | alt+ctrl+shift+t | NOT implemented. |
47
47
  | updateDependencies | alt+ctrl+shift+u | Install the latest version of outdated Data Positioning packages. |
48
48
 
49
- ## License
49
+ ## Compliance
50
50
 
51
- [MIT](./LICENSE) © 2026 Data Positioning Pty Ltd
51
+ This badge reflects FOSSA's assessment of this repository's open-source license compliance.
52
52
 
53
53
  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdata-positioning%2Fdatapos-shared.svg?type=large&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdata-positioning%2Fdatapos-shared?ref=badge_large&issueType=license)
54
+
55
+ ## License
56
+
57
+ [MIT](./LICENSE) © 2026 Data Positioning Pty Ltd
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@datapos/datapos-shared",
3
3
  "license": "MIT",
4
4
  "private": false,
5
- "version": "0.3.49",
5
+ "version": "0.3.51",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"