@segment/destination-subscriptions 3.13.0 → 3.14.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 +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ Validate event payloads against an action's subscription AST.
6
6
 
7
7
  MIT License
8
8
 
9
- Copyright (c) 2022 Segment
9
+ Copyright (c) 2023 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@segment/destination-subscriptions",
3
- "version": "3.13.0",
3
+ "version": "3.14.0",
4
4
  "description": "Validate event payload using subscription AST",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -68,5 +68,5 @@
68
68
  "limit": "29 KB"
69
69
  }
70
70
  ],
71
- "gitHead": "1da6d04d1c90d7020bf7af1ec6cdb3560e0a7672"
71
+ "gitHead": "f9f34d2776a0e8c7247a437709f20f25a4b9d83e"
72
72
  }