heartraite 1.0.102 → 1.0.103

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,3 +1,3 @@
1
- import { PersonalityTrait, SACategoryID } from "src/enum";
1
+ import { PersonalityTrait, SACategoryID } from "../enum";
2
2
  export declare const SA_TRIAL_CATEGORIES: SACategoryID[];
3
3
  export declare const SA_TRIAL_PERSONALITY_SECTIONS: PersonalityTrait[];
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SA_TRIAL_PERSONALITY_SECTIONS = exports.SA_TRIAL_CATEGORIES = void 0;
4
- const enum_1 = require("src/enum");
4
+ const enum_1 = require("../enum");
5
5
  exports.SA_TRIAL_CATEGORIES = [enum_1.SACategoryID.PERSONALITY];
6
6
  exports.SA_TRIAL_PERSONALITY_SECTIONS = [
7
7
  enum_1.PersonalityTrait.OPENNESS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heartraite",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "description": "Heartraite npm package for common functionality",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,4 +1,4 @@
1
- import { PersonalityTrait, SACategoryID } from "src/enum";
1
+ import { PersonalityTrait, SACategoryID } from "../enum";
2
2
 
3
3
  export const SA_TRIAL_CATEGORIES = [SACategoryID.PERSONALITY];
4
4