@glomex/integration-analytics 1.1480.0 → 1.1480.1

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.md CHANGED
@@ -79,3 +79,4 @@ MIT
79
79
  ## Support
80
80
 
81
81
  For issues and questions, please visit the [glomex documentation](https://docs.glomex.com) or contact support.
82
+
@@ -5,7 +5,7 @@ import NpawPlugin from 'npaw-plugin';
5
5
 
6
6
  // package.json
7
7
  var package_default = {
8
- version: "1.1480.0"};
8
+ version: "1.1480.1"};
9
9
 
10
10
  // src/npaw/package-info.ts
11
11
  var { version } = package_default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-analytics",
3
- "version": "1.1480.0",
3
+ "version": "1.1480.1",
4
4
  "description": "Analytics integrations for the turbo player",
5
5
  "documentation": "https://docs.glomex.com",
6
6
  "homepage": "https://glomex.com",
@@ -41,7 +41,7 @@
41
41
  "watch": "npm run build:ts --force && tsup --watch"
42
42
  },
43
43
  "dependencies": {
44
- "@glomex/integration-web-component": "workspace:*",
44
+ "@glomex/integration-web-component": "1.1479.0",
45
45
  "npaw-plugin": "^7.3.18"
46
46
  },
47
47
  "devDependencies": {
@@ -52,5 +52,6 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "license": "MIT"
55
+ "license": "MIT",
56
+ "gitHead": "8b24c346d5640b423bd85b77d12bebd67407bf7c"
56
57
  }