@commercelayer/cli-plugin-triggers 3.15.0 → 4.0.0-oclif3.2
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/README.md +141 -0
- package/bin/dev +0 -0
- package/bin/run +0 -0
- package/lib/base.d.ts +4 -4
- package/lib/base.js +41 -41
- package/lib/commands/adyen_payment/details.d.ts +1 -1
- package/lib/commands/adyen_payment/details.js +5 -3
- package/lib/commands/adyen_payment/index.d.ts +1 -1
- package/lib/commands/adyen_payment/index.js +5 -3
- package/lib/commands/authorization/capture.d.ts +1 -1
- package/lib/commands/authorization/capture.js +5 -3
- package/lib/commands/authorization/capture_amount_cents.d.ts +1 -1
- package/lib/commands/authorization/capture_amount_cents.js +5 -3
- package/lib/commands/authorization/index.d.ts +1 -1
- package/lib/commands/authorization/index.js +5 -3
- package/lib/commands/authorization/void.d.ts +1 -1
- package/lib/commands/authorization/void.js +5 -3
- package/lib/commands/axerve_payment/index.d.ts +1 -1
- package/lib/commands/axerve_payment/index.js +5 -3
- package/lib/commands/axerve_payment/update.d.ts +1 -1
- package/lib/commands/axerve_payment/update.js +5 -3
- package/lib/commands/bundle/compute_compare_at_amount.d.ts +1 -1
- package/lib/commands/bundle/compute_compare_at_amount.js +5 -3
- package/lib/commands/bundle/compute_price_amount.d.ts +1 -1
- package/lib/commands/bundle/compute_price_amount.js +5 -3
- package/lib/commands/bundle/index.d.ts +1 -1
- package/lib/commands/bundle/index.js +5 -3
- package/lib/commands/buy_x_pay_y_promotion/disable.d.ts +1 -1
- package/lib/commands/buy_x_pay_y_promotion/disable.js +5 -3
- package/lib/commands/buy_x_pay_y_promotion/enable.d.ts +1 -1
- package/lib/commands/buy_x_pay_y_promotion/enable.js +5 -3
- package/lib/commands/buy_x_pay_y_promotion/index.d.ts +1 -1
- package/lib/commands/buy_x_pay_y_promotion/index.js +5 -3
- package/lib/commands/capture/index.d.ts +1 -1
- package/lib/commands/capture/index.js +5 -3
- package/lib/commands/capture/refund.d.ts +1 -1
- package/lib/commands/capture/refund.js +5 -3
- package/lib/commands/capture/refund_amount_cents.d.ts +1 -1
- package/lib/commands/capture/refund_amount_cents.js +5 -3
- package/lib/commands/checkout_com_payment/details.d.ts +1 -1
- package/lib/commands/checkout_com_payment/details.js +5 -3
- package/lib/commands/checkout_com_payment/index.d.ts +1 -1
- package/lib/commands/checkout_com_payment/index.js +5 -3
- package/lib/commands/checkout_com_payment/refresh.d.ts +1 -1
- package/lib/commands/checkout_com_payment/refresh.js +5 -3
- package/lib/commands/customer_password_reset/index.d.ts +1 -1
- package/lib/commands/customer_password_reset/index.js +5 -3
- package/lib/commands/customer_password_reset/reset_password_token.d.ts +1 -1
- package/lib/commands/customer_password_reset/reset_password_token.js +5 -3
- package/lib/commands/external_promotion/disable.d.ts +1 -1
- package/lib/commands/external_promotion/disable.js +5 -3
- package/lib/commands/external_promotion/enable.d.ts +1 -1
- package/lib/commands/external_promotion/enable.js +5 -3
- package/lib/commands/external_promotion/index.d.ts +1 -1
- package/lib/commands/external_promotion/index.js +5 -3
- package/lib/commands/fixed_amount_promotion/disable.d.ts +1 -1
- package/lib/commands/fixed_amount_promotion/disable.js +5 -3
- package/lib/commands/fixed_amount_promotion/enable.d.ts +1 -1
- package/lib/commands/fixed_amount_promotion/enable.js +5 -3
- package/lib/commands/fixed_amount_promotion/index.d.ts +1 -1
- package/lib/commands/fixed_amount_promotion/index.js +5 -3
- package/lib/commands/fixed_price_promotion/disable.d.ts +1 -1
- package/lib/commands/fixed_price_promotion/disable.js +5 -3
- package/lib/commands/fixed_price_promotion/enable.d.ts +1 -1
- package/lib/commands/fixed_price_promotion/enable.js +5 -3
- package/lib/commands/fixed_price_promotion/index.d.ts +1 -1
- package/lib/commands/fixed_price_promotion/index.js +5 -3
- package/lib/commands/free_gift_promotion/disable.d.ts +1 -1
- package/lib/commands/free_gift_promotion/disable.js +5 -3
- package/lib/commands/free_gift_promotion/enable.d.ts +1 -1
- package/lib/commands/free_gift_promotion/enable.js +5 -3
- package/lib/commands/free_gift_promotion/index.d.ts +1 -1
- package/lib/commands/free_gift_promotion/index.js +5 -3
- package/lib/commands/free_shipping_promotion/disable.d.ts +1 -1
- package/lib/commands/free_shipping_promotion/disable.js +5 -3
- package/lib/commands/free_shipping_promotion/enable.d.ts +1 -1
- package/lib/commands/free_shipping_promotion/enable.js +5 -3
- package/lib/commands/free_shipping_promotion/index.d.ts +1 -1
- package/lib/commands/free_shipping_promotion/index.js +5 -3
- package/lib/commands/gift_card/activate.d.ts +1 -1
- package/lib/commands/gift_card/activate.js +5 -3
- package/lib/commands/gift_card/balance_change_cents.d.ts +1 -1
- package/lib/commands/gift_card/balance_change_cents.js +5 -3
- package/lib/commands/gift_card/deactivate.d.ts +1 -1
- package/lib/commands/gift_card/deactivate.js +5 -3
- package/lib/commands/gift_card/index.d.ts +1 -1
- package/lib/commands/gift_card/index.js +5 -3
- package/lib/commands/gift_card/purchase.d.ts +1 -1
- package/lib/commands/gift_card/purchase.js +5 -3
- package/lib/commands/in_stock_subscription/activate.d.ts +1 -1
- package/lib/commands/in_stock_subscription/activate.js +5 -3
- package/lib/commands/in_stock_subscription/deactivate.d.ts +1 -1
- package/lib/commands/in_stock_subscription/deactivate.js +5 -3
- package/lib/commands/in_stock_subscription/index.d.ts +1 -1
- package/lib/commands/in_stock_subscription/index.js +5 -3
- package/lib/commands/klarna_payment/index.d.ts +1 -1
- package/lib/commands/klarna_payment/index.js +5 -3
- package/lib/commands/klarna_payment/update.d.ts +1 -1
- package/lib/commands/klarna_payment/update.js +5 -3
- package/lib/commands/line_item/external_price.d.ts +1 -1
- package/lib/commands/line_item/external_price.js +5 -3
- package/lib/commands/line_item/index.d.ts +1 -1
- package/lib/commands/line_item/index.js +5 -3
- package/lib/commands/line_item/reserve_stock.d.ts +1 -1
- package/lib/commands/line_item/reserve_stock.js +5 -3
- package/lib/commands/market/disable.d.ts +1 -1
- package/lib/commands/market/disable.js +5 -3
- package/lib/commands/market/enable.d.ts +1 -1
- package/lib/commands/market/enable.js +5 -3
- package/lib/commands/market/index.d.ts +1 -1
- package/lib/commands/market/index.js +5 -3
- package/lib/commands/noc.js +2 -2
- package/lib/commands/order/approve.d.ts +1 -1
- package/lib/commands/order/approve.js +5 -3
- package/lib/commands/order/approve_and_capture.d.ts +1 -1
- package/lib/commands/order/approve_and_capture.js +5 -3
- package/lib/commands/order/archive.d.ts +1 -1
- package/lib/commands/order/archive.js +5 -3
- package/lib/commands/order/authorization_amount_cents.d.ts +1 -1
- package/lib/commands/order/authorization_amount_cents.js +5 -3
- package/lib/commands/order/authorize.d.ts +1 -1
- package/lib/commands/order/authorize.js +5 -3
- package/lib/commands/order/billing_address_clone_id.d.ts +2 -2
- package/lib/commands/order/billing_address_clone_id.js +12 -10
- package/lib/commands/order/billing_address_same_as_shipping.d.ts +1 -1
- package/lib/commands/order/billing_address_same_as_shipping.js +5 -3
- package/lib/commands/order/cancel.d.ts +1 -1
- package/lib/commands/order/cancel.js +5 -3
- package/lib/commands/order/capture.d.ts +1 -1
- package/lib/commands/order/capture.js +5 -3
- package/lib/commands/order/commit_invoice.d.ts +1 -1
- package/lib/commands/order/commit_invoice.js +5 -3
- package/lib/commands/order/create_subscriptions.d.ts +1 -1
- package/lib/commands/order/create_subscriptions.js +5 -3
- package/lib/commands/order/customer_payment_source_id.d.ts +2 -2
- package/lib/commands/order/customer_payment_source_id.js +12 -10
- package/lib/commands/order/index.d.ts +1 -1
- package/lib/commands/order/index.js +5 -3
- package/lib/commands/order/nullify_payment_source.d.ts +1 -1
- package/lib/commands/order/nullify_payment_source.js +5 -3
- package/lib/commands/order/place.d.ts +1 -1
- package/lib/commands/order/place.js +5 -3
- package/lib/commands/order/refresh.d.ts +1 -1
- package/lib/commands/order/refresh.js +5 -3
- package/lib/commands/order/refund.d.ts +1 -1
- package/lib/commands/order/refund.js +5 -3
- package/lib/commands/order/refund_invoice.d.ts +1 -1
- package/lib/commands/order/refund_invoice.js +5 -3
- package/lib/commands/order/save_billing_address_to_customer_address_book.d.ts +1 -1
- package/lib/commands/order/save_billing_address_to_customer_address_book.js +5 -3
- package/lib/commands/order/save_payment_source_to_customer_wallet.d.ts +1 -1
- package/lib/commands/order/save_payment_source_to_customer_wallet.js +5 -3
- package/lib/commands/order/save_shipping_address_to_customer_address_book.d.ts +1 -1
- package/lib/commands/order/save_shipping_address_to_customer_address_book.js +5 -3
- package/lib/commands/order/shipping_address_clone_id.d.ts +2 -2
- package/lib/commands/order/shipping_address_clone_id.js +12 -10
- package/lib/commands/order/shipping_address_same_as_billing.d.ts +1 -1
- package/lib/commands/order/shipping_address_same_as_billing.js +5 -3
- package/lib/commands/order/start_editing.d.ts +1 -1
- package/lib/commands/order/start_editing.js +5 -3
- package/lib/commands/order/stop_editing.d.ts +1 -1
- package/lib/commands/order/stop_editing.js +5 -3
- package/lib/commands/order/unarchive.d.ts +1 -1
- package/lib/commands/order/unarchive.js +5 -3
- package/lib/commands/order/update_taxes.d.ts +1 -1
- package/lib/commands/order/update_taxes.js +5 -3
- package/lib/commands/order/validate.d.ts +1 -1
- package/lib/commands/order/validate.js +5 -3
- package/lib/commands/order_subscription/activate.d.ts +1 -1
- package/lib/commands/order_subscription/activate.js +5 -3
- package/lib/commands/order_subscription/cancel.d.ts +1 -1
- package/lib/commands/order_subscription/cancel.js +5 -3
- package/lib/commands/order_subscription/deactivate.d.ts +1 -1
- package/lib/commands/order_subscription/deactivate.js +5 -3
- package/lib/commands/order_subscription/index.d.ts +1 -1
- package/lib/commands/order_subscription/index.js +5 -3
- package/lib/commands/payment_method/disable.d.ts +1 -1
- package/lib/commands/payment_method/disable.js +5 -3
- package/lib/commands/payment_method/enable.d.ts +1 -1
- package/lib/commands/payment_method/enable.js +5 -3
- package/lib/commands/payment_method/index.d.ts +1 -1
- package/lib/commands/payment_method/index.js +5 -3
- package/lib/commands/percentage_discount_promotion/disable.d.ts +1 -1
- package/lib/commands/percentage_discount_promotion/disable.js +5 -3
- package/lib/commands/percentage_discount_promotion/enable.d.ts +1 -1
- package/lib/commands/percentage_discount_promotion/enable.js +5 -3
- package/lib/commands/percentage_discount_promotion/index.d.ts +1 -1
- package/lib/commands/percentage_discount_promotion/index.js +5 -3
- package/lib/commands/return/approve.d.ts +1 -1
- package/lib/commands/return/approve.js +5 -3
- package/lib/commands/return/archive.d.ts +1 -1
- package/lib/commands/return/archive.js +5 -3
- package/lib/commands/return/cancel.d.ts +1 -1
- package/lib/commands/return/cancel.js +5 -3
- package/lib/commands/return/index.d.ts +1 -1
- package/lib/commands/return/index.js +5 -3
- package/lib/commands/return/receive.d.ts +1 -1
- package/lib/commands/return/receive.js +5 -3
- package/lib/commands/return/reject.d.ts +1 -1
- package/lib/commands/return/reject.js +5 -3
- package/lib/commands/return/request.d.ts +1 -1
- package/lib/commands/return/request.js +5 -3
- package/lib/commands/return/restock.d.ts +1 -1
- package/lib/commands/return/restock.js +5 -3
- package/lib/commands/return/ship.d.ts +1 -1
- package/lib/commands/return/ship.js +5 -3
- package/lib/commands/return/unarchive.d.ts +1 -1
- package/lib/commands/return/unarchive.js +5 -3
- package/lib/commands/return_line_item/index.d.ts +1 -1
- package/lib/commands/return_line_item/index.js +5 -3
- package/lib/commands/return_line_item/restock.d.ts +1 -1
- package/lib/commands/return_line_item/restock.js +5 -3
- package/lib/commands/satispay_payment/index.d.ts +1 -1
- package/lib/commands/satispay_payment/index.js +5 -3
- package/lib/commands/satispay_payment/refresh.d.ts +1 -1
- package/lib/commands/satispay_payment/refresh.js +5 -3
- package/lib/commands/shipment/decrement_stock.d.ts +1 -1
- package/lib/commands/shipment/decrement_stock.js +5 -3
- package/lib/commands/shipment/get_rates.d.ts +1 -1
- package/lib/commands/shipment/get_rates.js +5 -3
- package/lib/commands/shipment/index.d.ts +1 -1
- package/lib/commands/shipment/index.js +5 -3
- package/lib/commands/shipment/on_hold.d.ts +1 -1
- package/lib/commands/shipment/on_hold.js +5 -3
- package/lib/commands/shipment/packing.d.ts +1 -1
- package/lib/commands/shipment/packing.js +5 -3
- package/lib/commands/shipment/picking.d.ts +1 -1
- package/lib/commands/shipment/picking.js +5 -3
- package/lib/commands/shipment/purchase.d.ts +1 -1
- package/lib/commands/shipment/purchase.js +5 -3
- package/lib/commands/shipment/ready_to_ship.d.ts +1 -1
- package/lib/commands/shipment/ready_to_ship.js +5 -3
- package/lib/commands/shipment/release_stock.d.ts +1 -1
- package/lib/commands/shipment/release_stock.js +5 -3
- package/lib/commands/shipment/reserve_stock.d.ts +1 -1
- package/lib/commands/shipment/reserve_stock.js +5 -3
- package/lib/commands/shipment/ship.d.ts +1 -1
- package/lib/commands/shipment/ship.js +5 -3
- package/lib/commands/shipment/upcoming.d.ts +1 -1
- package/lib/commands/shipment/upcoming.js +5 -3
- package/lib/commands/shipping_method/disable.d.ts +1 -1
- package/lib/commands/shipping_method/disable.js +5 -3
- package/lib/commands/shipping_method/enable.d.ts +1 -1
- package/lib/commands/shipping_method/enable.js +5 -3
- package/lib/commands/shipping_method/index.d.ts +1 -1
- package/lib/commands/shipping_method/index.js +5 -3
- package/lib/commands/stock_line_item/decrement_stock.d.ts +9 -0
- package/lib/commands/stock_line_item/decrement_stock.js +22 -0
- package/lib/commands/stock_line_item/index.d.ts +9 -0
- package/lib/commands/stock_line_item/index.js +40 -0
- package/lib/commands/stock_line_item/release_stock.d.ts +9 -0
- package/lib/commands/stock_line_item/release_stock.js +22 -0
- package/lib/commands/stock_line_item/reserve_stock.d.ts +9 -0
- package/lib/commands/stock_line_item/reserve_stock.js +22 -0
- package/lib/commands/stock_reservation/index.d.ts +1 -1
- package/lib/commands/stock_reservation/index.js +5 -3
- package/lib/commands/stock_reservation/pending.d.ts +1 -1
- package/lib/commands/stock_reservation/pending.js +5 -3
- package/lib/commands/stock_transfer/cancel.d.ts +1 -1
- package/lib/commands/stock_transfer/cancel.js +5 -3
- package/lib/commands/stock_transfer/complete.d.ts +1 -1
- package/lib/commands/stock_transfer/complete.js +5 -3
- package/lib/commands/stock_transfer/in_transit.d.ts +1 -1
- package/lib/commands/stock_transfer/in_transit.js +5 -3
- package/lib/commands/stock_transfer/index.d.ts +1 -1
- package/lib/commands/stock_transfer/index.js +5 -3
- package/lib/commands/stock_transfer/on_hold.d.ts +1 -1
- package/lib/commands/stock_transfer/on_hold.js +5 -3
- package/lib/commands/stock_transfer/picking.d.ts +1 -1
- package/lib/commands/stock_transfer/picking.js +5 -3
- package/lib/commands/stock_transfer/upcoming.d.ts +1 -1
- package/lib/commands/stock_transfer/upcoming.js +5 -3
- package/lib/commands/stripe_payment/index.d.ts +1 -1
- package/lib/commands/stripe_payment/index.js +5 -3
- package/lib/commands/stripe_payment/refresh.d.ts +1 -1
- package/lib/commands/stripe_payment/refresh.js +5 -3
- package/lib/commands/stripe_payment/update.d.ts +1 -1
- package/lib/commands/stripe_payment/update.js +5 -3
- package/lib/commands/webhook/disable.d.ts +9 -0
- package/lib/commands/webhook/disable.js +22 -0
- package/lib/commands/webhook/enable.d.ts +9 -0
- package/lib/commands/webhook/enable.js +22 -0
- package/lib/commands/webhook/index.d.ts +1 -1
- package/lib/commands/webhook/index.js +5 -3
- package/lib/commands/webhook/reset_circuit.d.ts +1 -1
- package/lib/commands/webhook/reset_circuit.js +5 -3
- package/lib/exec.d.ts +2 -1
- package/lib/triggers/stock_line_items.d.ts +3 -0
- package/lib/triggers/stock_line_items.js +20 -0
- package/lib/triggers/webhooks.d.ts +1 -1
- package/lib/triggers/webhooks.js +10 -0
- package/oclif.manifest.json +664 -1
- package/package.json +36 -30
package/package.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercelayer/cli-plugin-triggers",
|
|
3
3
|
"description": "Commerce Layer CLI Triggers plugin",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0-oclif3.2",
|
|
5
5
|
"author": "Pierluigi Viti <pierluigi@commercelayer.io>",
|
|
6
|
+
"homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-triggers",
|
|
7
|
+
"repository": "commercelayer/commercelayer-cli-plugin-triggers",
|
|
6
8
|
"bugs": "https://github.com/commercelayer/commercelayer-cli-plugin-triggers/issues",
|
|
7
9
|
"engines": {
|
|
8
|
-
"node": "
|
|
10
|
+
"node": ">=20.0.0"
|
|
9
11
|
},
|
|
10
12
|
"files": [
|
|
11
13
|
"/bin",
|
|
@@ -13,7 +15,6 @@
|
|
|
13
15
|
"/npm-shrinkwrap.json",
|
|
14
16
|
"/oclif.manifest.json"
|
|
15
17
|
],
|
|
16
|
-
"homepage": "https://github.com/commercelayer/commercelayer-cli-plugin-triggers",
|
|
17
18
|
"keywords": [
|
|
18
19
|
"ecommerce",
|
|
19
20
|
"cli",
|
|
@@ -40,44 +41,49 @@
|
|
|
40
41
|
],
|
|
41
42
|
"topicSeparator": ":"
|
|
42
43
|
},
|
|
43
|
-
"
|
|
44
|
+
"scripts": {
|
|
45
|
+
"postpack": "rm -f oclif.manifest.json",
|
|
46
|
+
"posttest": "eslint . --ext .ts --config .eslintrc",
|
|
47
|
+
"build": "rm -rf lib && tsc -b",
|
|
48
|
+
"prepack": "pnpm generate && pnpm build && oclif manifest && pnpm readme",
|
|
49
|
+
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
|
|
50
|
+
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md",
|
|
51
|
+
"generate": "ts-node gen/generator.ts",
|
|
52
|
+
"lint": "eslint src --ext .ts --config .eslintrc",
|
|
53
|
+
"lint:fix": "eslint src --fix"
|
|
54
|
+
},
|
|
44
55
|
"types": "lib/index.d.ts",
|
|
45
56
|
"devDependencies": {
|
|
46
|
-
"@commercelayer/cli-dev": "
|
|
47
|
-
"@commercelayer/eslint-config-ts": "^1.
|
|
48
|
-
"@oclif/plugin-help": "^
|
|
49
|
-
"@oclif/test": "^
|
|
50
|
-
"@
|
|
57
|
+
"@commercelayer/cli-dev": "beta",
|
|
58
|
+
"@commercelayer/eslint-config-ts": "^1.3.0",
|
|
59
|
+
"@oclif/plugin-help": "^6.0.12",
|
|
60
|
+
"@oclif/test": "^3.1.16",
|
|
61
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
62
|
+
"@semantic-release/git": "^10.0.1",
|
|
63
|
+
"@types/chai": "^4.3.11",
|
|
51
64
|
"@types/inquirer": "^8.2.10",
|
|
52
|
-
"@types/lodash": "^4.14.
|
|
53
|
-
"@types/mocha": "^10.0.
|
|
54
|
-
"@types/node": "^20.
|
|
55
|
-
"chai": "^4.
|
|
56
|
-
"eslint": "^8.
|
|
65
|
+
"@types/lodash": "^4.14.202",
|
|
66
|
+
"@types/mocha": "^10.0.6",
|
|
67
|
+
"@types/node": "^20.11.19",
|
|
68
|
+
"chai": "^4.4.1",
|
|
69
|
+
"eslint": "^8.56.0",
|
|
57
70
|
"inflector-js": "^1.0.1",
|
|
58
71
|
"lodash": "^4.17.21",
|
|
59
|
-
"mocha": "^10.
|
|
72
|
+
"mocha": "^10.3.0",
|
|
60
73
|
"nyc": "^15.1.0",
|
|
61
|
-
"
|
|
62
|
-
"
|
|
74
|
+
"oclif": "^4.4.12",
|
|
75
|
+
"semantic-release": "^22.0.12",
|
|
76
|
+
"ts-node": "^10.9.2",
|
|
77
|
+
"typescript": "5.3.2"
|
|
63
78
|
},
|
|
64
79
|
"dependencies": {
|
|
65
|
-
"@commercelayer/cli-core": "
|
|
66
|
-
"@commercelayer/sdk": "^5.
|
|
67
|
-
"@oclif/core": "^
|
|
80
|
+
"@commercelayer/cli-core": "beta",
|
|
81
|
+
"@commercelayer/sdk": "^5.32.0",
|
|
82
|
+
"@oclif/core": "^3.19.2",
|
|
68
83
|
"inquirer": "^8.2.6",
|
|
69
84
|
"tslib": "^2.6.2"
|
|
70
85
|
},
|
|
71
86
|
"publishConfig": {
|
|
72
87
|
"access": "public"
|
|
73
|
-
},
|
|
74
|
-
"scripts": {
|
|
75
|
-
"posttest": "eslint . --ext .ts --config .eslintrc",
|
|
76
|
-
"build": "rm -rf lib && tsc -b",
|
|
77
|
-
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
|
|
78
|
-
"readme": "cl-cli-dev readme --plugin --bin=commercelayer && git add README.md",
|
|
79
|
-
"generate": "ts-node gen/generator.ts",
|
|
80
|
-
"lint": "eslint src --ext .ts --config .eslintrc",
|
|
81
|
-
"lint:fix": "eslint src --fix"
|
|
82
88
|
}
|
|
83
|
-
}
|
|
89
|
+
}
|