@segment/actions-shared 1.127.1-staging-080a2bd7d.0 → 1.128.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@ Shared definitions and utilities
6
6
 
7
7
  MIT License
8
8
 
9
- Copyright (c) 2024 Segment
9
+ Copyright (c) 2025 Segment
10
10
 
11
11
  Permission is hereby granted, free of charge, to any person obtaining a copy
12
12
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@segment/actions-shared",
3
3
  "description": "Shared destination action methods and definitions.",
4
- "version": "1.127.1-staging-080a2bd7d.0",
4
+ "version": "1.128.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/segmentio/action-destinations",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@amplitude/ua-parser-js": "^0.7.25",
40
- "@segment/actions-core": "3.146.1-staging-080a2bd7d.0",
40
+ "@segment/actions-core": "^3.147.0",
41
41
  "cheerio": "^1.0.0-rc.10",
42
42
  "dayjs": "^1.10.7",
43
43
  "escape-goat": "^3",
@@ -64,5 +64,5 @@
64
64
  "<rootDir>/test/setup-after-env.ts"
65
65
  ]
66
66
  },
67
- "gitHead": "cf71e15e92744863944436c822c010719847f633"
67
+ "gitHead": "2719cf314cb81ef8375efb9a77ec85822b67a195"
68
68
  }