1.1.1 • Published 9 months ago

@raisins/schema v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@raisins/schema

Schema for describing web component bundles and how they can be editted by Raisins.

Usage

Import the JSON schema document

import schema from "@raisins/schema";

myschemavalidator(input, schema);

Import the typescript types

import * as schema from "@raisins/schema/schema";
type Foo = schema.Package;

Import specific types from the schema

import { Attribute } from "@raisins/schema/schema";
type AttributeAtom = Atom<Attribute>;
1.1.1

9 months ago

1.1.1-0

9 months ago

1.1.0

1 year ago

1.0.2-3

1 year ago

1.0.2-2

1 year ago

1.0.2-1

1 year ago

1.0.1

2 years ago

1.0.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago