pkg-pr-new 0.0.10 → 0.0.12

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.
package/index.ts CHANGED
@@ -273,7 +273,7 @@ const main = defineCommand({
273
273
  });
274
274
  formData.append(`package:${pJson.name}`, blob, filename);
275
275
  } finally {
276
- await restoreMap.get(p)!();
276
+ await restoreMap.get(p)?.();
277
277
  }
278
278
  }
279
279
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pkg-pr-new",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",