@datapos/datapos-shared 0.3.42 → 0.3.45
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 +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Data Positioning Shared Library
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@datapos/datapos-shared)
|
|
3
|
+
[](https://www.npmjs.com/package/@datapos/datapos-shared)
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
[](#)
|
|
6
6
|
|
|
@@ -28,8 +28,6 @@ let connectorConfig: ConnectorConfig;
|
|
|
28
28
|
getComponentStatus('alpha');
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
> ⚠️ This library is intended for TypeScript projects.
|
|
32
|
-
|
|
33
31
|
## Repository Management Commands
|
|
34
32
|
|
|
35
33
|
The table below lists the repository management commands available in this project.
|
|
@@ -40,7 +38,7 @@ For detailed implementation, see the `scripts` section in `package.json`.
|
|
|
40
38
|
| audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
|
|
41
39
|
| build | alt+ctrl+shift+b | Build the package using Vite. |
|
|
42
40
|
| check | alt+ctrl+shift+c | List outdated dependencies. |
|
|
43
|
-
| document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies.
|
|
41
|
+
| document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. See [LICENSES.json](./LICENSES.json). |
|
|
44
42
|
| format | alt+ctrl+shift+f | Enforce formatting style rules. |
|
|
45
43
|
| lint | alt+ctrl+shift+l | Check the code for errors and enforce coding style rules. |
|
|
46
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/). |
|