ci: release
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
"emdash": minor
|
|
||||||
"@emdash-cms/admin": minor
|
|
||||||
"@emdash-cms/auth": minor
|
|
||||||
"@emdash-cms/blocks": minor
|
|
||||||
"@emdash-cms/cloudflare": minor
|
|
||||||
"@emdash-cms/gutenberg-to-portable-text": minor
|
|
||||||
"@emdash-cms/plugin-ai-moderation": minor
|
|
||||||
"@emdash-cms/plugin-atproto": minor
|
|
||||||
"@emdash-cms/plugin-audit-log": minor
|
|
||||||
"@emdash-cms/plugin-color": minor
|
|
||||||
"@emdash-cms/plugin-embeds": minor
|
|
||||||
"@emdash-cms/plugin-forms": minor
|
|
||||||
"@emdash-cms/plugin-webhook-notifier": minor
|
|
||||||
"@emdash-cms/x402": minor
|
|
||||||
"create-emdash": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
First beta release
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"create-emdash": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove manual bootstrap step from CLI output
|
|
||||||
|
|
||||||
The create-emdash CLI no longer suggests running `bootstrap` as a manual step, since EmDash now auto-bootstraps on first run.
|
|
||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/admin
|
# @emdash-cms/admin
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- @emdash-cms/blocks@0.1.0
|
||||||
|
|
||||||
## 0.0.2
|
## 0.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/admin",
|
"name": "@emdash-cms/admin",
|
||||||
"version": "0.0.2",
|
"version": "0.1.0",
|
||||||
"description": "Admin UI for EmDash CMS",
|
"description": "Admin UI for EmDash CMS",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
7
packages/auth/CHANGELOG.md
Normal file
7
packages/auth/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# @emdash-cms/auth
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/auth",
|
"name": "@emdash-cms/auth",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "Passkey-first authentication for EmDash",
|
"description": "Passkey-first authentication for EmDash",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.mjs",
|
"main": "dist/index.mjs",
|
||||||
|
|||||||
7
packages/blocks/CHANGELOG.md
Normal file
7
packages/blocks/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# @emdash-cms/blocks
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/blocks",
|
"name": "@emdash-cms/blocks",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "Declarative plugin UI blocks for EmDash CMS",
|
"description": "Declarative plugin UI blocks for EmDash CMS",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/cloudflare
|
# @emdash-cms/cloudflare
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/cloudflare",
|
"name": "@emdash-cms/cloudflare",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
|
"description": "Cloudflare adapters for EmDash - D1, R2, Access, and Worker Loader sandbox",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.mjs",
|
"main": "dist/index.mjs",
|
||||||
|
|||||||
@@ -1,5 +1,18 @@
|
|||||||
# emdash
|
# emdash
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- @emdash-cms/admin@0.1.0
|
||||||
|
- @emdash-cms/auth@0.1.0
|
||||||
|
- @emdash-cms/gutenberg-to-portable-text@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "emdash",
|
"name": "emdash",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"description": "Astro-native CMS with WordPress migration support",
|
"description": "Astro-native CMS with WordPress migration support",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.mjs",
|
"main": "dist/index.mjs",
|
||||||
|
|||||||
@@ -1,5 +1,17 @@
|
|||||||
# create-emdash
|
# create-emdash
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#12](https://github.com/emdash-cms/emdash/pull/12) [`9db4c2c`](https://github.com/emdash-cms/emdash/commit/9db4c2cba24d5202fba630ac366ae42cf721390f) Thanks [@ascorbic](https://github.com/ascorbic)! - Remove manual bootstrap step from CLI output
|
||||||
|
|
||||||
|
The create-emdash CLI no longer suggests running `bootstrap` as a manual step, since EmDash now auto-bootstraps on first run.
|
||||||
|
|
||||||
## 0.0.4
|
## 0.0.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "create-emdash",
|
"name": "create-emdash",
|
||||||
"version": "0.0.4",
|
"version": "0.1.0",
|
||||||
"description": "Create a new EmDash CMS project",
|
"description": "Create a new EmDash CMS project",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": "./dist/index.mjs",
|
"bin": "./dist/index.mjs",
|
||||||
|
|||||||
7
packages/gutenberg-to-portable-text/CHANGELOG.md
Normal file
7
packages/gutenberg-to-portable-text/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# @emdash-cms/gutenberg-to-portable-text
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/gutenberg-to-portable-text",
|
"name": "@emdash-cms/gutenberg-to-portable-text",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "Convert WordPress Gutenberg blocks to Portable Text",
|
"description": "Convert WordPress Gutenberg blocks to Portable Text",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.mjs",
|
"main": "dist/index.mjs",
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/plugin-ai-moderation
|
# @emdash-cms/plugin-ai-moderation
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/plugin-ai-moderation",
|
"name": "@emdash-cms/plugin-ai-moderation",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)",
|
"description": "AI-powered comment moderation plugin for EmDash CMS using Cloudflare Workers AI (Llama Guard)",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/descriptor.ts",
|
"main": "src/descriptor.ts",
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/plugin-atproto
|
# @emdash-cms/plugin-atproto
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/plugin-atproto",
|
"name": "@emdash-cms/plugin-atproto",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
|
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/plugin-audit-log
|
# @emdash-cms/plugin-audit-log
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/plugin-audit-log",
|
"name": "@emdash-cms/plugin-audit-log",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "Audit logging plugin for EmDash CMS - tracks content changes",
|
"description": "Audit logging plugin for EmDash CMS - tracks content changes",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/plugin-color
|
# @emdash-cms/plugin-color
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/plugin-color",
|
"name": "@emdash-cms/plugin-color",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "Color picker field widget for EmDash CMS",
|
"description": "Color picker field widget for EmDash CMS",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
@@ -1,5 +1,17 @@
|
|||||||
# @emdash-cms/plugin-embeds
|
# @emdash-cms/plugin-embeds
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
- @emdash-cms/blocks@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/plugin-embeds",
|
"name": "@emdash-cms/plugin-embeds",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more",
|
"description": "Embed blocks for EmDash CMS - YouTube, Vimeo, Twitter, Bluesky, Mastodon, and more",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/plugin-forms
|
# @emdash-cms/plugin-forms
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/plugin-forms",
|
"name": "@emdash-cms/plugin-forms",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications",
|
"description": "Forms plugin for EmDash CMS - build forms, collect submissions, send notifications",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
@@ -1,5 +1,16 @@
|
|||||||
# @emdash-cms/plugin-webhook-notifier
|
# @emdash-cms/plugin-webhook-notifier
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [[`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4)]:
|
||||||
|
- emdash@0.1.0
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/plugin-webhook-notifier",
|
"name": "@emdash-cms/plugin-webhook-notifier",
|
||||||
"version": "0.0.3",
|
"version": "1.0.0",
|
||||||
"description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes",
|
"description": "Webhook notification plugin for EmDash CMS - posts to external URLs on content changes",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
7
packages/x402/CHANGELOG.md
Normal file
7
packages/x402/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# @emdash-cms/x402
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- [#14](https://github.com/emdash-cms/emdash/pull/14) [`755b501`](https://github.com/emdash-cms/emdash/commit/755b5017906811f97f78f4c0b5a0b62e67b52ec4) Thanks [@ascorbic](https://github.com/ascorbic)! - First beta release
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@emdash-cms/x402",
|
"name": "@emdash-cms/x402",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "x402 payment protocol integration for Astro sites",
|
"description": "x402 payment protocol integration for Astro sites",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user