@nolikein/types-livewire3 1.0.3 → 1.0.4

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/dist/Alpine.d.ts +0 -2
  2. package/package.json +1 -1
package/dist/Alpine.d.ts CHANGED
@@ -1,6 +1,4 @@
1
1
  import * as Alpine from "alpinejs";
2
- export default Alpine;
3
- export type Alpine = typeof Alpine;
4
2
  /**
5
3
  * Represent the component AlpineJs self instance (this). Usefull to pass "this" as argument to another function as "self".
6
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nolikein/types-livewire3",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Typescript content for Laravel Livewire 3",
5
5
  "license": "MIT",
6
6
  "author": "Côme Wasik",