@chayns-components/person-finder 5.4.8-alpha.0 → 5.4.10

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.
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.RELATIONS_BASE_URL = exports.QA_RELATIONS_BASE_URL = void 0;
7
7
  const QA_RELATIONS_BASE_URL = exports.QA_RELATIONS_BASE_URL = 'https://cube-dev.tobit.com/relations-gateway/relations/';
8
- const RELATIONS_BASE_URL = exports.RELATIONS_BASE_URL = 'https://relations.chayns.net/relations/';
8
+ const RELATIONS_BASE_URL = exports.RELATIONS_BASE_URL = 'https://cube.tobit.com/relations-gateway/relations/';
9
9
  //# sourceMappingURL=url.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"url.js","names":["QA_RELATIONS_BASE_URL","exports","RELATIONS_BASE_URL"],"sources":["../../../src/constants/url.ts"],"sourcesContent":["export const QA_RELATIONS_BASE_URL = 'https://cube-dev.tobit.com/relations-gateway/relations/';\nexport const RELATIONS_BASE_URL = 'https://relations.chayns.net/relations/';\n"],"mappings":";;;;;;AAAO,MAAMA,qBAAqB,GAAAC,OAAA,CAAAD,qBAAA,GAAG,yDAAyD;AACvF,MAAME,kBAAkB,GAAAD,OAAA,CAAAC,kBAAA,GAAG,yCAAyC","ignoreList":[]}
1
+ {"version":3,"file":"url.js","names":["QA_RELATIONS_BASE_URL","exports","RELATIONS_BASE_URL"],"sources":["../../../src/constants/url.ts"],"sourcesContent":["export const QA_RELATIONS_BASE_URL = 'https://cube-dev.tobit.com/relations-gateway/relations/';\nexport const RELATIONS_BASE_URL = 'https://cube.tobit.com/relations-gateway/relations/';\n"],"mappings":";;;;;;AAAO,MAAMA,qBAAqB,GAAAC,OAAA,CAAAD,qBAAA,GAAG,yDAAyD;AACvF,MAAME,kBAAkB,GAAAD,OAAA,CAAAC,kBAAA,GAAG,qDAAqD","ignoreList":[]}
@@ -1,3 +1,3 @@
1
1
  export const QA_RELATIONS_BASE_URL = 'https://cube-dev.tobit.com/relations-gateway/relations/';
2
- export const RELATIONS_BASE_URL = 'https://relations.chayns.net/relations/';
2
+ export const RELATIONS_BASE_URL = 'https://cube.tobit.com/relations-gateway/relations/';
3
3
  //# sourceMappingURL=url.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"url.js","names":["QA_RELATIONS_BASE_URL","RELATIONS_BASE_URL"],"sources":["../../../src/constants/url.ts"],"sourcesContent":["export const QA_RELATIONS_BASE_URL = 'https://cube-dev.tobit.com/relations-gateway/relations/';\nexport const RELATIONS_BASE_URL = 'https://relations.chayns.net/relations/';\n"],"mappings":"AAAA,OAAO,MAAMA,qBAAqB,GAAG,yDAAyD;AAC9F,OAAO,MAAMC,kBAAkB,GAAG,yCAAyC","ignoreList":[]}
1
+ {"version":3,"file":"url.js","names":["QA_RELATIONS_BASE_URL","RELATIONS_BASE_URL"],"sources":["../../../src/constants/url.ts"],"sourcesContent":["export const QA_RELATIONS_BASE_URL = 'https://cube-dev.tobit.com/relations-gateway/relations/';\nexport const RELATIONS_BASE_URL = 'https://cube.tobit.com/relations-gateway/relations/';\n"],"mappings":"AAAA,OAAO,MAAMA,qBAAqB,GAAG,yDAAyD;AAC9F,OAAO,MAAMC,kBAAkB,GAAG,qDAAqD","ignoreList":[]}
@@ -1,2 +1,2 @@
1
1
  export declare const QA_RELATIONS_BASE_URL = "https://cube-dev.tobit.com/relations-gateway/relations/";
2
- export declare const RELATIONS_BASE_URL = "https://relations.chayns.net/relations/";
2
+ export declare const RELATIONS_BASE_URL = "https://cube.tobit.com/relations-gateway/relations/";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/person-finder",
3
- "version": "5.4.8-alpha.0",
3
+ "version": "5.4.10",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -71,7 +71,7 @@
71
71
  "typescript": "^5.9.3"
72
72
  },
73
73
  "dependencies": {
74
- "@chayns-components/core": "^5.4.8-alpha.0",
74
+ "@chayns-components/core": "^5.4.7",
75
75
  "@chayns-components/textstring": "^5.2.5",
76
76
  "@chayns/uac-service": "~0.0.62",
77
77
  "lodash.throttle": "^4.1.1",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "684a9cabab0ea61dbe77d15d7be0f0d0bce98209"
91
+ "gitHead": "efd2cf36a1ac4d437dd573422bbb4380761a496d"
92
92
  }