@cardor/agent-harness-kit 1.7.1 → 1.7.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.js CHANGED
@@ -455,7 +455,7 @@ function configTs(params) {
455
455
 
456
456
  export default defineHarness({
457
457
  project: {
458
- name: '${JSON.stringify(params.name)}',
458
+ name: ${JSON.stringify(params.name)},
459
459
  description: ${JSON.stringify(params.description)},
460
460
  docsPath: '${params.docsPath}',
461
461
  },
@@ -506,7 +506,7 @@ function configCjs(params) {
506
506
 
507
507
  module.exports = defineHarness({
508
508
  project: {
509
- name: '${JSON.stringify(params.name)}',
509
+ name: ${JSON.stringify(params.name)},
510
510
  description: ${JSON.stringify(params.description)},
511
511
  docsPath: '${params.docsPath}',
512
512
  },