@balena/pinejs 17.0.1-build-renovate-major-commander-603807638f3daefd47c7438b099d6badd5384356-1 → 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.
@@ -1,16 +1,15 @@
1
1
  - commits:
2
- - subject: Update dependency commander to v12
3
- hash: 603807638f3daefd47c7438b099d6badd5384356
4
- body: |
5
- Update commander from 11.1.0 to 12.1.0
2
+ - subject: DO NOT MERGE Testing model based typings
3
+ hash: a498dc0bd58816e6f3c11f4e08ba5f3c2e682a68
4
+ body: ""
6
5
  footer:
7
6
  Change-type: patch
8
7
  change-type: patch
9
- author: Self-hosted Renovate Bot
8
+ author: Otavio Jacobi
10
9
  nested: []
11
10
  version: 17.0.1
12
11
  title: ""
13
- date: 2024-06-06T11:54:18.751Z
12
+ date: 2024-06-11T21:42:50.105Z
14
13
  - commits:
15
14
  - subject: Update tsconfig target to es2022
16
15
  hash: 046eab19f98a3424b601ffef8de31b05645f77b6
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v17.0.1
8
- ## (2024-06-06)
8
+ ## (2024-06-11)
9
9
 
10
- * Update dependency commander to v12 [Self-hosted Renovate Bot]
10
+ * DO NOT MERGE Testing model based typings [Otavio Jacobi]
11
11
 
12
12
  # v17.0.0
13
13
  ## (2024-06-06)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.0.1-build-renovate-major-commander-603807638f3daefd47c7438b099d6badd5384356-1",
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",
@@ -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": "^12.0.0",
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": "^6.14.6",
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-06T11:54:19.491Z"
147
+ "publishedAt": "2024-06-11T21:42:50.854Z"
148
148
  }
149
149
  }