Skip to content

Commit

Permalink
v4.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acasazza committed Jan 28, 2025
1 parent eaab775 commit 86178bd
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "pnpm",
"version": "4.18.0",
"version": "4.19.0",
"command": {
"version": {
"preid": "beta"
Expand Down
84 changes: 63 additions & 21 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@commercelayer/react-components",
"version": "4.18.0",
"version": "4.19.0",
"description": "The Official Commerce Layer React Components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/esm/index.d.ts",
"files": ["lib", "package.json", "README.md"],
"files": [
"lib",
"package.json",
"README.md"
],
"exports": {
".": {
"require": "./lib/cjs/index.js",
Expand Down Expand Up @@ -94,28 +98,66 @@
},
"typesVersions": {
"*": {
"addresses/*": ["lib/esm/components/addresses/*.d.ts"],
"auth/*": ["lib/esm/components/auth/*.d.ts"],
"customers/*": ["lib/esm/components/customers/*.d.ts"],
"errors/*": ["lib/esm/components/errors/*.d.ts"],
"gift_cards/*": ["lib/esm/components/gift_cards/*.d.ts"],
"addresses/*": [
"lib/esm/components/addresses/*.d.ts"
],
"auth/*": [
"lib/esm/components/auth/*.d.ts"
],
"customers/*": [
"lib/esm/components/customers/*.d.ts"
],
"errors/*": [
"lib/esm/components/errors/*.d.ts"
],
"gift_cards/*": [
"lib/esm/components/gift_cards/*.d.ts"
],
"in_stock_subscriptions/*": [
"lib/esm/components/in_stock_subscriptions/*.d.ts"
],
"hooks/*": ["lib/esm/hooks/*.d.ts"],
"line_items/*": ["lib/esm/components/line_items/*.d.ts"],
"orders/*": ["lib/esm/components/orders/*.d.ts"],
"parcels/*": ["lib/esm/components/parcels/*.d.ts"],
"payment_methods/*": ["lib/esm/components/payment_methods/*.d.ts"],
"payment_source/*": ["lib/esm/components/payment_source/*.d.ts"],
"prices/*": ["lib/esm/components/prices/*.d.ts"],
"shipments/*": ["lib/esm/components/shipments/*.d.ts"],
"shipping_methods/*": ["lib/esm/components/shipping_methods/*.d.ts"],
"skus/*": ["lib/esm/components/skus/*.d.ts"],
"stock_transfers/*": ["lib/esm/components/stock_transfers/*.d.ts"],
"context/*": ["lib/esm/context/*.d.ts"],
"utils/*": ["lib/esm/utils/*.d.ts"],
"component_utils/*": ["lib/esm/components/utils/*.d.ts"]
"hooks/*": [
"lib/esm/hooks/*.d.ts"
],
"line_items/*": [
"lib/esm/components/line_items/*.d.ts"
],
"orders/*": [
"lib/esm/components/orders/*.d.ts"
],
"parcels/*": [
"lib/esm/components/parcels/*.d.ts"
],
"payment_methods/*": [
"lib/esm/components/payment_methods/*.d.ts"
],
"payment_source/*": [
"lib/esm/components/payment_source/*.d.ts"
],
"prices/*": [
"lib/esm/components/prices/*.d.ts"
],
"shipments/*": [
"lib/esm/components/shipments/*.d.ts"
],
"shipping_methods/*": [
"lib/esm/components/shipping_methods/*.d.ts"
],
"skus/*": [
"lib/esm/components/skus/*.d.ts"
],
"stock_transfers/*": [
"lib/esm/components/stock_transfers/*.d.ts"
],
"context/*": [
"lib/esm/context/*.d.ts"
],
"utils/*": [
"lib/esm/utils/*.d.ts"
],
"component_utils/*": [
"lib/esm/components/utils/*.d.ts"
]
}
},
"publishConfig": {
Expand Down

0 comments on commit 86178bd

Please sign in to comment.