@domoinc/ryuu-proxy 4.3.4 → 4.3.5-beta.0

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/CHANGELOG.md +2 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
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.5-beta.0](https://github.com/DomoApps/ryuu-proxy/compare/v3.1.0...v4.3.5-beta.0) (2023-11-29)
6
+
5
7
  ### [4.3.4](https://github.com/DomoApps/ryuu-proxy/compare/v4.3.4-beta.0...v4.3.4) (2023-06-26)
6
8
 
7
9
  ### [4.3.4-beta.0](https://github.com/DomoApps/ryuu-proxy/compare/v3.1.0...v4.3.4-beta.0) (2023-06-08)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domoinc/ryuu-proxy",
3
- "version": "4.3.4",
3
+ "version": "4.3.5-beta.0",
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",
@@ -10,7 +10,7 @@
10
10
  "tdd": "mocha --watch",
11
11
  "build": "rm -rf ./dist && tsc",
12
12
  "releaseAlpha": "npm run build && npm publish --tag alpha",
13
- "releaseBeta": "npm run build && npm publish --tag beta",
13
+ "releaseBeta": "npm run bumpBeta && npm publish --tag beta",
14
14
  "release": "npm run build && npm publish",
15
15
  "start": "npm run build -- -w",
16
16
  "clean": "rm -rf node_modules && yarn",
@@ -51,7 +51,7 @@
51
51
  "typescript": "^4.7.4"
52
52
  },
53
53
  "dependencies": {
54
- "axios": "^0.27.2",
54
+ "axios": "^1.6.2",
55
55
  "axios-cookiejar-support": "^1.0.1",
56
56
  "busboy": "^1.6.0",
57
57
  "configstore": "^5.0.1",
@@ -60,8 +60,9 @@
60
60
  "fs-extra": "^10.1.0",
61
61
  "glob": "^8.0.3",
62
62
  "https-proxy-agent": "^5.0.1",
63
- "ryuu-client": "4.3.2",
64
- "tough-cookie": "^4.0.0"
63
+ "ryuu-client": "^4.3.4-beta.0",
64
+ "semver": "^7.5.4",
65
+ "tough-cookie": "^4.1.3"
65
66
  },
66
67
  "peerDependencies": {
67
68
  "ryuu": "^4.2.5"