umt 1.8.0 → 1.8.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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -6,15 +6,15 @@
6
6
  "description": "個人的に作った便利関数集 個人用途なので破壊的変更がある可能性があります。 Main Packageに依存関係はありません。 JavaScriptからの呼び出しに対応しています。",
7
7
  "devDependencies": {
8
8
  "@biomejs/biome": "1.8.2",
9
- "@swc/core": "^1.6.5",
9
+ "@swc/core": "^1.6.7",
10
10
  "@swc/jest": "^0.2.36",
11
11
  "@types/jest": "^29.5.12",
12
- "@types/node": "^20.14.8",
13
- "@typescript-eslint/eslint-plugin": "^7.14.1",
14
- "@typescript-eslint/parser": "^7.14.1",
15
- "bun-types": "^1.1.16",
16
- "dependency-cruiser": "^16.3.3",
17
- "eslint": "^9.5.0",
12
+ "@types/node": "^20.14.9",
13
+ "@typescript-eslint/eslint-plugin": "^7.15.0",
14
+ "@typescript-eslint/parser": "^7.15.0",
15
+ "bun-types": "^1.1.18",
16
+ "dependency-cruiser": "^16.3.5",
17
+ "eslint": "^9.6.0",
18
18
  "eslint-plugin-import": "^2.29.1",
19
19
  "eslint-plugin-unicorn": "^54.0.0",
20
20
  "gh-pages": "^6.1.1",
@@ -22,9 +22,8 @@
22
22
  "ts-jest": "^29.1.5",
23
23
  "ts-node": "^10.9.2",
24
24
  "tsc-alias": "^1.8.10",
25
- "typedoc": "^0.26.2",
26
- "typescript": "^5.5.2",
27
- "umt": "^1.7.2"
25
+ "typedoc": "^0.26.3",
26
+ "typescript": "^5.5.3"
28
27
  },
29
28
  "directories": {
30
29
  "doc": "doc",
@@ -48,6 +47,7 @@
48
47
  "scripts": {
49
48
  "build": "tsc && tsc-alias -p tsconfig.json",
50
49
  "build:clean": "rm -rf module && yarn build",
50
+ "build:cjs": "tsc -p tsconfig.cjs.json && node cjs.build.mjs && cp LICENSE common-module/LICENSE && cp README.md common-module/README.md",
51
51
  "clean-build": "rm -rf module && yarn build",
52
52
  "deploy": "yarn typedoc && gh-pages -d doc",
53
53
  "eslint": "eslint src",
@@ -60,6 +60,6 @@
60
60
  },
61
61
  "type": "module",
62
62
  "types": "module/index.d.js",
63
- "version": "1.8.0",
63
+ "version": "1.8.1",
64
64
  "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
65
65
  }