pinejs-client-core 6.10.5 → 6.10.6

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.
@@ -1,3 +1,17 @@
1
+ - commits:
2
+ - subject: "tests: Support `.only` & `.skip` in the higher level test functions"
3
+ hash: 9326a2d23d40831be6100241ae92fdec57404806
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
9
+ signed-off-by: Thodoris Greasidis <thodoris@balena.io>
10
+ author: Thodoris Greasidis
11
+ nested: []
12
+ version: 6.10.6
13
+ title: ""
14
+ date: 2022-10-31T13:29:15.166Z
1
15
  - commits:
2
16
  - subject: "Flowzone: Use inherited secrets"
3
17
  hash: b3bf8b0cae0c40980f76a952d1890a228d48bd3c
@@ -9,7 +23,7 @@
9
23
  nested: []
10
24
  version: 6.10.5
11
25
  title: ""
12
- date: 2022-10-14T16:20:44.002Z
26
+ date: 2022-10-14T16:25:25.721Z
13
27
  - commits:
14
28
  - subject: Specify node 10 as the minimum supported node engine in the package.json
15
29
  hash: e0f8b12d1e7c0b792fcd16de9e938e90a368ba14
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.6 - 2022-10-31
8
+
9
+ * tests: Support `.only` & `.skip` in the higher level test functions [Thodoris Greasidis]
10
+
7
11
  ## 6.10.5 - 2022-10-14
8
12
 
9
13
  * Flowzone: Use inherited secrets [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-core",
3
- "version": "6.10.5",
3
+ "version": "6.10.6",
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-10-14T16:20:44.203Z"
60
+ "publishedAt": "2022-10-31T13:29:15.372Z"
61
61
  }
62
62
  }