@cumulusds/aws-apig-bypass 0.2.4-resolvemultiplev.37.g601efc6 → 0.2.4-reusableworkflow.16.gbe881dc

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulusds/aws-apig-bypass",
3
- "version": "0.2.4-resolvemultiplev.37.g601efc6",
3
+ "version": "0.2.4-reusableworkflow.16.gbe881dc",
4
4
  "description": "Client for API Gateway handlers, bypassing API Gateway by directly invoking the Lambda",
5
5
  "repository": "https://github.com/CumulusDS/aws-apig-bypass",
6
6
  "author": "Cumulus Digital Systems",
@@ -25,7 +25,6 @@
25
25
  "git:push": "git push --follow-tags",
26
26
  "git:tag": "git tag -a v${npm_package_version} -m v${npm_package_version}",
27
27
  "npm:tag:remove": "yarn npm tag remove ${npm_package_name} $0",
28
- "prepack": "yarn run build",
29
28
  "prerelease": "yarn version apply && yarn run version:feature $0",
30
29
  "publish:patch": "yarn version patch && yarn publish:sync",
31
30
  "publish:minor": "yarn version minor && yarn publish:sync",
@@ -69,7 +68,7 @@
69
68
  "@cumulusds/flow-aws-lambda": "^1.0.0"
70
69
  },
71
70
  "devDependencies": {
72
- "@babel/cli": "^7.22.15",
71
+ "@babel/cli": "^7.0.0",
73
72
  "@babel/core": "^7.7.4",
74
73
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
75
74
  "@babel/plugin-proposal-optional-chaining": "^7.12.7",
package/lib/index.js DELETED
@@ -1,20 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "createClient", {
7
- enumerable: true,
8
- get: function () {
9
- return _createClient.default;
10
- }
11
- });
12
- Object.defineProperty(exports, "createAPIGatewayEvent", {
13
- enumerable: true,
14
- get: function () {
15
- return _createApiGatewayEvent.default;
16
- }
17
- });
18
- var _createClient = _interopRequireDefault(require("./create-client"));
19
- var _createApiGatewayEvent = _interopRequireDefault(require("./create-api-gateway-event"));
20
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
File without changes