pinejs-client-core 8.5.23 → 8.5.24

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,15 @@
1
+ - commits:
2
+ - subject: Update typescript to 6.x
3
+ hash: b91a0efec4ac27a23257a4d36711a13f1b8128ff
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 8.5.24
11
+ title: ""
12
+ date: 2026-06-16T14:00:26.197Z
1
13
  - commits:
2
14
  - subject: Resolve lint errors
3
15
  hash: 2e8a6f76e8bce7735cfcf9114c59ff27a7c1e70e
@@ -9,7 +21,7 @@
9
21
  nested: []
10
22
  version: 8.5.23
11
23
  title: ""
12
- date: 2026-06-15T02:10:44.389Z
24
+ date: 2026-06-15T09:05:01.572Z
13
25
  - commits:
14
26
  - subject: Update dependency lint-staged to v17
15
27
  hash: 85be2ffb02aced80e158df0706df95996703813e
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.24 - 2026-06-16
8
+
9
+ * Update typescript to 6.x [Pagan Gazzard]
10
+
7
11
  ## 8.5.23 - 2026-06-15
8
12
 
9
13
  * Resolve lint errors [joshbwlng]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-core",
3
- "version": "8.5.23",
3
+ "version": "8.5.24",
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",
@@ -32,7 +32,7 @@
32
32
  "@balena/abstract-sql-to-typescript": "^6.0.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@balena/lint": "^9.3.13",
35
+ "@balena/lint": "^9.4.5",
36
36
  "@types/chai": "4.3.20",
37
37
  "@types/mocha": "10.0.10",
38
38
  "chai": "6.2.2",
@@ -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": "5.9.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-15T02:10:44.525Z"
53
+ "publishedAt": "2026-06-16T14:00:26.336Z"
54
54
  }
55
55
  }
package/tsconfig.dev.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "extends": "./tsconfig.json",
3
3
  "compilerOptions": {
4
- "rootDir": "./"
4
+ "rootDir": "./",
5
+ "types": [
6
+ "mocha"
7
+ ]
5
8
  },
6
9
  "include": [
7
10
  "src/*",