@quillmark/wasm 0.66.0 → 0.66.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.
package/bundler/wasm.d.ts CHANGED
@@ -339,8 +339,11 @@ export class Quill {
339
339
  * optional `example`. `main` and each card under `card_types` share
340
340
  * the same shape: `fields` (map keyed by field name), optional
341
341
  * `title`, `description`, `ui`.
342
- * - `backend`, `version`, `author` — quill identity declared in
343
- * `Quill.yaml`'s `quill:` section.
342
+ * - `backend`, `version`, `author`, `description` — quill identity
343
+ * declared in `Quill.yaml`'s `quill:` section. `description` describes
344
+ * the quill itself; if the author also declared `main.description` (the
345
+ * schema description of the entry-point card), it lives at
346
+ * `schema.main.description` and is independent.
344
347
  * - `supportedFormats` — output formats the backend produces, as
345
348
  * lowercase strings.
346
349
  * - Any additional unstructured keys declared under `quill:`.
@@ -622,8 +622,11 @@ export class Quill {
622
622
  * optional `example`. `main` and each card under `card_types` share
623
623
  * the same shape: `fields` (map keyed by field name), optional
624
624
  * `title`, `description`, `ui`.
625
- * - `backend`, `version`, `author` — quill identity declared in
626
- * `Quill.yaml`'s `quill:` section.
625
+ * - `backend`, `version`, `author`, `description` — quill identity
626
+ * declared in `Quill.yaml`'s `quill:` section. `description` describes
627
+ * the quill itself; if the author also declared `main.description` (the
628
+ * schema description of the entry-point card), it lives at
629
+ * `schema.main.description` and is independent.
627
630
  * - `supportedFormats` — output formats the backend produces, as
628
631
  * lowercase strings.
629
632
  * - Any additional unstructured keys declared under `quill:`.
Binary file
@@ -339,8 +339,11 @@ export class Quill {
339
339
  * optional `example`. `main` and each card under `card_types` share
340
340
  * the same shape: `fields` (map keyed by field name), optional
341
341
  * `title`, `description`, `ui`.
342
- * - `backend`, `version`, `author` — quill identity declared in
343
- * `Quill.yaml`'s `quill:` section.
342
+ * - `backend`, `version`, `author`, `description` — quill identity
343
+ * declared in `Quill.yaml`'s `quill:` section. `description` describes
344
+ * the quill itself; if the author also declared `main.description` (the
345
+ * schema description of the entry-point card), it lives at
346
+ * `schema.main.description` and is independent.
344
347
  * - `supportedFormats` — output formats the backend produces, as
345
348
  * lowercase strings.
346
349
  * - Any additional unstructured keys declared under `quill:`.
package/node-esm/wasm.js CHANGED
@@ -626,8 +626,11 @@ export class Quill {
626
626
  * optional `example`. `main` and each card under `card_types` share
627
627
  * the same shape: `fields` (map keyed by field name), optional
628
628
  * `title`, `description`, `ui`.
629
- * - `backend`, `version`, `author` — quill identity declared in
630
- * `Quill.yaml`'s `quill:` section.
629
+ * - `backend`, `version`, `author`, `description` — quill identity
630
+ * declared in `Quill.yaml`'s `quill:` section. `description` describes
631
+ * the quill itself; if the author also declared `main.description` (the
632
+ * schema description of the entry-point card), it lives at
633
+ * `schema.main.description` and is independent.
631
634
  * - `supportedFormats` — output formats the backend produces, as
632
635
  * lowercase strings.
633
636
  * - Any additional unstructured keys declared under `quill:`.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillmark/wasm",
3
- "version": "0.66.0",
3
+ "version": "0.66.1",
4
4
  "description": "WebAssembly bindings for quillmark",
5
5
  "type": "module",
6
6
  "license": "MIT OR Apache-2.0",