@metarouter/ajs-starter-kit 1.0.72 → 1.0.73

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -505,6 +505,7 @@ exports.etags = {
505
505
  kit: require('./.dist/braze/kit.etag.json')
506
506
  },
507
507
  convert: {
508
+ endpointSchema: require('./.dist/convert/connection.etag.json'),
508
509
  playbook: require('./.dist/convert/playbook.etag.json'),
509
510
  kit: require('./.dist/convert/kit.etag.json')
510
511
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {