@balena/pinejs 17.0.0 → 17.0.1-build-otaviojacobi-test-a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68-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/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +13 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +3 -3
@@ -1,3 +1,15 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: DO NOT MERGE Testing model based typings
|
3
|
+
hash: a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68
|
4
|
+
body: ""
|
5
|
+
footer:
|
6
|
+
Change-type: patch
|
7
|
+
change-type: patch
|
8
|
+
author: Otavio Jacobi
|
9
|
+
nested: []
|
10
|
+
version: 17.0.1
|
11
|
+
title: ""
|
12
|
+
date: 2024-06-11T21:42:50.105Z
|
1
13
|
- commits:
|
2
14
|
- subject: Update tsconfig target to es2022
|
3
15
|
hash: 046eab19f98a3424b601ffef8de31b05645f77b6
|
@@ -174,7 +186,7 @@
|
|
174
186
|
nested: []
|
175
187
|
version: 17.0.0
|
176
188
|
title: ""
|
177
|
-
date: 2024-06-06T11:
|
189
|
+
date: 2024-06-06T11:18:26.966Z
|
178
190
|
- commits:
|
179
191
|
- subject: Update dependencies
|
180
192
|
hash: 1feda2bf5d4580d62398d4cb87c16b2a88a0816a
|
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,11 @@ 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
|
+
# v17.0.1
|
8
|
+
## (2024-06-11)
|
9
|
+
|
10
|
+
* DO NOT MERGE Testing model based typings [Otavio Jacobi]
|
11
|
+
|
7
12
|
# v17.0.0
|
8
13
|
## (2024-06-06)
|
9
14
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
17.0.
|
1
|
+
17.0.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.0.
|
3
|
+
"version": "17.0.1-build-otaviojacobi-test-a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68-2",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"express-session": "^1.18.0",
|
59
59
|
"lodash": "^4.17.21",
|
60
60
|
"memoizee": "^0.4.17",
|
61
|
-
"pinejs-client-core": "
|
61
|
+
"pinejs-client-core": "6.15.0-build-model-based-typings-985ccf1dd6cc9454ebe70782439d1866d7fd537c-1",
|
62
62
|
"randomstring": "^1.3.0",
|
63
63
|
"typed-error": "^3.2.2"
|
64
64
|
},
|
@@ -144,6 +144,6 @@
|
|
144
144
|
"recursive": true
|
145
145
|
},
|
146
146
|
"versionist": {
|
147
|
-
"publishedAt": "2024-06-
|
147
|
+
"publishedAt": "2024-06-11T21:42:50.854Z"
|
148
148
|
}
|
149
149
|
}
|