@metarouter/ajs-starter-kit 1.0.33 → 1.0.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.
@@ -170,6 +170,18 @@
170
170
  "brokers": {
171
171
  "type": "string"
172
172
  },
173
+ "saslPlain": {
174
+ "type": "object",
175
+ "properties": {
176
+ "password": {
177
+ "type": "string"
178
+ },
179
+ "username": {
180
+ "type": "string"
181
+ }
182
+ },
183
+ "additionalProperties": false
184
+ },
173
185
  "tls": {
174
186
  "type": "boolean"
175
187
  },
@@ -1 +1 @@
1
- "076b67ea2ad859a703021be34a9fd2d2"
1
+ "ffc6ae809d69bb231effd6f805894565"
@@ -2,7 +2,7 @@
2
2
  "params": [
3
3
  {
4
4
  "name": "API_VERSION",
5
- "defaultValue": "v11.0"
5
+ "defaultValue": "v13.0"
6
6
  },
7
7
  {
8
8
  "name": "PIXEL_ID",
@@ -1 +1 @@
1
- "7b9f7662cb5a9881fcb9bee7a529e81c"
1
+ "bc571a996baa33a0232799ddf3db03db"
@@ -26,6 +26,10 @@
26
26
  {
27
27
  "date": "2021-11-19T00:00:00.000Z",
28
28
  "note": "uses batch endpoint"
29
+ },
30
+ {
31
+ "date": "2022-02-18T00:00:00.000Z",
32
+ "note": "updated from v12.0 to v13.0"
29
33
  }
30
34
  ]
31
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {