@walkeros/server-destination-amplitude 4.2.1-next-1781715165983 → 4.2.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-destination-amplitude
2
2
 
3
- ## 4.2.1-next-1781715165983
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  - Updated dependencies [d1b41ca]
10
10
  - Updated dependencies [0a8a08b]
11
11
  - Updated dependencies [8afb7cc]
12
- - @walkeros/core@4.2.1-next-1781715165983
13
- - @walkeros/server-core@4.2.1-next-1781715165983
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
14
14
 
15
15
  ## 4.2.0
16
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-amplitude",
4
- "version": "4.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -268,7 +268,7 @@
268
268
  "consent": {
269
269
  "functional": true
270
270
  },
271
- "id": "24d1b59f3185e951",
271
+ "id": "7eb55efc619b3189",
272
272
  "trigger": "load",
273
273
  "entity": "product",
274
274
  "action": "view",
@@ -330,7 +330,7 @@
330
330
  "consent": {
331
331
  "functional": true
332
332
  },
333
- "id": "5f1c367a9f026283",
333
+ "id": "f9271e141ea9bad3",
334
334
  "trigger": "load",
335
335
  "entity": "page",
336
336
  "action": "view",
@@ -398,7 +398,7 @@
398
398
  "consent": {
399
399
  "functional": true
400
400
  },
401
- "id": "63cc19652a8d116f",
401
+ "id": "6039c379369a3460",
402
402
  "trigger": "load",
403
403
  "entity": "product",
404
404
  "action": "view",
@@ -541,7 +541,7 @@
541
541
  "consent": {
542
542
  "functional": true
543
543
  },
544
- "id": "ca224d95b5e5f70d",
544
+ "id": "9bb0f09d045495e8",
545
545
  "trigger": "test",
546
546
  "entity": "company",
547
547
  "action": "update",
@@ -688,7 +688,7 @@
688
688
  "consent": {
689
689
  "functional": true
690
690
  },
691
- "id": "487567cb5b7084fa",
691
+ "id": "90393fae2d149503",
692
692
  "trigger": "load",
693
693
  "entity": "order",
694
694
  "action": "complete",
@@ -806,7 +806,7 @@
806
806
  "consent": {
807
807
  "functional": true
808
808
  },
809
- "id": "1cc1f13d9f48daeb",
809
+ "id": "aef792c69612dc5d",
810
810
  "trigger": "test",
811
811
  "entity": "subscription",
812
812
  "action": "renew",
@@ -888,7 +888,7 @@
888
888
  "consent": {
889
889
  "functional": true
890
890
  },
891
- "id": "3bace162f8f964bd",
891
+ "id": "8eb09cba0a805e67",
892
892
  "trigger": "test",
893
893
  "entity": "user",
894
894
  "action": "login",
@@ -994,7 +994,7 @@
994
994
  "consent": {
995
995
  "functional": true
996
996
  },
997
- "id": "a72cf9a946810e43",
997
+ "id": "7b7e777a82959e2f",
998
998
  "trigger": "test",
999
999
  "entity": "debug",
1000
1000
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-amplitude",
3
3
  "description": "Amplitude server destination for walkerOS",
4
- "version": "4.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@amplitude/analytics-node": "^1.5.53",
39
- "@walkeros/core": "4.2.1-next-1781715165983",
40
- "@walkeros/server-core": "4.2.1-next-1781715165983"
39
+ "@walkeros/core": "4.2.1",
40
+ "@walkeros/server-core": "4.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1-next-1781715165983"
43
+ "@walkeros/collector": "4.2.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",