@lumiapassport/core 1.17.4 → 1.17.5

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.
@@ -45,7 +45,7 @@ function initSdkErrorTracking() {
45
45
  // Don't track performance for SDK (only errors)
46
46
  tracesSampleRate: 0,
47
47
  // Release version from package.json
48
- release: `@lumiapassport/core@${"1.17.3"}`,
48
+ release: `@lumiapassport/core@${"1.17.5"}`,
49
49
  environment: "production",
50
50
  // Filter to only track SDK errors
51
51
  beforeSend(event) {
@@ -23,7 +23,7 @@ function initSdkErrorTracking() {
23
23
  // Don't track performance for SDK (only errors)
24
24
  tracesSampleRate: 0,
25
25
  // Release version from package.json
26
- release: `@lumiapassport/core@${"1.17.3"}`,
26
+ release: `@lumiapassport/core@${"1.17.5"}`,
27
27
  environment: "production",
28
28
  // Filter to only track SDK errors
29
29
  beforeSend(event) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiapassport/core",
3
- "version": "1.17.4",
3
+ "version": "1.17.5",
4
4
  "description": "Framework-agnostic core SDK for Mbark Wallet smart accounts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",