@coeiro-operator/core 1.0.0 → 2.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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/README.md +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coeiro-operator/core",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "Core utilities and shared functionality for COEIRO Operator",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "format": "prettier --write \"src/**/*.{ts,js,json,md}\""
25
25
  },
26
26
  "dependencies": {
27
- "@coeiro-operator/common": "^1.0.0",
28
- "@coeiro-operator/term-bg": "^1.0.0"
27
+ "@coeiro-operator/common": "^2.0.0",
28
+ "@coeiro-operator/term-bg": "^2.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.18.3",
package/README.md DELETED
@@ -1,11 +0,0 @@
1
- # @coeiro-operator/core
2
-
3
- COEIRO Operatorコア機能
4
-
5
- 内部パッケージです。直接のインストールは推奨されません。
6
-
7
- 設定管理、オペレータ管理、セッション管理などの中核機能を提供します。
8
-
9
- ## ライセンス
10
-
11
- MIT