@domoinc/ryuu-proxy 4.3.4-beta.0 → 4.3.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.
package/CHANGELOG.md CHANGED
@@ -2,4 +2,6 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.3.4](https://github.com/DomoApps/ryuu-proxy/compare/v4.3.4-beta.0...v4.3.4) (2023-06-26)
6
+
5
7
  ### [4.3.4-beta.0](https://github.com/DomoApps/ryuu-proxy/compare/v3.1.0...v4.3.4-beta.0) (2023-06-08)
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # ryuu-proxy
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@domoinc/ryuu-proxy.svg?style=flat-square)](https://www.npmjs.org/package/@domoinc/ryuu-proxy)
4
- [![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=@domoinc/ryuu-proxy&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.com/result?p=@domoinc/ryuu)
4
+ [![install size](https://img.shields.io/badge/dynamic/json?url=https://packagephobia.com/v2/api.json?p=@domoinc/ryuu-proxy&query=$.install.pretty&label=install%20size&style=flat-square)](https://packagephobia.com/result?p=@domoinc/ryuu-proxy)
5
5
  [![npm downloads](https://img.shields.io/npm/dm/@domoinc/ryuu-proxy.svg?style=flat-square)](https://npm-stat.com/charts.html?package=@domoinc/ryuu)
6
6
  [![Known Vulnerabilities](https://snyk.io/test/npm/@domoinc/ryuu-proxy/badge.svg)](https://snyk.io/test/npm/@domoinc/ryuu-proxy)
7
7
 
@@ -167,7 +167,7 @@ All necessary files will be built/copied into the `dist` folder.
167
167
 
168
168
  ## Contributing
169
169
 
170
- Recommended Workflow:
170
+ ### Recommended Workflow:
171
171
 
172
172
  1. Create new branch (named "DOMO-XXXXXX")
173
173
  2. Make Changes
@@ -176,7 +176,7 @@ Recommended Workflow:
176
176
  5. Make pull request
177
177
  6. After pull request is merged to master, bump version, then release it to npm
178
178
 
179
- ## Versioning
179
+ ### Versioning
180
180
 
181
181
  This project utilizes [standard-version](https://github.com/conventional-changelog/standard-version).
182
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domoinc/ryuu-proxy",
3
- "version": "4.3.4-beta.0",
3
+ "version": "4.3.4",
4
4
  "description": "a middleware that provides a proxy for local domo app development",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",