release: @marketplaces/payment 0.2.0 (3d8c2a3)

This commit is contained in:
2026-08-21 08:14:48 +04:00
parent b12bd0cdd6
commit 61b000f43f
2 changed files with 5 additions and 3 deletions

2
dist/package.json vendored
View File

@@ -1,6 +1,6 @@
{
"name": "@marketplaces/payment",
"version": "0.1.0",
"version": "0.2.0",
"description": "Standalone Angular payment UI and central payment API client.",
"module": "fesm2022/marketplaces-payment.mjs",
"typings": "types/marketplaces-payment.d.ts",

View File

@@ -1,10 +1,12 @@
{
"name": "@marketplaces/payment",
"version": "0.1.0",
"version": "0.2.0",
"description": "Standalone Angular payment UI and central payment API client.",
"module": "dist/fesm2022/marketplaces-payment.mjs",
"typings": "dist/types/marketplaces-payment.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
"test": "node --test test/*.test.mjs"