Skip to content

Commit

Permalink
fix: remove deprecation warning, fix ip supply (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem authored Jan 17, 2025
1 parent efbe845 commit 33720de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/cli/package/src/errorInterceptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ interceptor.on("response", ({ request: { url } }) => {
const WARN_MSGS_TO_IGNORE = [
"ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language",
"ExperimentalWarning: Importing JSON modules is an experimental feature",
"DeprecationWarning",
];

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package/src/lib/chain/offer/offer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ async function ensureOfferConfigs() {
supply: (
await resourceSupplyFromConfigToChain(
"ip",
ip.supply.length,
ipSupplyRes.result.length,
)
).supply,
resourceId: ipId,
Expand Down

0 comments on commit 33720de

Please sign in to comment.