Skip to content

Commit

Permalink
#1406: bumped sfmc-sdk from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jul 5, 2024
1 parent a718664 commit 458bf79
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 62 deletions.
2 changes: 1 addition & 1 deletion @types/lib/metadataTypes/List.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ declare class List extends MetadataType {
static parseMetadata(metadata: MetadataTypeItem, parseForCache?: boolean): MetadataTypeItem;
}
declare namespace List {
let client: import("../../../SFMC-SDK/@types/index.js").default;
let client: import("sfmc-sdk").default;
let buObject: import("../../types/mcdev.d.js").BuObject;
let definition: {
bodyIteratorField: string;
Expand Down
76 changes: 16 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"prettier": "3.3.2",
"prettier-plugin-sql": "0.18.0",
"semver": "7.6.0",
"sfmc-sdk": "file:../SFMC-SDK",
"sfmc-sdk": "2.1.1",
"simple-git": "3.25.0",
"toposort": "2.0.2",
"update-notifier": "7.0.0",
Expand Down

0 comments on commit 458bf79

Please sign in to comment.