unlimit-keys 0.2.1 → 0.2.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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unlimit-keys",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "An API key rotation system using Redis",
5
5
  "author": "Anirban Majumder <anirbanmajumder.404@gmail.com>",
6
6
  "repository": {
@@ -41,8 +41,7 @@
41
41
  "dev": "tsc --watch",
42
42
  "test": "vitest run",
43
43
  "sync": "node dist/scripts/sync-api-keys.js",
44
- "prepublishOnly": "npm run build && npm run test",
45
- "publish": "npm publish --access public"
44
+ "prepublishOnly": "npm run build && npm run test"
46
45
  },
47
46
  "type": "commonjs",
48
47
  "engines": {