@ulpi/browse 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/dist/browse.mjs +1 -1
  2. package/package.json +1 -1
package/dist/browse.mjs CHANGED
@@ -127,7 +127,7 @@ var require_package = __commonJS({
127
127
  "package.json"(exports, module) {
128
128
  module.exports = {
129
129
  name: "@ulpi/browse",
130
- version: "1.0.0",
130
+ version: "1.0.1",
131
131
  repository: {
132
132
  type: "git",
133
133
  url: "https://github.com/ulpi-io/browse"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulpi/browse",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ulpi-io/browse"