Skip to content

Commit

Permalink
Dist
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrunson committed Feb 13, 2024
1 parent 549632b commit 3d2453b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
5 changes: 3 additions & 2 deletions dist/module/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
export * from "./apm";
export * from "./defaults";
export * from "./env";
export * from "./error";
export * from "./fpti";
export * from "./funding";
export * from "./locale";
export * from "./observability";
export * from "./order";
export * from "./params";
export * from "./platform";
export * from "./types";
export * from "./apm";
export * from "./types";
5 changes: 5 additions & 0 deletions dist/module/observability.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export var BASE_SDK_METRIC_NAMESPACE = "pp.sdks.ppcp";
export var payPalWebV5Dimensions = {
sdk_platform: "web",
major_version: "5"
};
2 changes: 1 addition & 1 deletion dist/paypal-sdk-constants.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/paypal-sdk-constants.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/paypal-sdk-constants.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/paypal-sdk-constants.min.js.map

Large diffs are not rendered by default.

0 comments on commit 3d2453b

Please sign in to comment.