pinejs-client-core 6.10.4 → 6.10.5
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: "Flowzone: Use inherited secrets"
|
|
3
|
+
hash: b3bf8b0cae0c40980f76a952d1890a228d48bd3c
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
nested: []
|
|
10
|
+
version: 6.10.5
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2022-10-14T16:20:44.002Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Specify node 10 as the minimum supported node engine in the package.json
|
|
3
15
|
hash: e0f8b12d1e7c0b792fcd16de9e938e90a368ba14
|
|
@@ -19,7 +31,7 @@
|
|
|
19
31
|
nested: []
|
|
20
32
|
version: 6.10.4
|
|
21
33
|
title: ""
|
|
22
|
-
date: 2022-09-26T09:
|
|
34
|
+
date: 2022-09-26T09:38:22.584Z
|
|
23
35
|
- commits:
|
|
24
36
|
- subject: Fix $count typings to only allow $filter under it
|
|
25
37
|
hash: d4cb65524ba2076df05f03574ce39acd547daa63
|
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
|
+
## 6.10.5 - 2022-10-14
|
|
8
|
+
|
|
9
|
+
* Flowzone: Use inherited secrets [Pagan Gazzard]
|
|
10
|
+
|
|
7
11
|
## 6.10.4 - 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-core",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.5",
|
|
4
4
|
"description": "This module provides the core tools to enable easier interaction with the pinejs API.",
|
|
5
5
|
"browser": "es2015",
|
|
6
6
|
"main": "index.js",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"_": "test/*.coffee"
|
|
58
58
|
},
|
|
59
59
|
"versionist": {
|
|
60
|
-
"publishedAt": "2022-
|
|
60
|
+
"publishedAt": "2022-10-14T16:20:44.203Z"
|
|
61
61
|
}
|
|
62
62
|
}
|
package/source.tar
DELETED
|
Binary file
|