@kong-ui-public/swagger-ui-web-component 0.4.7 → 0.4.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,4 +12,4 @@ Note: This package currently requires linking the [swagger-ui-kong-theme](https:
12
12
  2. Run `yarn && yarn build && yarn link`
13
13
  3. Go to your local clone directory of this repository and run `yarn link "@kong/swagger-ui-kong-theme"`
14
14
  4. Run `yarn && yarn start`
15
- 5. Local development server should be running on http://localhost:9000
15
+ 5. Local development server should be running on http://localhost:5173
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/swagger-ui-web-component",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "main": "dist/main.js",
5
5
  "files": [
6
6
  "dist"