@fulcrum-governance/sdk 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 +7 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
## [0.1.4] - 2026-02-06
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- Version bump to stay in sync with Python SDK
|
|
12
14
|
|
|
13
15
|
## [0.1.3] - 2026-01-22
|
|
14
16
|
|
|
@@ -84,8 +86,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
84
86
|
- Basic gRPC-web connectivity
|
|
85
87
|
- Policy evaluation stub
|
|
86
88
|
|
|
87
|
-
[Unreleased]: https://github.com/
|
|
88
|
-
[0.1.
|
|
89
|
+
[Unreleased]: https://github.com/Fulcrum-Governance/fulcrum-io/compare/sdk/typescript/v0.1.4...HEAD
|
|
90
|
+
[0.1.4]: https://github.com/Fulcrum-Governance/fulcrum-io/compare/sdk/typescript/v0.1.3...sdk/typescript/v0.1.4
|
|
91
|
+
[0.1.3]: https://github.com/Fulcrum-Governance/fulcrum-io/compare/sdk/typescript/v0.1.2...sdk/typescript/v0.1.3
|
|
89
92
|
[0.1.2]: https://github.com/fulcrum-dev/fulcrum/compare/sdk/typescript/v0.1.1...sdk/typescript/v0.1.2
|
|
90
93
|
[0.1.1]: https://github.com/fulcrum-dev/fulcrum/compare/sdk/typescript/v0.1.0...sdk/typescript/v0.1.1
|
|
91
94
|
[0.1.0]: https://github.com/fulcrum-dev/fulcrum/compare/sdk/typescript/v0.0.1...sdk/typescript/v0.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fulcrum-governance/sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"mcpName": "io.github.Dewars30/fulcrum",
|
|
5
5
|
"description": "TypeScript SDK for Fulcrum - Intelligent AI Governance Platform",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"license": "Apache-2.0",
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/Fulcrum-Governance/fulcrum-io.git",
|
|
20
20
|
"directory": "sdk/typescript"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|