@pixi-ui-editor/schema 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +2 -1
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @pixi-ui-editor/schema
2
+
3
+ Versioned document schema, validation and project-manifest format used by [Pixi UI Editor](https://github.com/AlexMariacho/pixi-ui-editor).
4
+
5
+ Consumed together with [`@pixi-ui-editor/runtime-pixi`](https://www.npmjs.com/package/@pixi-ui-editor/runtime-pixi), which renders documents validated against this schema.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ pnpm add @pixi-ui-editor/schema
11
+ ```
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@pixi-ui-editor/schema",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
+ "description": "Versioned document schema, validation and project-manifest format for Pixi UI Editor projects.",
4
5
  "type": "module",
5
6
  "repository": {
6
7
  "type": "git",