@jant/core 0.1.0 → 0.1.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 +2 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A modern, open-source microblogging platform built on Cloudflare Workers.
4
4
 
5
+ > Still in development
6
+
5
7
  ## What is Jant?
6
8
 
7
9
  Jant is a single-author microblog for people who want to share thoughts without the noise of social media. No followers, no likes, no algorithms—just your words.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jant/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A modern, open-source microblogging platform built on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "bin": {
@@ -89,7 +89,8 @@
89
89
  "author": "Jant Contributors",
90
90
  "license": "AGPL-3.0",
91
91
  "publishConfig": {
92
- "access": "public"
92
+ "access": "public",
93
+ "provenance": true
93
94
  },
94
95
  "bugs": {
95
96
  "url": "https://github.com/jant-me/jant/issues"