@ai-billing/core 0.0.1-alpha.4 → 0.0.1-alpha.6

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 +10 -0
  2. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @ai-billing/core
2
+ Core provider for the AI Billing.
3
+
4
+ **Installation**
5
+ ```bash
6
+ npm install @ai-billing/core
7
+ ```
8
+
9
+ **Documentation**
10
+ For full usage instructions and examples, please refer to the [Github page](https://github.com/narevai/ai-billing#readme).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-billing/core",
3
- "version": "0.0.1-alpha.4",
3
+ "version": "0.0.1-alpha.6",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "repository": {
@@ -23,7 +23,8 @@
23
23
  }
24
24
  },
25
25
  "publishConfig": {
26
- "access": "public"
26
+ "access": "public",
27
+ "provenance": true
27
28
  },
28
29
  "files": [
29
30
  "dist"