@polagram/cli 0.0.2 → 0.0.3

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 +2 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  The official CLI for Polagram, enabling CI/CD integration for sequence diagram transformations.
4
4
 
5
+ **Official Website:** [https://polagram.org/](https://polagram.org/)
6
+
5
7
  ## Installation
6
8
 
7
9
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polagram/cli",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,6 +9,7 @@
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/Jun-T-git/polagram.git"
11
11
  },
12
+ "homepage": "https://polagram.org/",
12
13
  "license": "MIT",
13
14
  "keywords": [
14
15
  "polagram",
@@ -27,7 +28,7 @@
27
28
  "commander": "^13.0.0",
28
29
  "glob": "^11.0.0",
29
30
  "js-yaml": "^4.1.0",
30
- "@polagram/core": "0.0.2"
31
+ "@polagram/core": "0.0.3"
31
32
  },
32
33
  "devDependencies": {
33
34
  "@types/glob": "^8.1.0",