@portofcontext/pctx 0.2.1 → 0.2.2

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/CHANGELOG.md CHANGED
@@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
  ### Fixed
14
14
 
15
15
 
16
+ ## [v0.2.2] - 2025-12-07
17
+
18
+ ### Added
19
+
20
+ - windows cross-compile support through cargo-dist
21
+
22
+
16
23
  ## [v0.2.1] - 2025-11-25
17
24
 
18
25
  ### Added
@@ -24,7 +24,7 @@
24
24
  "hasInstallScript": true,
25
25
  "license": "MIT",
26
26
  "name": "@portofcontext/pctx",
27
- "version": "0.2.1"
27
+ "version": "0.2.2"
28
28
  },
29
29
  "node_modules/@isaacs/balanced-match": {
30
30
  "engines": {
@@ -897,5 +897,5 @@
897
897
  }
898
898
  },
899
899
  "requires": true,
900
- "version": "0.2.1"
900
+ "version": "0.2.2"
901
901
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/portofcontext/pctx/releases/download/v0.2.1",
2
+ "artifactDownloadUrl": "https://github.com/portofcontext/pctx/releases/download/v0.2.2",
3
3
  "bin": {
4
4
  "generate-cli-docs": "run-generate-cli-docs.js",
5
5
  "pctx": "run-pctx.js"
@@ -51,6 +51,14 @@
51
51
  },
52
52
  "zipExt": ".tar.gz"
53
53
  },
54
+ "aarch64-pc-windows-msvc": {
55
+ "artifactName": "pctx-x86_64-pc-windows-msvc.zip",
56
+ "bins": {
57
+ "generate-cli-docs": "generate-cli-docs.exe",
58
+ "pctx": "pctx.exe"
59
+ },
60
+ "zipExt": ".zip"
61
+ },
54
62
  "aarch64-unknown-linux-gnu": {
55
63
  "artifactName": "pctx-aarch64-unknown-linux-gnu.tar.gz",
56
64
  "bins": {
@@ -59,6 +67,22 @@
59
67
  },
60
68
  "zipExt": ".tar.gz"
61
69
  },
70
+ "x86_64-pc-windows-gnu": {
71
+ "artifactName": "pctx-x86_64-pc-windows-msvc.zip",
72
+ "bins": {
73
+ "generate-cli-docs": "generate-cli-docs.exe",
74
+ "pctx": "pctx.exe"
75
+ },
76
+ "zipExt": ".zip"
77
+ },
78
+ "x86_64-pc-windows-msvc": {
79
+ "artifactName": "pctx-x86_64-pc-windows-msvc.zip",
80
+ "bins": {
81
+ "generate-cli-docs": "generate-cli-docs.exe",
82
+ "pctx": "pctx.exe"
83
+ },
84
+ "zipExt": ".zip"
85
+ },
62
86
  "x86_64-unknown-linux-gnu": {
63
87
  "artifactName": "pctx-x86_64-unknown-linux-gnu.tar.gz",
64
88
  "bins": {
@@ -68,7 +92,7 @@
68
92
  "zipExt": ".tar.gz"
69
93
  }
70
94
  },
71
- "version": "0.2.1",
95
+ "version": "0.2.2",
72
96
  "volta": {
73
97
  "node": "18.14.1",
74
98
  "npm": "9.5.0"