@nosnibor89/svelte-client-sdk 0.1.292 → 0.1.293

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 +1 -1
package/README.md CHANGED
@@ -76,7 +76,7 @@ You can change the user context by using the `identify` function from the `LD` o
76
76
  }
77
77
  </script>
78
78
 
79
- <button on:click={handleLogin}>Login</button>
79
+ <button onclick={handleLogin}>Login</button>
80
80
  ```
81
81
 
82
82
  ### Getting feature flag values
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nosnibor89/svelte-client-sdk",
3
- "version": "0.1.292",
3
+ "version": "0.1.293",
4
4
  "description": "Svelte LaunchDarkly SDK",
5
5
  "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/svelte",
6
6
  "repository": {