@powfix/core-js 0.23.4 → 0.23.6

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.
Files changed (1) hide show
  1. package/package.json +9 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powfix/core-js",
3
- "version": "0.23.4",
3
+ "version": "0.23.6",
4
4
  "description": "core package",
5
5
  "author": "Kwon Kyung-Min <powfix@gmail.com>",
6
6
  "private": false,
@@ -24,13 +24,15 @@
24
24
  "esmfix": "tsc-esm-fix --ext='.mjs'",
25
25
  "compile": "tsc",
26
26
  "prebuild": "yarn clean",
27
- "build": "yarn run build:cjs && yarn run build:esm && yarn run build:dts",
28
- "build:dts": "tsc -p tsconfig.declaration.json",
29
- "build:cjs": "tsup --config tsup.cjs.config.ts",
30
- "build:esm": "tsup --config tsup.esm.config.ts"
27
+ "build": "yarn compile && yarn build:tsup && yarn build:dts",
28
+ "build:tsup": "tsup --config tsup.config.ts",
29
+ "build:dts": "tsc -p tsconfig.declaration.json"
31
30
  },
32
31
  "files": [
33
- "dist"
32
+ "dist",
33
+ "AUTHORS",
34
+ "LICENSE",
35
+ "README.md"
34
36
  ],
35
37
  "publishConfig": {
36
38
  "access": "public"
@@ -59,7 +61,7 @@
59
61
  "uuid": "9.0.1"
60
62
  },
61
63
  "devDependencies": {
62
- "@powfix/uuid": "^0.2.4",
64
+ "@powfix/uuid": "^0.2.7",
63
65
  "@swc/core": "^1.13.5",
64
66
  "@types/base-64": "1.0.2",
65
67
  "@types/node": "^24.5.1",