@balena/pinejs 15.3.0-build-web-resource-4-9077937b66b0fe1fc79cee3d5d139f148a180a2a-1 → 15.3.0-build-web-resource-4-f4f74a7da6904af62a121a5d5470e9af2a47908f-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Add delete multiple for resources with WebResources
3
- hash: 9077937b66b0fe1fc79cee3d5d139f148a180a2a
3
+ hash: f4f74a7da6904af62a121a5d5470e9af2a47908f
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: minor
@@ -36,7 +36,7 @@
36
36
  nested: []
37
37
  version: 15.3.0
38
38
  title: ""
39
- date: 2023-08-07T15:38:12.294Z
39
+ date: 2023-08-07T18:36:58.287Z
40
40
  - commits:
41
41
  - subject: Return a response even when the request resolves to an HTTP error
42
42
  hash: d1d68a068778a617d7b14b12a2657fb44511ee52
package/README.md CHANGED
@@ -64,7 +64,7 @@ Start by creating your very first application with Pine.js. Jump to the [Getting
64
64
 
65
65
  An application can choose between two types to save file content or another large object: `File` or `WebResource`. When using a `File`, PineJS saves the content in the database using a binary data type like `BYTEA` or `BLOB`. When using a `WebResource`, PineJS saves the binary content on an external storage service and then writes metadata, including the content public URL, to the database. Client apps use the `WebResource` `href` to get the content.
66
66
 
67
- Please note that `WebResource` is still a work in progress and as such as a few limitations. Such as (but not exclusively):
67
+ Please note that `WebResource` is still a work in progress and as such has a few limitations. Such as (but not exclusively):
68
68
 
69
- - Deletion of a file may fail and will require to manually delete the file from S3
69
+ - Deletion of a file may fail and will require to manually delete the file from its storage
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.0-build-web-resource-4-9077937b66b0fe1fc79cee3d5d139f148a180a2a-1",
3
+ "version": "15.3.0-build-web-resource-4-f4f74a7da6904af62a121a5d5470e9af2a47908f-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-08-07T15:38:13.186Z"
147
+ "publishedAt": "2023-08-07T18:36:59.477Z"
148
148
  }
149
149
  }