@faasjs/http 0.0.2-beta.332 → 0.0.2-beta.336

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/dist/index.js CHANGED
@@ -345,6 +345,7 @@ var Http = class {
345
345
  }
346
346
  async onDeploy(data, next) {
347
347
  var _a;
348
+ data.dependencies["@faasjs/http"] = "*";
348
349
  await next();
349
350
  this.logger.debug("\u7EC4\u88C5\u7F51\u5173\u914D\u7F6E");
350
351
  this.logger.debug("%j", data);
package/dist/index.mjs CHANGED
@@ -332,6 +332,7 @@ var Http = class {
332
332
  }
333
333
  async onDeploy(data, next) {
334
334
  var _a;
335
+ data.dependencies["@faasjs/http"] = "*";
335
336
  await next();
336
337
  this.logger.debug("\u7EC4\u88C5\u7F51\u5173\u914D\u7F6E");
337
338
  this.logger.debug("%j", data);
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@faasjs/http",
3
- "version": "0.0.2-beta.332",
3
+ "version": "0.0.2-beta.336",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
- "module": "dist/index.mjs",
8
7
  "homepage": "https://faasjs.com/docs/http",
9
8
  "repository": {
10
9
  "type": "git",
@@ -23,8 +22,8 @@
23
22
  "dist"
24
23
  ],
25
24
  "peerDependencies": {
26
- "@faasjs/func": "^0.0.2-beta.332",
27
- "@faasjs/logger": "^0.0.2-beta.332"
25
+ "@faasjs/func": "^0.0.2-beta.336",
26
+ "@faasjs/logger": "^0.0.2-beta.336"
28
27
  },
29
28
  "devDependencies": {
30
29
  "tsup": "*",