@yourrentals/cloudevent-publisher-hapi 0.1.4 → 0.4.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.
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # cloudevent-publisher-hapi
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Building
6
+
7
+ Run `nx build cloudevent-publisher-hapi` to build the library.
8
+
9
+ ## Running unit tests
10
+
11
+ Run `nx test cloudevent-publisher-hapi` to execute the unit tests via [Jest](https://jestjs.io).
package/index.cjs.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./src/index";
package/index.cjs.js ADDED
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var cloudeventPublisherCore = require('@yourrentals/cloudevent-publisher-core');
6
+
7
+
8
+
9
+ Object.keys(cloudeventPublisherCore).forEach(function (k) {
10
+ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return cloudeventPublisherCore[k]; }
13
+ });
14
+ });
package/index.esm.js ADDED
@@ -0,0 +1 @@
1
+ export * from '@yourrentals/cloudevent-publisher-core';
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "@yourrentals/cloudevent-publisher-hapi",
3
- "version": "0.1.4",
4
- "dependencies": {},
3
+ "version": "0.4.2",
4
+ "dependencies": {
5
+ "@yourrentals/cloudevent-publisher-core": "0.4.2"
6
+ },
5
7
  "type": "commonjs",
6
- "main": "./index.cjs",
7
- "module": "./index.js"
8
+ "main": "./index.cjs.js",
9
+ "module": "./index.esm.js"
8
10
  }
package/src/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from '@yourrentals/cloudevent-publisher-core';
package/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@message-bus/cloudevent-publisher-core';