@datapos/datapos-shared 0.3.40 → 0.3.44

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 +12 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,27 +28,23 @@ 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.
36
34
  For detailed implementation, see the `scripts` section in `package.json`.
37
35
 
38
- | Name | Key Code | Notes |
39
- | ------------------ | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
40
- | audit | alt+ctrl+shift+a | Audit the project's dependencies for known security vulnerabilities. |
41
- | build | alt+ctrl+shift+b | Build the package using Vite. |
42
- | check | alt+ctrl+shift+c | List outdated dependencies. |
43
- | document | alt+ctrl+shift+d | Identify licenses of the project's production and peer dependencies. |
44
- | format | alt+ctrl+shift+f | NOT implemented. |
45
- | lint | alt+ctrl+shift+l | Check the code for errors and enforce coding style rules. |
46
- | publishToNPM | alt+ctrl+shift+n | Publishes the package to the [npm](https://www.npmjs.com/) registry. This action will publish the last synchronised version. For first-time publish, use `npm publish`. |
47
- | release | alt+ctrl+shift+r | Synchronise local repository with the main GitHub repository and publish to [npm](https://www.npmjs.com/). |
48
- | syncWithGitHub | alt+ctrl+shift+s | Synchronise local repository with the main GitHub repository. |
49
- | test | alt+ctrl+shift+l | NOT implemented. |
50
- | updateDependencies | alt+ctrl+shift+l | Install the latest version of outdated Data Positioning packages. |
51
- | |
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. |
52
48
 
53
49
  ## License
54
50
 
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.40",
5
+ "version": "0.3.44",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist"