ryuu-client 4.3.2-beta.4 → 4.3.2

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 +12 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
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.2](https://github.com/DomoApps/domoapps-client/compare/v4.3.2-beta.4...v4.3.2) (2023-05-15)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * corrected windows executable home path ([b9b814b](https://github.com/DomoApps/domoapps-client/commit/b9b814b0ed073c461cd1cd9d0178cbb574ff30a0))
11
+
12
+
13
+ ### Chore
14
+
15
+ * delete .DS_Store ([a710fea](https://github.com/DomoApps/domoapps-client/commit/a710fea27fb92092380e3d959cb8c7473a72d0a9))
16
+
5
17
  ### [4.3.2-beta.4](https://github.com/DomoApps/domoapps-client/compare/v4.3.2-beta.0...v4.3.2-beta.4) (2023-04-18)
6
18
 
7
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ryuu-client",
3
- "version": "4.3.2-beta.4",
3
+ "version": "4.3.2",
4
4
  "description": "Node client for ryuu services",
5
5
  "author": "Domo",
6
6
  "main": "lib/domoapps-client.js",
@@ -21,7 +21,6 @@
21
21
  "bump": "standard-version"
22
22
  },
23
23
  "dependencies": {
24
- "@domoinc/ryuu-proxy": "^4.3.2",
25
24
  "axios": "^0.21.4",
26
25
  "form-data": "^4.0.0",
27
26
  "fs-extra": "^10.0.0",