@wrcb/cb-common 1.0.356 → 1.0.359

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.
@@ -1,4 +1,4 @@
1
- import { TargetType } from 'src/types/targetType';
1
+ import { TargetType } from '../types/targetType';
2
2
  import { CouponType } from '../types/couponType';
3
3
  import { Tenant } from '../types/tenant';
4
4
  export interface TenantData {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TenantDataService = void 0;
4
- const targetType_1 = require("src/types/targetType");
4
+ const targetType_1 = require("../types/targetType");
5
5
  const couponType_1 = require("../types/couponType");
6
6
  const tenant_1 = require("../types/tenant");
7
7
  class TenantDataService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.356",
3
+ "version": "1.0.359",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",