tpmkms 9.6.3-beta.26 → 9.6.3-beta.28

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/common/actions.js CHANGED
@@ -44,7 +44,7 @@ const config = {
44
44
  selector: {
45
45
  // loose: "action",
46
46
  arguments: {
47
- action: "(@<= 'doAction')",
47
+ action: "(@<= 'action')",
48
48
  },
49
49
  },
50
50
  semantic: async ({context, fragments, e, toFinalValue, kms}) => {
package/common/drone.js CHANGED
@@ -1546,6 +1546,7 @@ knowledgeModule( {
1546
1546
  ],
1547
1547
  objects: [
1548
1548
  { km: 'stm' },
1549
+ { km: 'logging' },
1549
1550
  { path: ['history'] },
1550
1551
  { path: ['current'] },
1551
1552
  { path: ['runCommand'] },
package/package.json CHANGED
@@ -392,8 +392,8 @@
392
392
  "scriptjs": "^2.5.9",
393
393
  "table": "^6.7.1",
394
394
  "uuid": "^9.0.0",
395
- "theprogrammablemind": "9.6.3-beta.26"
395
+ "theprogrammablemind": "9.6.3-beta.28"
396
396
  },
397
- "version": "9.6.3-beta.26",
397
+ "version": "9.6.3-beta.28",
398
398
  "license": "UNLICENSED"
399
399
  }