@ampless/plugin-gtm 0.2.0-alpha.33 → 0.2.0-beta.34
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 +2 -2
package/README.ja.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[ampless](https://github.com/heavymoons/ampless) 向け Google Tag Manager プラグイン。
|
|
7
7
|
|
|
8
|
-
> **プレリリース /
|
|
8
|
+
> **プレリリース / ベータ版。** v1.0 まではマイナーバージョンでも破壊的変更が入る可能性があります。
|
|
9
9
|
|
|
10
10
|
descriptor ベースのプラグイン head/body 注入 API を使って、公開ページに GTM 標準の 2 つのスニペットを挿入します。
|
|
11
11
|
|
|
@@ -17,7 +17,7 @@ descriptor ベースのプラグイン head/body 注入 API を使って、公
|
|
|
17
17
|
## インストール
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
npm install @ampless/plugin-gtm@
|
|
20
|
+
npm install @ampless/plugin-gtm@beta
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## 設定
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Google Tag Manager plugin for [ampless](https://github.com/heavymoons/ampless).
|
|
7
7
|
|
|
8
|
-
> **Pre-release /
|
|
8
|
+
> **Pre-release / beta.** Breaking changes possible in any minor version until v1.0.
|
|
9
9
|
|
|
10
10
|
Drops Google Tag Manager's standard two-part snippet onto every public page through the descriptor-based plugin head/body injection API:
|
|
11
11
|
|
|
@@ -17,7 +17,7 @@ The container ID is **editable from `/admin/plugins`** after deploy — the cons
|
|
|
17
17
|
## Install
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
npm install @ampless/plugin-gtm@
|
|
20
|
+
npm install @ampless/plugin-gtm@beta
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Configure
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ampless/plugin-gtm",
|
|
3
|
-
"version": "0.2.0-
|
|
3
|
+
"version": "0.2.0-beta.34",
|
|
4
4
|
"description": "Google Tag Manager plugin for ampless",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"homepage": "https://github.com/heavymoons/ampless/tree/main/packages/plugin-gtm#readme",
|
|
27
27
|
"bugs": "https://github.com/heavymoons/ampless/issues",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"ampless": "1.0.0-
|
|
29
|
+
"ampless": "1.0.0-beta.51"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [
|
|
32
32
|
"ampless",
|