@unocss/inspector 0.32.7 → 0.32.8

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +2 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Anthony Fu <https://github.com/antfu>
3
+ Copyright (c) 2021-PRESENT Anthony Fu <https://github.com/antfu>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -24,4 +24,4 @@ Visit `http://localhost:3000/__unocss` in your Vite dev server to see the inspec
24
24
 
25
25
  ## License
26
26
 
27
- MIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)
27
+ MIT License &copy; 2021-PRESENT [Anthony Fu](https://github.com/antfu)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/inspector",
3
- "version": "0.32.7",
3
+ "version": "0.32.8",
4
4
  "description": "The inspector UI for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -42,6 +42,5 @@
42
42
  "stub": "unbuild --stub",
43
43
  "dev": "nr play",
44
44
  "play": "nr stub && vite"
45
- },
46
- "readme": "# @unocss/inspector\n\nThe inspector UI for UnoCSS. Ships with `unocss` and `@unocss/vite`.\n\nVisit `http://localhost:3000/__unocss` in your Vite dev server to see the inspector.\n\n<img src=\"https://user-images.githubusercontent.com/11247099/140885990-1827f5ce-f12a-4ed4-9d63-e5145a65fb4a.png\">\n<img src=\"https://user-images.githubusercontent.com/11247099/140886020-7014f412-f020-4aed-a169-d025cc1bbcd3.png\">\n\n## TODO\n\n- [x] Basic Overview\n- [x] Basic REPL\n- [x] Basic file view\n- [x] Resizeable sidebar (use `splitpanes`, refer to playground)\n- [x] Data caches (move the fetches to shared modules instead of in components)\n- [ ] Manual refresh button\n- [x] Auto reload on file changes (reuse Vite's hmr if possible)\n- [ ] Config view\n- [ ] Edit files directly\n- [ ] CSS Prettify\n\n> 🙌 Contribution welcome!\n\n## License\n\nMIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)\n"
45
+ }
47
46
  }