@izara_project/izara-core-library-service-schemas 1.0.70 → 1.0.71

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izara_project/izara-core-library-service-schemas",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "description": "Schemas for the service and objects it controls",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1135,7 +1135,7 @@ async function validateLocalSchema(_izContext, schemasPath, serviceConfigPath) {
1135
1135
  let linkTypeRelSchema = createLinkTypeId(_izContext,
1136
1136
  link.from.objType,
1137
1137
  link.to.objType,
1138
- { relationshipTag: relTagName, serviceTag: process.env.iz_serviceTag },
1138
+ { relationshipTag: relTagName, serviceTag: iz_serviceTag},
1139
1139
  "from"
1140
1140
  )
1141
1141