@justins-home/types 1.0.0

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.
@@ -0,0 +1,14 @@
1
+  WARN  Issue while reading "/home/runner/work/justins-home-platform-ui/justins-home-platform-ui/.npmrc". Failed to replace env in config: ${NODE_AUTH_TOKEN}
2
+
3
+ > @justins-home/types@1.0.0 build /home/runner/work/justins-home-platform-ui/justins-home-platform-ui/packages/types
4
+ > tsup src/index.ts --format esm,cjs
5
+
6
+ CLI Building entry: src/index.ts
7
+ CLI tsup v8.5.1
8
+ CLI Target: node16
9
+ ESM Build start
10
+ CJS Build start
11
+ ESM dist/index.mjs 0 B
12
+ ESM ⚡️ Build success in 120ms
13
+ CJS dist/index.js 744.00 B
14
+ CJS ⚡️ Build success in 121ms
package/CHANGELOG.md ADDED
@@ -0,0 +1,17 @@
1
+ # @justins-home/types
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 26690e2: release initial packages
8
+
9
+ ### Minor Changes
10
+
11
+ - aced108: added minor pumb
12
+
13
+ ## 0.0.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 3f39ece: first release
package/dist/index.js ADDED
@@ -0,0 +1,17 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __copyProps = (to, from, except, desc) => {
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from))
8
+ if (!__hasOwnProp.call(to, key) && key !== except)
9
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
+ }
11
+ return to;
12
+ };
13
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
14
+
15
+ // src/index.ts
16
+ var index_exports = {};
17
+ module.exports = __toCommonJS(index_exports);
package/dist/index.mjs ADDED
File without changes