nightpay 0.3.11 → 0.4.0

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.

Potentially problematic release.


This version of nightpay might be problematic. Click here for more details.

@@ -1,10 +1,10 @@
1
- {
2
- "id": "nightpay",
3
- "name": "NightPay",
4
- "description": "Anonymous community bounty pools \u2014 Midnight ZK proofs + Masumi settlement + Cardano finality. Skills auto-loaded from skills/nightpay/.",
5
- "version": "0.3.11",
6
- "configSchema": {},
7
- "skills": [
8
- "skills/nightpay"
9
- ]
10
- }
1
+ {
2
+ "id": "nightpay",
3
+ "name": "NightPay",
4
+ "description": "Anonymous community bounty pools \u2014 Midnight ZK proofs + Masumi settlement + Cardano finality. Skills auto-loaded from skills/nightpay/.",
5
+ "version": "0.3.11",
6
+ "configSchema": {},
7
+ "skills": [
8
+ "skills/nightpay"
9
+ ]
10
+ }
package/package.json CHANGED
@@ -1,51 +1,50 @@
1
- {
2
- "name": "nightpay",
3
- "version": "0.3.11",
4
- "description": "Anonymous community bounties for AI agents. Midnight ZK proofs + Masumi settlement + Cardano finality.",
5
- "keywords": [
6
- "bounties",
7
- "community-bounties",
8
- "midnight",
9
- "cardano",
10
- "masumi",
11
- "openclaw",
12
- "zk-proofs",
13
- "privacy",
14
- "ai-agents",
15
- "zero-knowledge",
16
- "agent-skills",
17
- "clawhub"
18
- ],
19
- "homepage": "https://github.com/nightpay/nightpay",
20
- "repository": {
21
- "type": "git",
22
- "url": "git+https://github.com/nightpay/nightpay.git"
23
- },
24
- "license": "AGPL-3.0-only",
25
- "author": "nightpay contributors",
26
- "type": "module",
27
- "bin": {
28
- "nightpay": "bin/cli.js"
29
- },
30
- "scripts": {
31
- "test": "node test/run-quality-gate.mjs",
32
- "test:quality": "node test/run-quality-gate.mjs",
33
- "test:smoke": "node test/run-smoke-test.mjs"
34
- },
35
- "files": [
36
- "bin/",
37
- "skills/",
38
- "README.md",
39
- "LICENSE",
40
- "nightpay_sdk.py",
41
- "scripts/",
42
- "plugin.js",
43
- "openclaw.plugin.json"
44
- ],
45
- "openclaw": {
46
- "extensions": [
47
- "./plugin.js"
48
- ],
49
- "type": "skillBundle"
50
- }
51
- }
1
+ {
2
+ "name": "nightpay",
3
+ "version": "0.4.0",
4
+ "description": "Anonymous community bounties for AI agents. Midnight ZK proofs + Masumi settlement + Cardano finality.",
5
+ "keywords": [
6
+ "bounties",
7
+ "community-bounties",
8
+ "midnight",
9
+ "cardano",
10
+ "masumi",
11
+ "openclaw",
12
+ "zk-proofs",
13
+ "privacy",
14
+ "ai-agents",
15
+ "zero-knowledge",
16
+ "agent-skills",
17
+ "clawhub"
18
+ ],
19
+ "homepage": "https://nightpay.dev",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/nightpay/nightpay.git"
23
+ },
24
+ "license": "AGPL-3.0-only",
25
+ "author": "nightpay contributors",
26
+ "type": "module",
27
+ "bin": {
28
+ "nightpay": "bin/cli.js"
29
+ },
30
+ "scripts": {
31
+ "test": "node test/run-quality-gate.mjs",
32
+ "test:quality": "node test/run-quality-gate.mjs",
33
+ "test:smoke": "node test/run-smoke-test.mjs"
34
+ },
35
+ "files": [
36
+ "bin/cli.js",
37
+ "skills/",
38
+ "README.md",
39
+ "LICENSE",
40
+ "nightpay_sdk.py",
41
+ "plugin.js",
42
+ "openclaw.plugin.json"
43
+ ],
44
+ "openclaw": {
45
+ "extensions": [
46
+ "./plugin.js"
47
+ ],
48
+ "type": "skillBundle"
49
+ }
50
+ }