@openbkn/bkn-sdk 0.1.3-rc.1 → 0.1.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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -49,7 +49,7 @@ import { Command as Command17 } from "commander";
49
49
  // package.json
50
50
  var package_default = {
51
51
  name: "@openbkn/bkn-sdk",
52
- version: "0.1.3-rc.1",
52
+ version: "0.1.3",
53
53
  description: "Unified TypeScript SDK + CLI for the BKN (Business Knowledge Network) platform.",
54
54
  type: "module",
55
55
  license: "Apache-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbkn/bkn-sdk",
3
- "version": "0.1.3-rc.1",
3
+ "version": "0.1.3",
4
4
  "description": "Unified TypeScript SDK + CLI for the BKN (Business Knowledge Network) platform.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",