@epilot/pricing-client 3.33.0 → 3.33.1

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.js +0 -1
  2. package/package.json +4 -3
package/dist/index.js CHANGED
@@ -15,5 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./client"), exports);
18
- __exportStar(require("./openapi"), exports);
19
18
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/pricing-client",
3
- "version": "3.33.0",
3
+ "version": "3.33.1",
4
4
  "description": "Client for epilot Pricing APIs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,7 +26,8 @@
26
26
  "openapi": "node ../../scripts/update-openapi.js https://docs.api.epilot.io/pricing-api.yaml",
27
27
  "openapi:local": "npx openapicmd read --json ../../../pricing-api/lambda/ApiHandlerFunction/openapi.yml > ./src/openapi.json",
28
28
  "typegen": "openapi typegen src/openapi.json --client -b '/* eslint-disable */' > src/openapi.d.ts",
29
- "build": "tsc && npm run bundle-definition",
29
+ "build": "tsc && npm run build:patch && npm run bundle-definition",
30
+ "build:patch": "sed -i '/^__exportStar.*openapi.*$/d' dist/index.js",
30
31
  "build:watch": "npm run build && tsc -w",
31
32
  "prepublishOnly": "npm run typegen && npm run build",
32
33
  "lint": "../../node_modules/eslint/bin/eslint.js src"
@@ -70,5 +71,5 @@
70
71
  "webpack": "^5.18.0",
71
72
  "webpack-cli": "^4.4.0"
72
73
  },
73
- "gitHead": "6c12dc4aaf7ddf60ad11c6f596fb478559fa3052"
74
+ "gitHead": "cb7e6acc938eb178e531c19834ea8bd0d6445e6f"
74
75
  }