@rss/common
Advanced tools
Comparing version 0.0.49 to 0.0.50
@@ -13,2 +13,3 @@ 'use strict'; | ||
var InventoryCard = require('../model/procedure/inventory-card'); | ||
var LocationCard = require('../model/procedure/location-card'); | ||
var LotoElectricalCard = require('../model/procedure/loto-electrical-card'); | ||
@@ -37,2 +38,4 @@ var ValueUnitCard = require('../model/procedure/value-unit-card'); | ||
return new InventoryCard(card); | ||
case 'LOCATION': | ||
return new LocationCard(card); | ||
case 'LOTO_ELECTRICAL': | ||
@@ -39,0 +42,0 @@ return new LotoElectricalCard(card); |
{ | ||
"name": "@rss/common", | ||
"version": "0.0.49", | ||
"version": "0.0.50", | ||
"description": "common constant, classes, & helper", | ||
@@ -5,0 +5,0 @@ "author": "Risk & Safety Solution", |
@@ -9,2 +9,3 @@ const AcknowledgementCard = require('../model/procedure/acknowledgement-card'); | ||
const InventoryCard = require('../model/procedure/inventory-card'); | ||
const LocationCard = require('../model/procedure/location-card'); | ||
const LotoElectricalCard = require('../model/procedure/loto-electrical-card'); | ||
@@ -33,2 +34,4 @@ const ValueUnitCard = require('../model/procedure/value-unit-card'); | ||
return new InventoryCard(card); | ||
case 'LOCATION': | ||
return new LocationCard(card); | ||
case 'LOTO_ELECTRICAL': | ||
@@ -35,0 +38,0 @@ return new LotoElectricalCard(card); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
749759
229
12346