@commercelayer/cli-plugin-triggers 4.17.1 → 4.18.1
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.
- package/lib/base.d.ts +1 -1
- package/lib/base.js +1 -1
- package/lib/commands/address/index.js +2 -2
- package/lib/commands/adyen_gateway/index.js +2 -2
- package/lib/commands/adyen_payment/index.js +2 -2
- package/lib/commands/authorization/index.js +2 -2
- package/lib/commands/axerve_gateway/index.js +2 -2
- package/lib/commands/axerve_payment/index.js +2 -2
- package/lib/commands/braintree_gateway/index.js +2 -2
- package/lib/commands/bundle/index.js +2 -2
- package/lib/commands/buy_x_pay_y_promotion/index.js +2 -2
- package/lib/commands/capture/index.js +2 -2
- package/lib/commands/checkout_com_gateway/index.js +2 -2
- package/lib/commands/checkout_com_payment/index.js +2 -2
- package/lib/commands/cleanup/index.js +2 -2
- package/lib/commands/coupon/index.js +2 -2
- package/lib/commands/customer/index.js +2 -2
- package/lib/commands/customer_password_reset/index.js +2 -2
- package/lib/commands/easypost_pickup/index.js +2 -2
- package/lib/commands/event/index.js +2 -2
- package/lib/commands/export/index.js +2 -2
- package/lib/commands/external_gateway/index.js +2 -2
- package/lib/commands/external_promotion/index.js +2 -2
- package/lib/commands/external_tax_calculator/index.js +2 -2
- package/lib/commands/fixed_amount_promotion/index.js +2 -2
- package/lib/commands/fixed_price_promotion/index.js +2 -2
- package/lib/commands/flex_promotion/index.js +2 -2
- package/lib/commands/free_gift_promotion/index.js +2 -2
- package/lib/commands/free_shipping_promotion/index.js +2 -2
- package/lib/commands/gift_card/index.js +2 -2
- package/lib/commands/import/index.js +2 -2
- package/lib/commands/in_stock_subscription/index.js +2 -2
- package/lib/commands/klarna_gateway/index.js +2 -2
- package/lib/commands/klarna_payment/index.js +2 -2
- package/lib/commands/line_item/index.js +2 -2
- package/lib/commands/line_item_option/index.js +2 -2
- package/lib/commands/link/index.js +2 -2
- package/lib/commands/manual_gateway/index.js +2 -2
- package/lib/commands/market/index.js +2 -2
- package/lib/commands/order/index.js +2 -2
- package/lib/commands/order_subscription/index.js +2 -2
- package/lib/commands/payment_method/index.js +2 -2
- package/lib/commands/paypal_gateway/index.js +2 -2
- package/lib/commands/percentage_discount_promotion/index.js +2 -2
- package/lib/commands/price_list_scheduler/index.js +2 -2
- package/lib/commands/refund/index.js +2 -2
- package/lib/commands/return/index.js +2 -2
- package/lib/commands/return_line_item/index.js +2 -2
- package/lib/commands/satispay_gateway/index.js +2 -2
- package/lib/commands/satispay_payment/index.js +2 -2
- package/lib/commands/shipment/index.js +2 -2
- package/lib/commands/shipping_method/index.js +2 -2
- package/lib/commands/sku/index.js +2 -2
- package/lib/commands/sku_option/index.js +2 -2
- package/lib/commands/stock_item/index.js +2 -2
- package/lib/commands/stock_line_item/index.js +2 -2
- package/lib/commands/stock_reservation/index.js +2 -2
- package/lib/commands/stock_transfer/index.js +2 -2
- package/lib/commands/stripe_gateway/index.js +2 -2
- package/lib/commands/stripe_payment/index.js +2 -2
- package/lib/commands/vertex_account/index.js +2 -2
- package/lib/commands/void/index.js +2 -2
- package/lib/commands/webhook/index.js +2 -2
- package/lib/exec.d.ts +1 -1
- package/lib/index.js +1 -0
- package/oclif.manifest.json +761 -761
- package/package.json +18 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercelayer/cli-plugin-triggers",
|
|
3
3
|
"description": "Commerce Layer CLI Triggers plugin",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.18.1",
|
|
5
5
|
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",
|
|
6
6
|
"homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-triggers",
|
|
7
7
|
"repository": "commercelayer/commercelayer-cli-plugin-triggers",
|
|
@@ -42,43 +42,42 @@
|
|
|
42
42
|
"topicSeparator": ":"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
|
-
"postpack": "rm -f oclif.manifest.json",
|
|
46
|
-
"posttest": "eslint . --ext .ts --config .eslintrc",
|
|
47
45
|
"build": "rm -rf lib && tsc -b",
|
|
48
|
-
"prepack": "pnpm
|
|
46
|
+
"prepack": "pnpm build && oclif manifest && pnpm readme",
|
|
47
|
+
"postpack": "rm -f oclif.manifest.json",
|
|
49
48
|
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
|
|
49
|
+
"posttest": "pnpm lint",
|
|
50
50
|
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md",
|
|
51
51
|
"generate": "tsx gen/generator.ts",
|
|
52
|
-
"lint": "
|
|
53
|
-
"
|
|
54
|
-
"release": "pnpm upgrade && pnpm generate && pnpm prepack && pnpm postpack"
|
|
52
|
+
"lint": "biome check --enforce-assist=true",
|
|
53
|
+
"check": "biome check --enforce-assist=true --write",
|
|
54
|
+
"release": "pnpm upgrade && pnpm generate && pnpm lint && pnpm prepack && pnpm postpack"
|
|
55
55
|
},
|
|
56
56
|
"types": "lib/index.d.ts",
|
|
57
57
|
"devDependencies": {
|
|
58
|
+
"@biomejs/biome": "2.4.8",
|
|
58
59
|
"@commercelayer/cli-dev": "^3.0.13",
|
|
59
|
-
"@
|
|
60
|
-
"@oclif/plugin-help": "^6.2.37",
|
|
60
|
+
"@oclif/plugin-help": "^6.2.40",
|
|
61
61
|
"@oclif/test": "^3.2.15",
|
|
62
62
|
"@semantic-release/changelog": "^6.0.3",
|
|
63
63
|
"@semantic-release/git": "^10.0.1",
|
|
64
|
-
"@types/chai": "^
|
|
64
|
+
"@types/chai": "^5.2.3",
|
|
65
65
|
"@types/inquirer": "^8.2.12",
|
|
66
66
|
"@types/lodash.snakecase": "^4.1.9",
|
|
67
67
|
"@types/mocha": "^10.0.10",
|
|
68
|
-
"@types/node": "^
|
|
69
|
-
"chai": "^
|
|
70
|
-
"eslint": "^8.57.1",
|
|
68
|
+
"@types/node": "^25.5.0",
|
|
69
|
+
"chai": "^6.2.2",
|
|
71
70
|
"inflector-js": "^1.0.1",
|
|
72
71
|
"lodash.snakecase": "^4.1.1",
|
|
73
|
-
"mocha": "^
|
|
74
|
-
"nyc": "^
|
|
75
|
-
"oclif": "^4.22.
|
|
76
|
-
"semantic-release": "^
|
|
72
|
+
"mocha": "^11.7.5",
|
|
73
|
+
"nyc": "^18.0.0",
|
|
74
|
+
"oclif": "^4.22.96",
|
|
75
|
+
"semantic-release": "^25.0.3",
|
|
77
76
|
"tsx": "^4.21.0",
|
|
78
|
-
"typescript": "
|
|
77
|
+
"typescript": "^6.0.2"
|
|
79
78
|
},
|
|
80
79
|
"dependencies": {
|
|
81
|
-
"@commercelayer/cli-core": "
|
|
80
|
+
"@commercelayer/cli-core": "^5.10.8",
|
|
82
81
|
"@commercelayer/sdk": "^6.55.0",
|
|
83
82
|
"@oclif/core": "^3.27.0",
|
|
84
83
|
"inquirer": "^8.2.7",
|