@vexblocks/cli 1.0.0 → 1.0.2

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +602 -606
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -190,9 +190,9 @@ export default defineSchema({
190
190
 
191
191
  ## Documentation
192
192
 
193
- - [VexBlocks Documentation](https://vexblocks.dev/docs)
193
+ - [VexBlocks Documentation](https://vexblocks.com/docs)
194
194
  - [CMS Usage Guide](./CMS_USAGE_GUIDE.md)
195
- - [API Reference](https://vexblocks.dev/docs/api)
195
+ - [API Reference](https://vexblocks.com/docs/api)
196
196
 
197
197
  ## License
198
198