pinejs-client-core 8.5.25 → 8.5.26

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,16 @@
1
+ - commits:
2
+ - subject: Pin dependencies
3
+ hash: cf5271f82a86477a9d75ec347ea7e9b475dcf2c4
4
+ body: |
5
+ Update typescript
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 8.5.26
12
+ title: ""
13
+ date: 2026-06-20T00:14:11.533Z
1
14
  - commits:
2
15
  - subject: Switch from custom `Dictionary` type to built in `Record` typing
3
16
  hash: 74417ed23af6f495e591eb00ad1f71734f39234f
@@ -11,7 +24,7 @@
11
24
  nested: []
12
25
  version: 8.5.25
13
26
  title: ""
14
- date: 2026-06-16T14:34:24.275Z
27
+ date: 2026-06-16T14:40:02.640Z
15
28
  - commits:
16
29
  - subject: Update typescript to 6.x
17
30
  hash: b91a0efec4ac27a23257a4d36711a13f1b8128ff
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
+ ## 8.5.26 - 2026-06-20
8
+
9
+ * Pin dependencies [balena-renovate[bot]]
10
+
7
11
  ## 8.5.25 - 2026-06-16
8
12
 
9
13
  * Switch from custom `Dictionary` type to built in `Record` typing [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-core",
3
- "version": "8.5.25",
3
+ "version": "8.5.26",
4
4
  "description": "This module provides the core tools to enable easier interaction with the pinejs API.",
5
5
  "type": "commonjs",
6
6
  "browser": "dist",
@@ -41,7 +41,7 @@
41
41
  "mocha": "11.7.6",
42
42
  "require-npm4-to-publish": "1.0.0",
43
43
  "ts-node": "10.9.2",
44
- "typescript": "^6.0.3"
44
+ "typescript": "6.0.3"
45
45
  },
46
46
  "mocha": {
47
47
  "reporter": "spec",
@@ -50,6 +50,6 @@
50
50
  "_": "test/*.ts"
51
51
  },
52
52
  "versionist": {
53
- "publishedAt": "2026-06-16T14:34:24.401Z"
53
+ "publishedAt": "2026-06-20T00:14:11.669Z"
54
54
  }
55
55
  }