ampless 1.0.0-alpha.39 → 1.0.0-alpha.40

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.
@@ -1340,4 +1340,4 @@ export default defineConfig({
1340
1340
  - ファーストパーティプラグインの bug → `heavymoons/ampless` にプラグインの package 名つきで issue
1341
1341
  - プラグインランタイム / admin form の bug → 同じレポ、ラベル `area:plugins`
1342
1342
 
1343
- ampless レポは v1.0 RC まで非公開なので、上記のリンクは現時点では package tarball 内の `node_modules/ampless/docs/` をローカルで見るための参照です。public 化後は実 GitHub URL に解決されます。
1343
+ ampless レポは現在 alpha 期間中は非公開です。beta に進む (npm `beta` dist-tag、リポジトリ公開) と上記のリンクが GitHub URL に解決されます。現状でも同じ docs が package tarball 内の `node_modules/ampless/docs/` に同梱されているので、GitHub にアクセスせずローカルで読めます。
@@ -1826,6 +1826,8 @@ PROTECTED), so the scaffolded code is safe across ampless upgrades.
1826
1826
  - Bugs in the plugin runtime / admin form → same repo, label
1827
1827
  `area:plugins`.
1828
1828
 
1829
- The ampless repo stays private until v1.0 RC. Once it's public, the
1830
- links above resolve to the actual GitHub URLs; today they live in
1831
- the package tarball directly under `node_modules/ampless/docs/`.
1829
+ The ampless repo is currently private during the alpha stage; the
1830
+ GitHub URLs above start resolving once beta ships (npm `beta`
1831
+ dist-tag, repo flips public). Today the same docs also live in the
1832
+ package tarball directly under `node_modules/ampless/docs/`, so
1833
+ you can read them locally without browsing GitHub.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ampless",
3
- "version": "1.0.0-alpha.39",
3
+ "version": "1.0.0-alpha.40",
4
4
  "description": "Serverless CMS for AWS Amplify",
5
5
  "license": "MIT",
6
6
  "type": "module",