@candulabs/core
Advanced tools
Comparing version 0.8.14 to 0.8.15
@@ -6,2 +6,26 @@ # Change Log | ||
## [0.8.15](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.8.15-alpha.1...v0.8.15) (2021-10-26) | ||
**Note:** Version bump only for package @candulabs/core | ||
## 0.8.15-alpha.1 (2021-10-25) | ||
**Note:** Version bump only for package @candulabs/core | ||
## 0.8.15-alpha.0 (2021-10-25) | ||
**Note:** Version bump only for package @candulabs/core | ||
## [0.8.14](https://github.com/candulabs/candu-sdk/tree/master/packages/candu-core/compare/v0.8.14-alpha.1...v0.8.14) (2021-10-25) | ||
@@ -8,0 +32,0 @@ |
@@ -15,4 +15,4 @@ export * from './contexts'; | ||
export * from './tutorial'; | ||
export * from './preact'; | ||
export * from './harbour'; | ||
export * from './store'; | ||
export * from './init'; |
@@ -11,3 +11,3 @@ import { ProviderProps } from '../inputValidation'; | ||
options: import("../models").CanduClientOptions; | ||
styleguide: Partial<import("../preact/types").Styleguide>; | ||
styleguide: Partial<import("../harbour/types").Styleguide>; | ||
userId: import("../models").UserId; | ||
@@ -14,0 +14,0 @@ clientToken: string; |
import { Eventing } from '@candulabs/eventing'; | ||
import { CanduClientOptions, ClientToken, ContentHashId, PortalSlug, TrackingIdentifiers, UserId, DocumentDefinitionType, Id } from '../models'; | ||
import { Styleguide } from '../preact/types'; | ||
import { Styleguide } from '../harbour/types'; | ||
export interface ProviderProps { | ||
@@ -5,0 +5,0 @@ /** The client token associated with the application we want to render */ |
/// <reference types="lodash" /> | ||
import { CanduNodeContextType } from '../contexts'; | ||
import { Styleguide } from '../preact/types'; | ||
import { Styleguide } from '../harbour/types'; | ||
export declare const mergeStyleguidesFromContext: ((context: CanduNodeContextType) => Styleguide) & import("lodash").MemoizedFunction; |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.8.14", | ||
"version": "0.8.15", | ||
"main": "dist/index.js", | ||
@@ -30,3 +30,3 @@ "module": "dist/index.es.js", | ||
"dependencies": { | ||
"@candulabs/eventing": "^0.8.14", | ||
"@candulabs/eventing": "^0.8.15", | ||
"dataloader": "^2.0.0", | ||
@@ -37,3 +37,3 @@ "preact": "10.5.13", | ||
}, | ||
"gitHead": "3f035233fcd9c3e358744429a8ad702c6fa96a49" | ||
"gitHead": "aa58699dcbf684a8ff99c098749650c15706e640" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
606311
Updated@candulabs/eventing@^0.8.15