pinejs-client-core 7.1.3 → 7.1.4

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 5.6.2
3
+ hash: b85e599b860e9d79a9c86c5d290380fe9733467b
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Thodoris Greasidis
9
+ nested: []
10
+ version: 7.1.4
11
+ title: ""
12
+ date: 2024-09-10T08:46:41.274Z
1
13
  - commits:
2
14
  - subject: Improve `upsert` typings
3
15
  hash: 33512bfad45a77bb7390f2d98cf450d39b2f3d7f
@@ -9,7 +21,7 @@
9
21
  nested: []
10
22
  version: 7.1.3
11
23
  title: ""
12
- date: 2024-09-05T14:03:56.948Z
24
+ date: 2024-09-05T16:35:32.010Z
13
25
  - commits:
14
26
  - subject: Improve `getOrCreate` typings
15
27
  hash: edbf05ae07a15a060b0d7ea4d7e536dc55f6ff17
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
+ ## 7.1.4 - 2024-09-10
8
+
9
+ * Update TypeScript to 5.6.2 [Thodoris Greasidis]
10
+
7
11
  ## 7.1.3 - 2024-09-05
8
12
 
9
13
  * Improve `upsert` typings [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinejs-client-core",
3
- "version": "7.1.3",
3
+ "version": "7.1.4",
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",
@@ -46,7 +46,7 @@
46
46
  "mocha": "^10.7.0",
47
47
  "require-npm4-to-publish": "^1.0.0",
48
48
  "ts-node": "^10.9.2",
49
- "typescript": "^5.5.3"
49
+ "typescript": "^5.6.2"
50
50
  },
51
51
  "mocha": {
52
52
  "reporter": "spec",
@@ -55,6 +55,6 @@
55
55
  "_": "test/*.ts"
56
56
  },
57
57
  "versionist": {
58
- "publishedAt": "2024-09-05T14:03:57.127Z"
58
+ "publishedAt": "2024-09-10T08:46:41.462Z"
59
59
  }
60
60
  }