@balena/pinejs 17.0.0-build-wip-large-file-uploads-b2029f1b1df6c60eca71dd6d8921b4a3a94b2821-1 → 17.0.0-build-wip-large-file-uploads-8d9c57891b422476172efba74cacc2a0fea09248-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: "WIP: allow multipart large file uploads"
3
- hash: b2029f1b1df6c60eca71dd6d8921b4a3a94b2821
3
+ hash: 8d9c57891b422476172efba74cacc2a0fea09248
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: major
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 17.0.0
11
11
  title: ""
12
- date: 2024-04-18T20:27:04.642Z
12
+ date: 2024-04-18T20:35:45.287Z
13
13
  - commits:
14
14
  - subject: Update dependency husky to v9
15
15
  hash: 715d2dd993591d449bca7ece48f069ed6994c8c7
@@ -60,3 +60,4 @@ Fact type: multipart upload has expiry date (Auth)
60
60
  Necessity: each multipart upload has exactly one expiry date (Auth)
61
61
  Fact type: multipart upload is created by actor (Auth)
62
62
  Necessity: each multipart upload is created by at most one actor (Auth)
63
+ Reference Type: informative
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.0.0-build-wip-large-file-uploads-b2029f1b1df6c60eca71dd6d8921b4a3a94b2821-1",
3
+ "version": "17.0.0-build-wip-large-file-uploads-8d9c57891b422476172efba74cacc2a0fea09248-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2024-04-18T20:27:05.309Z"
147
+ "publishedAt": "2024-04-18T20:35:45.973Z"
148
148
  }
149
149
  }
@@ -60,3 +60,4 @@ Fact type: multipart upload has expiry date (Auth)
60
60
  Necessity: each multipart upload has exactly one expiry date (Auth)
61
61
  Fact type: multipart upload is created by actor (Auth)
62
62
  Necessity: each multipart upload is created by at most one actor (Auth)
63
+ Reference Type: informative