@justins-home/types 1.0.0 → 1.0.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.
package/package.json CHANGED
@@ -1,16 +1,20 @@
1
1
  {
2
2
  "name": "@justins-home/types",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "private": false,
5
- "main": "src/index.ts",
6
- "types": "src/index.ts",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
7
11
  "publishConfig": {
8
12
  "access": "public"
9
13
  },
10
14
  "scripts": {
11
15
  "lint": "eslint src",
12
- "check-types": "tsc --noEmit -p ../../tsconfig.base.json",
13
- "build": "tsup src/index.ts --format esm,cjs",
16
+ "check-types": "tsc --noEmit",
17
+ "build": "tsup src/index.ts --format esm,cjs --dts --tsconfig tsconfig.json",
14
18
  "test": "vitest"
15
19
  }
16
20
  }
@@ -1,14 +0,0 @@
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 DELETED
@@ -1,17 +0,0 @@
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