@datalyr/api 1.1.0 → 1.2.0

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/dist/index.js CHANGED
@@ -100,7 +100,7 @@ var Datalyr = class {
100
100
  properties: enrichedProperties,
101
101
  context: {
102
102
  library: "@datalyr/api",
103
- version: "1.0.4",
103
+ version: "1.1.0",
104
104
  source: "api"
105
105
  // Explicitly set source for server-side API
106
106
  },
package/dist/index.mjs CHANGED
@@ -75,7 +75,7 @@ var Datalyr = class {
75
75
  properties: enrichedProperties,
76
76
  context: {
77
77
  library: "@datalyr/api",
78
- version: "1.0.4",
78
+ version: "1.1.0",
79
79
  source: "api"
80
80
  // Explicitly set source for server-side API
81
81
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datalyr/api",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Datalyr API SDK for server-side tracking",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",