@mercuryo-ai/magicpay-sdk 0.1.0-test.2 → 0.1.0-test.5

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 +8 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercuryo-ai/magicpay-sdk",
3
- "version": "0.1.0-test.2",
3
+ "version": "0.1.0-test.5",
4
4
  "description": "Official MagicPay SDK for TypeScript and Node — session state and secret request flows",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -40,15 +40,6 @@
40
40
  "import": "./dist/session-flow.js"
41
41
  }
42
42
  },
43
- "repository": {
44
- "type": "git",
45
- "url": "git+https://github.com/nuanu-ai/mercuryo-agent-pay.git",
46
- "directory": "packages/magicpay-sdk"
47
- },
48
- "bugs": {
49
- "url": "https://github.com/nuanu-ai/mercuryo-agent-pay/issues"
50
- },
51
- "homepage": "https://github.com/nuanu-ai/mercuryo-agent-pay/tree/main/packages/magicpay-sdk",
52
43
  "keywords": [
53
44
  "magicpay",
54
45
  "sdk",
@@ -76,19 +67,18 @@
76
67
  "optional": true
77
68
  }
78
69
  },
70
+ "devDependencies": {
71
+ "@types/node": "^22.0.0",
72
+ "typescript": "5.9.2",
73
+ "vitest": "^4.0.18",
74
+ "@mercuryo-ai/agentbrowse": "0.2.52"
75
+ },
79
76
  "scripts": {
80
77
  "build": "node -e \"require('node:fs').rmSync('dist',{ recursive: true, force: true })\" && tsc -p tsconfig.build.json",
81
78
  "check-types": "tsc --noEmit",
82
79
  "docs:verify": "node scripts/verify-public-docs.mjs",
83
80
  "pack:verify": "node scripts/verify-pack-artifact.mjs",
84
- "prepack": "npm run build",
85
81
  "smoke:pack-install": "node scripts/verify-pack-install-smoke.mjs",
86
82
  "test": "vitest run"
87
- },
88
- "devDependencies": {
89
- "@mercuryo-ai/agentbrowse": "workspace:*",
90
- "@types/node": "^22.0.0",
91
- "typescript": "5.9.2",
92
- "vitest": "^4.0.18"
93
83
  }
94
- }
84
+ }