@slicemachine/init 1.1.19-dev-release-feb.0 → 1.1.19-dev-release-feb.2

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/build/index.js CHANGED
@@ -130,10 +130,7 @@ class InitTracker {
130
130
  const payload = {
131
131
  event: eventType,
132
132
  ...identifier,
133
- properties: {
134
- ...attributes,
135
- nodeVersion: process.versions.node
136
- },
133
+ properties: attributes,
137
134
  ...__privateGet(this, _repository) ? { context: { groupId: { Repository: __privateGet(this, _repository) } } } : {}
138
135
  };
139
136
  return __privateGet(this, _client).track(payload, () => {