@arbocollab/arbo-web-people 0.1.85-alpha.1 → 0.1.85-alpha.2
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/cjs/index.cjs.js +2 -2
- package/es/index.es.js +5 -5
- package/npmjs.npmrc +1 -1
- package/package.json +1 -1
- package/umd/index.umd.js +2 -2
package/es/index.es.js
CHANGED
|
@@ -6367,7 +6367,7 @@ nte((t) => ({
|
|
|
6367
6367
|
return $8(e, n) || t.has(e, n);
|
|
6368
6368
|
}
|
|
6369
6369
|
}));
|
|
6370
|
-
const cve = "0.0.372-alpha.
|
|
6370
|
+
const cve = "0.0.372-alpha.3", dve = {
|
|
6371
6371
|
version: cve
|
|
6372
6372
|
}, ite = "mediaCachingDB", dh = "mediaStore", _D = "__cache_flag__", fve = 1, ate = !1, wD = dve.version;
|
|
6373
6373
|
let j1 = null, fT = !1, hT = null, hve = class {
|
|
@@ -48937,10 +48937,10 @@ const _Pe = { class: "date-formatting-display" }, wPe = ["innerHTML"], xPe = ["i
|
|
|
48937
48937
|
review_frame: "{reviewDomain}/{ws_code}?id={take_id}&scene_id={scene_id}&rendition_id={rendition_id}&tab=comment&refresh_marker=true#type=frame&data={frame}",
|
|
48938
48938
|
review_rendition_comment: "{reviewDomain}/{ws_code}?scene_id={scene_id}&rendition_id={rendition_id}&comment_id={comment_id}",
|
|
48939
48939
|
review_comment: "{reviewDomain}/{ws_code}?id={take_id}&scene_id={scene_id}&comment_id={comment_id}",
|
|
48940
|
-
scene_hub: "{baseDomain}/
|
|
48941
|
-
hub_rendition: "{baseDomain}/
|
|
48942
|
-
hub_comment: "{baseDomain}/
|
|
48943
|
-
people_insight: "{baseDomain}/
|
|
48940
|
+
scene_hub: "{baseDomain}/{ws_code}/{scene_id}?o=st",
|
|
48941
|
+
hub_rendition: "{baseDomain}/{ws_code}/{scene_id}?o=st&renditionId={rendition_id}",
|
|
48942
|
+
hub_comment: "{baseDomain}/{ws_code}/{scene_id}?o=st&comment_id={comment_id}",
|
|
48943
|
+
people_insight: "{baseDomain}/{ws_code}/{user_id}?o=pt",
|
|
48944
48944
|
people_detail: "{baseDomain}/{ws_code}/ws/ppl/{display_name}-${user_id}",
|
|
48945
48945
|
project: "{baseDomain}/{ws_code}/pl/dir/{entity_id}",
|
|
48946
48946
|
woohoo: "{baseDomain}/{ws_code}/pl/woo/rpt/{woohoo_id}",
|
package/npmjs.npmrc
CHANGED