@innovateium/payload-dpo 0.0.1-beta → 0.0.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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@innovateium/payload-dpo)](https://www.npmjs.com/package/@innovateium/payload-dpo)
4
4
  [![License](https://img.shields.io/github/license/innovateium/payload-dpo)](LICENSE)
5
- [![Beta](https://img.shields.io/badge/status-beta-yellow)]()
6
-
7
- > **Beta** — This plugin is in active development. APIs may change between versions.
8
5
 
9
6
  A [Payload CMS](https://payloadcms.com) v3 plugin that integrates [PayGate PayWeb3](https://www.paygate.co.za/payweb3/) (Direct Pay Online) — a payment gateway serving South African and African markets.
10
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovateium/payload-dpo",
3
- "version": "0.0.1-beta",
3
+ "version": "0.0.1",
4
4
  "description": "PayGate PayWeb3 payment gateway plugin for Payload CMS v3",
5
5
  "license": "MIT",
6
6
  "author": "Innovateium <info@innovateium.co.bw> (https://innovateium.co.bw)",