@chevre/domain 21.2.0-alpha.70 → 21.2.0-alpha.71
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.
|
@@ -130,7 +130,7 @@ function confirm(params) {
|
|
|
130
130
|
typeOf: transaction.typeOf,
|
|
131
131
|
id: transaction.id,
|
|
132
132
|
// 保管有無を設定化(2023-05-16~)
|
|
133
|
-
authorizeActions:
|
|
133
|
+
authorizeActions: [],
|
|
134
134
|
result: result,
|
|
135
135
|
potentialActions: potentialActions
|
|
136
136
|
});
|
package/package.json
CHANGED