@datapos/datapos-shared 0.3.48 → 0.3.50

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 +18 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,19 +33,25 @@ getComponentStatus('alpha');
33
33
  The table below lists the repository management commands available in this project.
34
34
  For detailed implementation, see the `scripts` section in `package.json`.
35
35
 
36
- | Name | Key Code | Notes |
37
- | ------------------ | ---------------- | ------------------------------------------------------------------------------------------------------------------------------- |
38
- | audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
39
- | build | alt+ctrl+shift+b | Build the package using Vite. |
40
- | check | alt+ctrl+shift+c | List outdated dependencies. |
41
- | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [LICENSES.json](./LICENSES.json). |
42
- | format | alt+ctrl+shift+f | Enforce formatting style rules. |
43
- | lint | alt+ctrl+shift+l | Check the code for errors and enforce coding style rules. |
44
- | release | alt+ctrl+shift+r | Bump version, synchronise local repository with the main GitHub repository, build and publish to [npm](https://www.npmjs.com/). |
45
- | syncWithGitHub | alt+ctrl+shift+s | Bump version and synchronise local repository with the main GitHub repository. |
46
- | test | alt+ctrl+shift+t | NOT implemented. |
47
- | updateDependencies | alt+ctrl+shift+u | Install the latest version of outdated Data Positioning packages. |
36
+ | Name | Key Code | Notes |
37
+ | ------------------ | ---------------- | ---------------------------------------------------------------------------------------------------------- |
38
+ | audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
39
+ | build | alt+ctrl+shift+b | Build the package using Vite. |
40
+ | check | alt+ctrl+shift+c | List outdated dependencies. |
41
+ | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [LICENSES.json](./LICENSES.json). |
42
+ | format | alt+ctrl+shift+f | Enforce formatting style rules. |
43
+ | lint | alt+ctrl+shift+l | Check the code for errors and enforce coding style rules. |
44
+ | release | alt+ctrl+shift+r | Bump version, synchronise local repository with the main GitHub repository, build and publish to npm. |
45
+ | syncWithGitHub | alt+ctrl+shift+s | Bump version and synchronise local repository with the main GitHub repository. |
46
+ | test | alt+ctrl+shift+t | NOT implemented. |
47
+ | updateDependencies | alt+ctrl+shift+u | Install the latest version of outdated Data Positioning packages. |
48
48
 
49
49
  ## License
50
50
 
51
51
  [MIT](./LICENSE) © 2026 Data Positioning Pty Ltd
52
+
53
+ ## Compliance
54
+
55
+ This badge reflects FOSSA's assessment of this repository's open-source license compliance.
56
+
57
+ [![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)
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.48",
5
+ "version": "0.3.50",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"