Skip to content

Commit

Permalink
feat!: Commit public API breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Dec 4, 2024
1 parent 1cd0671 commit 0c9d263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/Confidence_public_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
},
{
"name": "putContext(context:)",
"declaration": "public func putContext(context: ConfidenceStruct)"
"declaration": "public func putContext(context: ConfidenceStruct) async"
},
{
"name": "putContextLocal(context:removeKeys:)",
"declaration": "public func putContextLocal(context: ConfidenceStruct, removeKeys removedKeys: [String] = [])"
},
{
"name": "removeContext(key:)",
"declaration": "public func removeContext(key: String)"
"declaration": "public func removeContext(key: String) async"
},
{
"name": "withContext(_:)",
Expand Down Expand Up @@ -249,4 +249,4 @@
}
]
}
]
]

0 comments on commit 0c9d263

Please sign in to comment.