@balena/pinejs 19.6.0-build-experiment-generated-typings-a65b252138a36b01bf3165c9d7e10bcf3a9e745a-1 → 19.6.0-build-experiment-generated-typings-4b8e0074867bf1874b190c1aaef9d8ac6aad9965-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.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Infer async task fn callback arguments typing from schema
3
- hash: a65b252138a36b01bf3165c9d7e10bcf3a9e745a
3
+ hash: 4b8e0074867bf1874b190c1aaef9d8ac6aad9965
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: minor
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 19.6.0
11
11
  title: ""
12
- date: 2024-11-20T18:48:13.479Z
12
+ date: 2024-11-20T19:11:44.365Z
13
13
  - commits:
14
14
  - subject: Fix async tasks race condition for selecting task to be executed
15
15
  hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.6.0-build-experiment-generated-typings-a65b252138a36b01bf3165c9d7e10bcf3a9e745a-1",
3
+ "version": "19.6.0-build-experiment-generated-typings-4b8e0074867bf1874b190c1aaef9d8ac6aad9965-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -60,6 +60,7 @@
60
60
  "deep-freeze": "^0.0.1",
61
61
  "eventemitter3": "^5.0.1",
62
62
  "express-session": "^1.18.1",
63
+ "json-schema-to-ts": "3.1.1",
63
64
  "lodash": "^4.17.21",
64
65
  "memoizee": "^0.4.17",
65
66
  "pinejs-client-core": "^8.1.1",
@@ -91,7 +92,6 @@
91
92
  "grunt-ts": "^6.0.0-beta.22",
92
93
  "grunt-webpack": "^7.0.0",
93
94
  "husky": "^9.1.6",
94
- "json-schema-to-ts": "^3.1.1",
95
95
  "lint-staged": "^15.2.10",
96
96
  "load-grunt-tasks": "^5.1.0",
97
97
  "mocha": "^10.7.3",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-11-20T18:48:14.368Z"
150
+ "publishedAt": "2024-11-20T19:11:45.270Z"
151
151
  }
152
152
  }