pinejs-client-core 8.1.1 → 8.1.2
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/.versionbot/CHANGELOG.yml +13 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update TypeScript to 5.7.2
|
|
3
|
+
hash: 47d950eeb4b2f1fbed1b3c0b72a5cc985410af97
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Thodoris Greasidis
|
|
9
|
+
nested: []
|
|
10
|
+
version: 8.1.2
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2024-11-22T22:49:06.886Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update @balena/abstract-sql-to-typescript to 5.0.0
|
|
3
15
|
hash: cdea88ba8c8ce13513b3e4400a8035c1957c8307
|
|
@@ -13,7 +25,7 @@
|
|
|
13
25
|
nested: []
|
|
14
26
|
version: 8.1.1
|
|
15
27
|
title: ""
|
|
16
|
-
date: 2024-10-09T14:
|
|
28
|
+
date: 2024-10-09T14:28:39.149Z
|
|
17
29
|
- commits:
|
|
18
30
|
- subject: Add support for calling odata fns
|
|
19
31
|
hash: befd5b25dc3c8f2d663c138255c68e4108abf8c9
|
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.1.2 - 2024-11-22
|
|
8
|
+
|
|
9
|
+
* Update TypeScript to 5.7.2 [Thodoris Greasidis]
|
|
10
|
+
|
|
7
11
|
## 8.1.1 - 2024-10-09
|
|
8
12
|
|
|
9
13
|
* Update @balena/abstract-sql-to-typescript to 5.0.0 [Thodoris Greasidis]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pinejs-client-core",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
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",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"mocha": "^10.7.0",
|
|
44
44
|
"require-npm4-to-publish": "^1.0.0",
|
|
45
45
|
"ts-node": "^10.9.2",
|
|
46
|
-
"typescript": "^5.
|
|
46
|
+
"typescript": "^5.7.2"
|
|
47
47
|
},
|
|
48
48
|
"mocha": {
|
|
49
49
|
"reporter": "spec",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"_": "test/*.ts"
|
|
53
53
|
},
|
|
54
54
|
"versionist": {
|
|
55
|
-
"publishedAt": "2024-
|
|
55
|
+
"publishedAt": "2024-11-22T22:49:07.059Z"
|
|
56
56
|
}
|
|
57
57
|
}
|