Skip to content

Commit

Permalink
fix: review suggestion for propagating deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Nov 8, 2022
1 parent 3cebc58 commit 280c243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vat-data/src/vat-data-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,17 @@ if ('VatData' in globalThis) {
};
}

/**
* @deprecated Use FarClasses/FarInstances instead of kinds
*/
export const {
defineKind,
defineKindMulti,
defineDurableKind,
defineDurableKindMulti,
} = VatDataGlobal;

export const {
makeKindHandle,
providePromiseWatcher,
watchPromise,
Expand Down

0 comments on commit 280c243

Please sign in to comment.