@elevasis/sdk 1.20.1 → 1.20.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/dist/cli.cjs CHANGED
@@ -42985,7 +42985,7 @@ function wrapAction(commandName, fn) {
42985
42985
  // package.json
42986
42986
  var package_default = {
42987
42987
  name: "@elevasis/sdk",
42988
- version: "1.20.1",
42988
+ version: "1.20.2",
42989
42989
  description: "SDK for building Elevasis organization resources",
42990
42990
  type: "module",
42991
42991
  bin: {
@@ -46312,7 +46312,7 @@ function generateKnowledgeNodes(options) {
46312
46312
  options.knowledgeFlagsOutputPath,
46313
46313
  `${JSON.stringify(
46314
46314
  generateKnowledgeFlagRegistry(nodes, sourcePaths, {
46315
- cliCommand: options.knowledgeFlagsCliCommand ?? "elevasis-sdk"
46315
+ cliCommand: options.knowledgeFlagsCliCommand ?? "elevasis"
46316
46316
  }),
46317
46317
  null,
46318
46318
  2
@@ -46364,6 +46364,7 @@ function registerKnowledgeGenerate(program3) {
46364
46364
  outputPath,
46365
46365
  graphSkillsOutputPath,
46366
46366
  knowledgeFlagsOutputPath,
46367
+ knowledgeFlagsCliCommand: "elevasis-sdk",
46367
46368
  sourceLabel: options.source ?? "core/config/knowledge/nodes"
46368
46369
  });
46369
46370
  process.stdout.write(`Generated ${result.nodes.length} knowledge node(s): ${result.outputPath}
@@ -360,7 +360,7 @@ function generateKnowledgeNodes(options) {
360
360
  options.knowledgeFlagsOutputPath,
361
361
  `${JSON.stringify(
362
362
  generateKnowledgeFlagRegistry(nodes, sourcePaths, {
363
- cliCommand: options.knowledgeFlagsCliCommand ?? "elevasis-sdk"
363
+ cliCommand: options.knowledgeFlagsCliCommand ?? "elevasis"
364
364
  }),
365
365
  null,
366
366
  2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/sdk",
3
- "version": "1.20.1",
3
+ "version": "1.20.2",
4
4
  "description": "SDK for building Elevasis organization resources",
5
5
  "type": "module",
6
6
  "bin": {
@@ -58,8 +58,8 @@
58
58
  "typescript": "5.9.2",
59
59
  "zod": "^4.1.0",
60
60
  "@repo/core": "0.22.0",
61
- "@repo/eslint-config": "0.0.0",
62
- "@repo/typescript-config": "0.0.0"
61
+ "@repo/typescript-config": "0.0.0",
62
+ "@repo/eslint-config": "0.0.0"
63
63
  },
64
64
  "scripts": {
65
65
  "lint": "eslint src --max-warnings 0",