@portofcontext/pctx 0.1.3 → 0.1.4
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 +18 -1
- package/README.md +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -10
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [UNRELEASED] - YYYY-MM-DD
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [v0.1.4] - 2025-11-14
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- nasa mcp server example with scripts for running/deploying pctx
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- ts code ignore syncing
|
|
23
|
+
- remove slow intel mac runner
|
|
24
|
+
|
|
25
|
+
|
|
10
26
|
## [v0.1.3] - 2025-11-13
|
|
11
27
|
|
|
12
28
|
### Added
|
|
@@ -50,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
50
66
|
|
|
51
67
|
- Initial public release
|
|
52
68
|
|
|
53
|
-
[Unreleased]: https://github.com/portofcontext/pctx/compare/v0.1.
|
|
69
|
+
[Unreleased]: https://github.com/portofcontext/pctx/compare/v0.1.4...HEAD
|
|
70
|
+
[v0.1.4]: https://github.com/portofcontext/pctx/compare/v0.1.4
|
|
54
71
|
[v0.1.3]: https://github.com/portofcontext/pctx/compare/v0.1.3
|
|
55
72
|
[v0.1.2]: https://github.com/portofcontext/pctx/compare/v0.1.2
|
|
56
73
|
[v0.1.1]: https://github.com/portofcontext/pctx/compare/v0.1.1
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://portofcontext.com)
|
|
6
6
|
|
|
7
|
-

|
|
7
|
+
[](https://www.npmjs.com/package/@portofcontext/pctx)
|
|
8
8
|
[](https://www.rust-lang.org)
|
|
9
9
|
[](https://github.com/portofcontext/pctx/actions)
|
|
10
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"hasInstallScript": true,
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"name": "@portofcontext/pctx",
|
|
27
|
-
"version": "0.1.
|
|
27
|
+
"version": "0.1.4"
|
|
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.1.
|
|
900
|
+
"version": "0.1.4"
|
|
901
901
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/portofcontext/pctx/releases/download/v0.1.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/portofcontext/pctx/releases/download/v0.1.4",
|
|
3
3
|
"bin": {
|
|
4
4
|
"generate-cli-docs": "run-generate-cli-docs.js",
|
|
5
5
|
"pctx": "run-pctx.js"
|
|
@@ -59,14 +59,6 @@
|
|
|
59
59
|
},
|
|
60
60
|
"zipExt": ".tar.gz"
|
|
61
61
|
},
|
|
62
|
-
"x86_64-apple-darwin": {
|
|
63
|
-
"artifactName": "pctx-x86_64-apple-darwin.tar.gz",
|
|
64
|
-
"bins": {
|
|
65
|
-
"generate-cli-docs": "generate-cli-docs",
|
|
66
|
-
"pctx": "pctx"
|
|
67
|
-
},
|
|
68
|
-
"zipExt": ".tar.gz"
|
|
69
|
-
},
|
|
70
62
|
"x86_64-unknown-linux-gnu": {
|
|
71
63
|
"artifactName": "pctx-x86_64-unknown-linux-gnu.tar.gz",
|
|
72
64
|
"bins": {
|
|
@@ -76,7 +68,7 @@
|
|
|
76
68
|
"zipExt": ".tar.gz"
|
|
77
69
|
}
|
|
78
70
|
},
|
|
79
|
-
"version": "0.1.
|
|
71
|
+
"version": "0.1.4",
|
|
80
72
|
"volta": {
|
|
81
73
|
"node": "18.14.1",
|
|
82
74
|
"npm": "9.5.0"
|