@balena/pinejs 17.1.7-build-renovate-major-12-commander-5b1c2be1736f11af35c5cb32ed8acf36134452f7-1 → 17.1.7-build-otaviojacobi-test-af0939cc07efaa7d90d717f862995ba4c5a93d77-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 +5 -6
- package/CHANGELOG.md +1 -1
- package/package.json +4 -4
@@ -1,16 +1,15 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update commander from 11.1.0 to 12.1.0
|
2
|
+
- subject: WIP testing overloads
|
3
|
+
hash: af0939cc07efaa7d90d717f862995ba4c5a93d77
|
4
|
+
body: ""
|
6
5
|
footer:
|
7
6
|
Change-type: patch
|
8
7
|
change-type: patch
|
9
|
-
author:
|
8
|
+
author: Otavio Jacobi
|
10
9
|
nested: []
|
11
10
|
version: 17.1.7
|
12
11
|
title: ""
|
13
|
-
date: 2024-06-
|
12
|
+
date: 2024-06-26T19:11:36.632Z
|
14
13
|
- commits:
|
15
14
|
- subject: Migrate sbvr-server to typescript
|
16
15
|
hash: ed2267c4b4cbe448b6062263b90a97492176663c
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.1.7-build-
|
3
|
+
"version": "17.1.7-build-otaviojacobi-test-af0939cc07efaa7d90d717f862995ba4c5a93d77-2",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -54,13 +54,13 @@
|
|
54
54
|
"@types/randomstring": "^1.3.0",
|
55
55
|
"@types/websql": "^0.0.30",
|
56
56
|
"busboy": "^1.6.0",
|
57
|
-
"commander": "^
|
57
|
+
"commander": "^11.1.0",
|
58
58
|
"deep-freeze": "^0.0.1",
|
59
59
|
"eventemitter3": "^5.0.1",
|
60
60
|
"express-session": "^1.18.0",
|
61
61
|
"lodash": "^4.17.21",
|
62
62
|
"memoizee": "^0.4.17",
|
63
|
-
"pinejs-client-core": "
|
63
|
+
"pinejs-client-core": "6.15.7-build-simplify-get-typings-4bfc2b97e9a495bdbddc8aceeb1a9683860f58b9-1",
|
64
64
|
"randomstring": "^1.3.0",
|
65
65
|
"typed-error": "^3.2.2"
|
66
66
|
},
|
@@ -146,6 +146,6 @@
|
|
146
146
|
"recursive": true
|
147
147
|
},
|
148
148
|
"versionist": {
|
149
|
-
"publishedAt": "2024-06-
|
149
|
+
"publishedAt": "2024-06-26T19:11:37.446Z"
|
150
150
|
}
|
151
151
|
}
|