pinejs-client-core 7.1.4 → 7.1.5
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 -2
- package/tsconfig.json +1 -2
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Switch tsconfig module resolution to Node16
|
|
3
|
+
hash: 2c6b45dd7d8d64ae74b9f9efff50de12614780e4
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
nested: []
|
|
10
|
+
version: 7.1.5
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2024-09-13T12:07:35.877Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Update TypeScript to 5.6.2
|
|
3
15
|
hash: b85e599b860e9d79a9c86c5d290380fe9733467b
|
|
@@ -9,7 +21,7 @@
|
|
|
9
21
|
nested: []
|
|
10
22
|
version: 7.1.4
|
|
11
23
|
title: ""
|
|
12
|
-
date: 2024-09-10T08:
|
|
24
|
+
date: 2024-09-10T08:58:55.245Z
|
|
13
25
|
- commits:
|
|
14
26
|
- subject: Improve `upsert` typings
|
|
15
27
|
hash: 33512bfad45a77bb7390f2d98cf450d39b2f3d7f
|
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.5 - 2024-09-13
|
|
8
|
+
|
|
9
|
+
* Switch tsconfig module resolution to Node16 [Pagan Gazzard]
|
|
10
|
+
|
|
7
11
|
## 7.1.4 - 2024-09-10
|
|
8
12
|
|
|
9
13
|
* Update TypeScript to 5.6.2 [Thodoris Greasidis]
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pinejs-client-core",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.5",
|
|
4
4
|
"description": "This module provides the core tools to enable easier interaction with the pinejs API.",
|
|
5
|
+
"type": "commonjs",
|
|
5
6
|
"browser": "es2015",
|
|
6
7
|
"main": "index.js",
|
|
7
8
|
"types": "index.d.ts",
|
|
@@ -55,6 +56,6 @@
|
|
|
55
56
|
"_": "test/*.ts"
|
|
56
57
|
},
|
|
57
58
|
"versionist": {
|
|
58
|
-
"publishedAt": "2024-09-
|
|
59
|
+
"publishedAt": "2024-09-13T12:07:36.066Z"
|
|
59
60
|
}
|
|
60
61
|
}
|