@ampless/admin 1.0.0-alpha.85 → 1.0.0-beta.87
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/README.ja.md +2 -2
- package/README.md +2 -2
- package/package.json +4 -5
package/README.ja.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[ampless](https://github.com/heavymoons/ampless) 向け管理 UI ライブラリ。投稿エディター(Tiptap + Markdown + HTML)、メディアマネージャー(S3 + 画像処理)、サイト / テーマ設定、ロケール対応 UI 文字列、そしてすべてを結びつける Next.js ページファクトリーを提供します。
|
|
7
7
|
|
|
8
|
-
> **プレリリース /
|
|
8
|
+
> **プレリリース / ベータ版。** v1.0 まではマイナーバージョンでも破壊的変更が入る可能性があります。
|
|
9
9
|
|
|
10
10
|
## なぜライブラリなのか?
|
|
11
11
|
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
## インストール
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
npm install @ampless/admin@
|
|
17
|
+
npm install @ampless/admin@beta @ampless/runtime@beta ampless@beta
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
ピア依存: `next`、`react`、`react-dom`、`aws-amplify`、`@aws-amplify/adapter-nextjs`。
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ editor (Tiptap + Markdown + HTML), media manager (S3 + image processing),
|
|
|
8
8
|
site/theme settings, locale-aware UI strings, and the Next.js page
|
|
9
9
|
factories that wire it all together.
|
|
10
10
|
|
|
11
|
-
> **Pre-release /
|
|
11
|
+
> **Pre-release / beta.** Breaking changes possible in any minor version until v1.0.
|
|
12
12
|
|
|
13
13
|
## Why a library?
|
|
14
14
|
|
|
@@ -20,7 +20,7 @@ template and downstream sites.
|
|
|
20
20
|
## Install
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
npm install @ampless/admin@
|
|
23
|
+
npm install @ampless/admin@beta @ampless/runtime@beta ampless@beta
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
Peer-installs: `next`, `react`, `react-dom`, `aws-amplify`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ampless/admin",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-beta.87",
|
|
4
4
|
"description": "Admin UI for ampless: post editor, media manager, site/theme settings",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -59,16 +59,15 @@
|
|
|
59
59
|
"@tiptap/pm": "^3.23.6",
|
|
60
60
|
"@tiptap/react": "^3.23.6",
|
|
61
61
|
"@tiptap/starter-kit": "^3.23.6",
|
|
62
|
-
"amazon-cognito-identity-js": "^6.3.16",
|
|
63
62
|
"class-variance-authority": "^0.7.1",
|
|
64
63
|
"clsx": "^2.1.1",
|
|
65
64
|
"jszip": "^3.10.1",
|
|
66
65
|
"lucide-react": "^1.16.0",
|
|
67
66
|
"react-image-crop": "^11.0.10",
|
|
68
67
|
"tailwind-merge": "^3.6.0",
|
|
69
|
-
"@ampless/mcp-server": "1.0.0-
|
|
70
|
-
"@ampless/runtime": "1.0.0-
|
|
71
|
-
"ampless": "1.0.0-
|
|
68
|
+
"@ampless/mcp-server": "1.0.0-beta.57",
|
|
69
|
+
"@ampless/runtime": "1.0.0-beta.60",
|
|
70
|
+
"ampless": "1.0.0-beta.51"
|
|
72
71
|
},
|
|
73
72
|
"peerDependencies": {
|
|
74
73
|
"@aws-amplify/adapter-nextjs": "^1",
|