omnipin 1.5.1 → 1.5.2

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -15291,7 +15291,7 @@ var uploadPieceToDataSet = async ({
15291
15291
  cause: text2
15292
15292
  });
15293
15293
  }
15294
- throw new Error("Failed to create a dataset", { cause: text2 });
15294
+ throw new Error("Failed to upload to a data set", { cause: text2 });
15295
15295
  }
15296
15296
  const location = res.headers.get("Location");
15297
15297
  const hash2 = location?.split("/").pop();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipin",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "author": "v1rtl <hi@v1rtl.site>",
5
5
  "repository": {
6
6
  "type": "git",