pmcf 4.15.3 → 4.15.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/service.mjs +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmcf",
3
- "version": "4.15.3",
3
+ "version": "4.15.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/src/service.mjs CHANGED
@@ -262,8 +262,8 @@ export class Service extends Base {
262
262
  sources: this.templateContent(),
263
263
  outputs: this.outputs,
264
264
  properties: {
265
- name: `${this.typeName}-${this.location.name}-${this.host.name}`,
266
- description: `${this.typeName} definitions for ${this.fullName}@${this.host.name}`,
265
+ name: `${this.type}-${this.location.name}-${this.host.name}`,
266
+ description: `${this.type} definitions for ${this.fullName}@${this.host.name}`,
267
267
  access: "private",
268
268
  dependencies: this.depends
269
269
  }