bytekit 0.2.5 β†’ 0.2.6

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -289,7 +289,7 @@ function Users() {
289
289
  }
290
290
  ```
291
291
 
292
- **[πŸ“– Full React Guide](./docs/examples/react.md)** β€’ **[πŸ’» Working Example](./examples/react-app)**
292
+ **[πŸ“– Full React Guide](./docs/examples/react.md)** β€’ **[πŸ’» Working Example](./examples/react-app)** β€’ **[πŸš€ Try on CodeSandbox](https://codesandbox.io/p/devbox/bytekit-react-example-gr2k2j)**
293
293
 
294
294
  #### Vue 3
295
295
 
@@ -311,7 +311,7 @@ onMounted(async () => {
311
311
  </template>
312
312
  ```
313
313
 
314
- **[πŸ“– Full Vue Guide](./docs/examples/vue.md)** β€’ **[πŸ’» Working Example](./examples/vue-app)**
314
+ **[πŸ“– Full Vue Guide](./docs/examples/vue.md)** β€’ **[πŸ’» Working Example](./examples/vue-app)** β€’ **[πŸš€ Try on CodeSandbox](https://codesandbox.io/p/devbox/df26fs)**
315
315
 
316
316
  #### Svelte
317
317
 
@@ -333,7 +333,7 @@ onMounted(async () => {
333
333
  {/each}
334
334
  ```
335
335
 
336
- **[πŸ“– Full Svelte Guide](./docs/examples/svelte.md)** β€’ **[πŸ’» Working Example](./examples/svelte-app)**
336
+ **[πŸ“– Full Svelte Guide](./docs/examples/svelte.md)** β€’ **[πŸ’» Working Example](./examples/svelte-app)** β€’ **[πŸš€ Try on CodeSandbox](https://codesandbox.io/p/devbox/lxvghg)**
337
337
 
338
338
  ### πŸš€ Try the Examples / ProbΓ‘ los Ejemplos
339
339
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bytekit",
3
3
  "description": "Lightning-fast TypeScript utilities for modern development",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "type": "module",
6
6
  "imports": {
7
7
  "#core/*": "./dist/utils/core/*",