@launchdarkly/toolbar 0.13.1-beta.1 → 0.13.2-beta.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/dist/js/index.js CHANGED
@@ -5936,7 +5936,7 @@ class EventInterceptionPlugin {
5936
5936
  config;
5937
5937
  constructor(config = {}){
5938
5938
  this.config = {
5939
- enableLogging: true,
5939
+ enableLogging: false,
5940
5940
  ...config
5941
5941
  };
5942
5942
  this.eventStore = new EventStore();
@@ -370,7 +370,7 @@ class EventInterceptionPlugin {
370
370
  config;
371
371
  constructor(config = {}){
372
372
  this.config = {
373
- enableLogging: true,
373
+ enableLogging: false,
374
374
  ...config
375
375
  };
376
376
  this.eventStore = new EventStore();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/toolbar",
3
- "version": "0.13.1-beta.1",
3
+ "version": "0.13.2-beta.1",
4
4
  "description": "A React component that provides a developer-friendly toolbar for interacting with LaunchDarkly during development",
5
5
  "keywords": [
6
6
  "launchdarkly",
@@ -89,7 +89,7 @@
89
89
  "@testing-library/jest-dom": "^6.6.3",
90
90
  "@testing-library/react": "^16.3.0",
91
91
  "@types/node": "^24.0.4",
92
- "@types/react": "^19.1.12",
92
+ "@types/react": "^19.1.13",
93
93
  "@vanilla-extract/vite-plugin": "^5.1.1",
94
94
  "http-server": "^14.1.1",
95
95
  "jsdom": "^26.1.0",
@@ -113,7 +113,7 @@
113
113
  "access": "public"
114
114
  },
115
115
  "dependencies": {
116
- "@launchpad-ui/components": "0.16.6",
116
+ "@launchpad-ui/components": "0.16.8",
117
117
  "@launchpad-ui/tokens": "0.15.0",
118
118
  "@react-aria/focus": "3.21.1",
119
119
  "@react-aria/interactions": "3.25.5",
@@ -124,8 +124,8 @@
124
124
  "@vanilla-extract/css": "^1.17.4",
125
125
  "@vanilla-extract/webpack-plugin": "^2.3.22",
126
126
  "motion": "^12.19.2",
127
- "react-aria": "3.43.1",
128
- "react-aria-components": "1.12.1",
127
+ "react-aria": "3.43.2",
128
+ "react-aria-components": "1.12.2",
129
129
  "react-hook-form": "7.59.0",
130
130
  "react-router": "7.5.2"
131
131
  },