release: @marketplaces/payment 0.2.0 (3d8c2a3)
This commit is contained in:
2
dist/package.json
vendored
2
dist/package.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@marketplaces/payment",
|
"name": "@marketplaces/payment",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Standalone Angular payment UI and central payment API client.",
|
"description": "Standalone Angular payment UI and central payment API client.",
|
||||||
"module": "fesm2022/marketplaces-payment.mjs",
|
"module": "fesm2022/marketplaces-payment.mjs",
|
||||||
"typings": "types/marketplaces-payment.d.ts",
|
"typings": "types/marketplaces-payment.d.ts",
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@marketplaces/payment",
|
"name": "@marketplaces/payment",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Standalone Angular payment UI and central payment API client.",
|
"description": "Standalone Angular payment UI and central payment API client.",
|
||||||
"module": "dist/fesm2022/marketplaces-payment.mjs",
|
"module": "dist/fesm2022/marketplaces-payment.mjs",
|
||||||
"typings": "dist/types/marketplaces-payment.d.ts",
|
"typings": "dist/types/marketplaces-payment.d.ts",
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
||||||
"test": "node --test test/*.test.mjs"
|
"test": "node --test test/*.test.mjs"
|
||||||
|
|||||||
Reference in New Issue
Block a user