pinejs-client-request 7.3.6 → 7.3.7
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/.github/workflows/flowzone.yml +1 -5
- package/.versionbot/CHANGELOG.yml +13 -1
- package/CHANGELOG.md +4 -0
- package/package.json +2 -2
- package/source.tar +0 -0
|
@@ -11,8 +11,4 @@ jobs:
|
|
|
11
11
|
flowzone:
|
|
12
12
|
name: Flowzone
|
|
13
13
|
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
|
|
14
|
-
secrets:
|
|
15
|
-
FLOWZONE_TOKEN: ${{ secrets.FLOWZONE_TOKEN }}
|
|
16
|
-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
17
|
-
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
|
|
18
|
-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
14
|
+
secrets: inherit
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update flowzone.yml
|
|
3
|
+
hash: 9482758e9e575616ceb826d859fb28823f3b83f5
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Kyle Harding
|
|
9
|
+
nested: []
|
|
10
|
+
version: 7.3.7
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2023-05-31T15:23:19.291Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Specify node 10 as the minimum supported node engine in the package.json
|
|
3
15
|
hash: b2ff93e1ff0cc1275004010067a48bc0e458bfba
|
|
@@ -19,7 +31,7 @@
|
|
|
19
31
|
nested: []
|
|
20
32
|
version: 7.3.6
|
|
21
33
|
title: ""
|
|
22
|
-
date: 2022-09-26T09:
|
|
34
|
+
date: 2022-09-26T09:40:32.762Z
|
|
23
35
|
- commits:
|
|
24
36
|
- subject: Update dependencies
|
|
25
37
|
hash: b972f9bba9510ebe4b4a4e80359f6bad178d61b8
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 7.3.7 - 2023-05-31
|
|
8
|
+
|
|
9
|
+
* Update flowzone.yml [Kyle Harding]
|
|
10
|
+
|
|
7
11
|
## 7.3.6 - 2022-09-26
|
|
8
12
|
|
|
9
13
|
* Specify node 10 as the minimum supported node engine in the package.json [Thodoris Greasidis]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pinejs-client-request",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.7",
|
|
4
4
|
"description": "This module provides a request backend for pinejs-client.",
|
|
5
5
|
"main": "request.js",
|
|
6
6
|
"types": "request.d.ts",
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"versionist": {
|
|
54
|
-
"publishedAt": "
|
|
54
|
+
"publishedAt": "2023-05-31T15:23:19.540Z"
|
|
55
55
|
}
|
|
56
56
|
}
|
package/source.tar
DELETED
|
Binary file
|