@takumi-rs/image-response 1.0.12 → 1.0.13

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/index.cjs +1 -1
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -21,7 +21,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  }) : target, mod));
22
22
  //#endregion
23
23
  let takumi_js_response = require("takumi-js/response");
24
- takumi_js_response = __toESM(takumi_js_response);
24
+ takumi_js_response = __toESM(takumi_js_response, 1);
25
25
  module.exports = takumi_js_response.default;
26
26
  Object.keys(takumi_js_response).forEach(function(k) {
27
27
  if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/image-response",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "license": "(MIT OR Apache-2.0)",
5
5
  "author": {
6
6
  "name": "Kane Wang",
@@ -36,7 +36,7 @@
36
36
  "prepublishOnly": "jq '.dependencies[\"takumi-js\"] = .version' package.json > tmp.json && mv tmp.json package.json"
37
37
  },
38
38
  "dependencies": {
39
- "takumi-js": "1.0.12"
39
+ "takumi-js": "1.0.13"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/bun": "catalog:",