@uniformdev/canvas 18.16.1-alpha.6 → 18.18.1-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4156 -4
- package/dist/index.esm.js +1428 -61
- package/dist/index.mjs +1428 -61
- package/package.json +4 -13
- package/dist/chunk-5UA6AKAR.mjs +0 -1534
- package/dist/cli/cli.d.ts +0 -12
- package/dist/cli/cli.js +0 -19845
- package/dist/cli/cli.mjs +0 -19248
- package/dist/createEventBus-db3535cb.d.ts +0 -4157
package/dist/cli/cli.d.ts
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
import { UniformCLIPlugin } from '@uniformdev/cli';
|
2
|
-
import { UniformPackage } from '@uniformdev/cli/sync';
|
3
|
-
import { ah as CanvasDefinitions } from '../createEventBus-db3535cb.js';
|
4
|
-
import 'pusher-js';
|
5
|
-
|
6
|
-
type CanvasPackage = UniformPackage & CanvasDefinitions;
|
7
|
-
declare function readCanvasPackage(filename: string, assertExists: boolean): CanvasPackage;
|
8
|
-
declare function writeCanvasPackage(filename: string, packageContents: CanvasPackage): void;
|
9
|
-
|
10
|
-
declare const uniformCLI: UniformCLIPlugin;
|
11
|
-
|
12
|
-
export { CanvasPackage, readCanvasPackage, uniformCLI, writeCanvasPackage };
|