release: @marketplaces/payment 0.1.0 (built from main)
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# @marketplaces/payment — release branch
|
||||
|
||||
**Generated branch. Do not edit by hand.**
|
||||
|
||||
This branch contains only the built output of `packages/payment` from `main`, laid out so the repository root *is* the package. That makes it installable directly over git, with no npm registry, no auth token, and no tunnel:
|
||||
|
||||
```json
|
||||
"@marketplaces/payment": "git+https://sources.vitanova.network/sdarbinyan/vitanovaPackages.git#release/payment"
|
||||
```
|
||||
|
||||
Scaffold only — no implementation yet. Source lives on `main` under `packages/payment`.
|
||||
1
dist/index.d.ts
vendored
Normal file
1
dist/index.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
dist/index.js
vendored
Normal file
1
dist/index.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@marketplaces/payment",
|
||||
"version": "0.1.0",
|
||||
"description": "Shared payment/finance client (FX, pricing, checkout gateways) for marketplaces projects. Thin by design — payment business logic stays server-side per the Phase 1/7 backend contracts.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": ["dist"],
|
||||
"peerDependencies": {
|
||||
"@angular/core": ">=22.0.0",
|
||||
"@angular/common": ">=22.0.0",
|
||||
"rxjs": ">=7.8.0"
|
||||
},
|
||||
"license": "UNLICENSED"
|
||||
}
|
||||
Reference in New Issue
Block a user