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
|
|
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
|
|
1830
|
-
|
|
1831
|
-
the
|
|
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.
|