@ukic/canary-docs 3.0.0-canary.12 → 3.0.0-canary.13

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @ukic/canary-docs
2
2
 
3
- This package publishes the component API JSON data produced by Stencil.
3
+ This docs package publishes the component API JSON data produced by Stencil.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "mi6",
3
3
  "name": "@ukic/canary-docs",
4
- "version": "3.0.0-canary.12",
4
+ "version": "3.0.0-canary.13",
5
5
  "description": "API documentation for @ukic canary components",
6
6
  "main": "docs.json",
7
7
  "types": "./docs.d.ts",
@@ -19,5 +19,5 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "packageManager": "^npm@10.9.2",
22
- "gitHead": "0a55d7e265bdf3d5bbf46a26f34dbfb44e3d9670"
22
+ "gitHead": "6ddd470175efc6e34d94c67fe05db42304dd4e3c"
23
23
  }