@candulabs/core
Advanced tools
Comparing version 0.7.1-alpha.24 to 0.7.1-alpha.25
@@ -6,2 +6,10 @@ # Change Log | ||
## 0.7.1-alpha.25 (2021-05-21) | ||
**Note:** Version bump only for package @candulabs/core | ||
## 0.7.1-alpha.24 (2021-05-17) | ||
@@ -8,0 +16,0 @@ |
import { CommitId } from './Hashes'; | ||
import { Document } from './Document'; | ||
import { PortalId, PortalSlug } from './Portal'; | ||
import { SegmentId } from '../eventing'; | ||
import { SegmentId, ClientToken } from '../eventing'; | ||
export declare type TutorialId = number; | ||
export declare type TutorialSlug = string; | ||
export declare type ContentType = 'Tutorial' | 'Portal' | 'Content'; | ||
export interface Metadata { | ||
slug?: TutorialSlug; | ||
clientToken: ClientToken; | ||
contentType: ContentType; | ||
} | ||
interface PortalTutorialInfo { | ||
@@ -8,0 +14,0 @@ id: PortalId; |
@@ -12,2 +12,3 @@ import { TutorialId, TutorialSlug } from './TutorialDocument'; | ||
name: string; | ||
folderId?: number; | ||
} |
@@ -0,2 +1,3 @@ | ||
import { TutorialMetadata } from '../models'; | ||
import { TutorialPublishedStates } from './types'; | ||
export declare const getContentState: (tutorial: any) => TutorialPublishedStates; | ||
export declare const getContentState: (tutorial: TutorialMetadata) => TutorialPublishedStates; |
@@ -5,1 +5,2 @@ export * from './logger'; | ||
export * from './NodeManager'; | ||
export * from './injectToWindow'; |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.7.1-alpha.24", | ||
"version": "0.7.1-alpha.25", | ||
"main": "dist/index.js", | ||
@@ -28,7 +28,7 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"@candulabs/eventing": "^0.7.1-alpha.24", | ||
"@candulabs/eventing": "^0.7.1-alpha.25", | ||
"dataloader": "^2.0.0", | ||
"setimmediate": "^1.0.5" | ||
}, | ||
"gitHead": "61cacb10274e2c9ed8be347b54e5d187325bd889" | ||
"gitHead": "4f06b442152020272a5322dae09212e659229c80" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3252894
121
2641
24