@datapos/datapos-shared 0.3.48 → 0.3.49
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 +14 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,19 +33,21 @@ 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
|
|
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
|
+
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fdata-positioning%2Fdatapos-shared?ref=badge_large&issueType=license)
|