You need to sign in or sign up before continuing.
@balena/pinejs 17.0.2-build-renovate-major-commander-06e558378997afaa1d0f196005dccb5db1a44629-1 → 17.0.2-build-otaviojacobi-test-5f48482cbb5c4721fbddd5cf00fc101b0e891ff7-1
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: DO NOT MERGE Testing model based typings
|
3
|
+
hash: 5f48482cbb5c4721fbddd5cf00fc101b0e891ff7
|
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.0.2
|
12
11
|
title: ""
|
13
|
-
date: 2024-06-
|
12
|
+
date: 2024-06-13T17:28:30.752Z
|
14
13
|
- commits:
|
15
14
|
- subject: Switch from `Object.prototype.hasOwnProperty.call` to `Object.hasOwn`
|
16
15
|
hash: 1343f0d463bf4271846343ee98de4d8afb9402f3
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.0.2-build-
|
3
|
+
"version": "17.0.2-build-otaviojacobi-test-5f48482cbb5c4721fbddd5cf00fc101b0e891ff7-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -52,13 +52,13 @@
|
|
52
52
|
"@types/randomstring": "^1.3.0",
|
53
53
|
"@types/websql": "^0.0.30",
|
54
54
|
"busboy": "^1.6.0",
|
55
|
-
"commander": "^
|
55
|
+
"commander": "^11.1.0",
|
56
56
|
"deep-freeze": "^0.0.1",
|
57
57
|
"eventemitter3": "^5.0.1",
|
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-2eaa96eb7994854011b752eb6d9920bae091c30f-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-13T17:28:31.472Z"
|
148
148
|
}
|
149
149
|
}
|