@candulabs/core
Advanced tools
Comparing version 0.4.0-beta.13 to 0.5.0-alpha.1
@@ -6,2 +6,10 @@ # Change Log | ||
# [0.5.0-alpha.1](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.4.0-beta.13...v0.5.0-alpha.1) (2020-09-28) | ||
**Note:** Version bump only for package @candulabs/core | ||
# [0.4.0-beta.13](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.4.0-beta.12...v0.4.0-beta.13) (2020-09-27) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const API_BASE_URL="https://api.candu.ai",CDN_BASE_URL="https://cdn.candu.ai",VERSION="0.4.0-beta.13";var injections=Object.freeze({__proto__:null,API_BASE_URL:API_BASE_URL,CDN_BASE_URL:CDN_BASE_URL,VERSION:VERSION});const{API_BASE_URL:API_BASE_URL$1}=injections,{CDN_BASE_URL:CDN_BASE_URL$1}=injections,ENDPOINTS={segmentMembership:"/api/segmentMemberships",tutorialDocuments:"/api/tutorialDocumentsEditor"},fetchURL=async t=>(await fetch(t)).json(),fetchFromApi=t=>fetchURL(`${API_BASE_URL$1}${t}`),fetchFromCdn=t=>fetchURL(`${CDN_BASE_URL$1}${t}`),RESOURCES={tutorialDocument:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>fetchFromCdn(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>fetchFromApi(`${ENDPOINTS.segmentMembership}/${e}?token=${t}`)};exports.RESOURCES=RESOURCES; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});const API_BASE_URL="https://api.candu.ai",CDN_BASE_URL="https://cdn.candu.ai",VERSION="0.5.0-alpha.1";var injections=Object.freeze({__proto__:null,API_BASE_URL:API_BASE_URL,CDN_BASE_URL:CDN_BASE_URL,VERSION:VERSION});const{API_BASE_URL:API_BASE_URL$1}=injections,{CDN_BASE_URL:CDN_BASE_URL$1}=injections,ENDPOINTS={segmentMembership:"/api/segmentMemberships",tutorialDocuments:"/api/tutorialDocumentsEditor"},fetchURL=async t=>(await fetch(t)).json(),fetchFromApi=t=>fetchURL(`${API_BASE_URL$1}${t}`),fetchFromCdn=t=>fetchURL(`${CDN_BASE_URL$1}${t}`),RESOURCES={tutorialDocument:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>fetchFromCdn(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>fetchFromApi(`${ENDPOINTS.tutorialDocuments}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>fetchFromCdn(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>fetchFromApi(`${ENDPOINTS.segmentMembership}/${e}?token=${t}`)};exports.RESOURCES=RESOURCES; | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -1,2 +0,2 @@ | ||
var t=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.4.0-beta.13"});const{API_BASE_URL:a}=t,{CDN_BASE_URL:e}=t,s="/api/segmentMemberships",n="/api/tutorialDocumentsEditor",o=async t=>(await fetch(t)).json(),i=t=>o(`${a}${t}`),u=t=>o(`${e}${t}`),$={tutorialDocument:async(t,a)=>i(`${n}/${a}?token=${t}`),tutorialDocumentSlug:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentContentHash:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentLatestPublished:async(t,a)=>i(`${n}?token=${t}&finder=latestPublished&tutorialId=${a}`),portalAsset:async(t,a)=>u(`/portals/${t}/${a}/head.json`),segmentMembership:async(t,a)=>i(`${s}/${a}?token=${t}`)};export{$ as RESOURCES}; | ||
var t=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.5.0-alpha.1"});const{API_BASE_URL:a}=t,{CDN_BASE_URL:e}=t,s="/api/segmentMemberships",n="/api/tutorialDocumentsEditor",o=async t=>(await fetch(t)).json(),i=t=>o(`${a}${t}`),u=t=>o(`${e}${t}`),$={tutorialDocument:async(t,a)=>i(`${n}/${a}?token=${t}`),tutorialDocumentSlug:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentContentHash:async(t,a)=>u(`/tutorials/${t}/${a}.json`),tutorialDocumentLatestPublished:async(t,a)=>i(`${n}?token=${t}&finder=latestPublished&tutorialId=${a}`),portalAsset:async(t,a)=>u(`/portals/${t}/${a}/head.json`),segmentMembership:async(t,a)=>i(`${s}/${a}?token=${t}`)};export{$ as RESOURCES}; | ||
//# sourceMappingURL=index.es.js.map |
@@ -1,2 +0,2 @@ | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self)["@candulabs/core"]={})}(this,(function(t){"use strict";var e=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.4.0-beta.13"});const{API_BASE_URL:n}=e,{CDN_BASE_URL:o}=e,s="/api/segmentMemberships",a="/api/tutorialDocumentsEditor",i=async t=>(await fetch(t)).json(),u=t=>i(`${n}${t}`),c=t=>i(`${o}${t}`),r={tutorialDocument:async(t,e)=>u(`${a}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>u(`${a}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>c(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>u(`${s}/${e}?token=${t}`)};t.RESOURCES=r,Object.defineProperty(t,"__esModule",{value:!0})})); | ||
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t=t||self)["@candulabs/core"]={})}(this,(function(t){"use strict";var e=Object.freeze({__proto__:null,API_BASE_URL:"https://api.candu.ai",CDN_BASE_URL:"https://cdn.candu.ai",VERSION:"0.5.0-alpha.1"});const{API_BASE_URL:n}=e,{CDN_BASE_URL:o}=e,s="/api/segmentMemberships",a="/api/tutorialDocumentsEditor",i=async t=>(await fetch(t)).json(),u=t=>i(`${n}${t}`),c=t=>i(`${o}${t}`),r={tutorialDocument:async(t,e)=>u(`${a}/${e}?token=${t}`),tutorialDocumentSlug:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentContentHash:async(t,e)=>c(`/tutorials/${t}/${e}.json`),tutorialDocumentLatestPublished:async(t,e)=>u(`${a}?token=${t}&finder=latestPublished&tutorialId=${e}`),portalAsset:async(t,e)=>c(`/portals/${t}/${e}/head.json`),segmentMembership:async(t,e)=>u(`${s}/${e}?token=${t}`)};t.RESOURCES=r,Object.defineProperty(t,"__esModule",{value:!0})})); | ||
//# sourceMappingURL=index.js.map |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.4.0-beta.13", | ||
"version": "0.5.0-alpha.1", | ||
"main": "dist/index.js", | ||
@@ -27,5 +27,5 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"@candulabs/models": "^0.4.0-beta.13" | ||
"@candulabs/models": "^0.5.0-alpha.1" | ||
}, | ||
"gitHead": "e2f0d63195e7c8e8064e7bd4584dd9562c69eb35" | ||
"gitHead": "256a68d18d65228c84a737de07c32bf1d3c9e664" | ||
} |
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
39977
+ Added@candulabs/models@0.5.6(transitive)
- Removed@candulabs/models@0.4.0(transitive)