@blocksuite/store
Advanced tools
Comparing version 0.3.0-20221226125649-b35db9c to 0.3.0-20221227082323-f18207d
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.3.0-20221226125649-b35db9c", | ||
"version": "0.3.0-20221227082323-f18207d", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,3 +5,9 @@ /* eslint-disable @typescript-eslint/no-restricted-imports */ | ||
import { assert, describe, expect, it } from 'vitest'; | ||
import { BaseBlockModel, Signal, Workspace, Page, Generator } from '..'; | ||
import { | ||
BaseBlockModel, | ||
Signal, | ||
Workspace, | ||
Page, | ||
Generator, | ||
} from '../index.js'; | ||
@@ -14,3 +20,3 @@ // Use manual per-module import/export to support vitest environment on Node.js | ||
import { DividerBlockModel } from '../../../blocks/src/divider-block/divider-model.js'; | ||
import type { PageMeta } from '../workspace'; | ||
import type { PageMeta } from '../workspace/index.js'; | ||
import { assertExists } from '../utils/utils.js'; | ||
@@ -17,0 +23,0 @@ |
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
406516
6783