@balena/pinejs 15.3.0-build-web-resource-4-94118cd3eed96c326f8942e49ec308a9c9ea5381-1 → 15.3.0-build-web-resource-4-9d17553b52bd105211d6c2619ccf7eeabfe4da01-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,66 +1,15 @@
1
1
  - commits:
2
- - subject: Move all deletion logic into PRERUN hook
3
- hash: 94118cd3eed96c326f8942e49ec308a9c9ea5381
4
- body: ""
5
- footer:
6
- Change-type: patch
7
- change-type: patch
8
- author: Otávio Jacobi
9
- nested: []
10
- - subject: Move webresources into its own folder
11
- hash: 9cd18fd762affea5f501fe883fc634fd5b859132
12
- body: ""
13
- footer:
14
- Change-type: patch
15
- change-type: patch
16
- author: Otávio Jacobi
17
- nested: []
18
- - subject: Fix getting model with odata name instead of sql name
19
- hash: b780b61967784a93c1d9ada61a6e82444ac68ffd
20
- body: ""
21
- footer:
22
- Change-type: minor
23
- change-type: minor
24
- author: Otávio Jacobi
25
- nested: []
26
- - subject: Add delete multiple for resources with WebResources
27
- hash: 67d0e79bf3bc90a3e4596efa638dcc1aebcd1c2e
2
+ - subject: Add support to WebResrouce type
3
+ hash: 9d17553b52bd105211d6c2619ccf7eeabfe4da01
28
4
  body: ""
29
5
  footer:
30
6
  Change-type: minor
31
7
  change-type: minor
32
8
  author: Otávio Jacobi
33
9
  nested: []
34
- - subject: Removes ACL based webresource permissions
35
- hash: 0be50a18999476d7f7e13d01bbd89891e8c5d1ab
36
- body: ""
37
- footer:
38
- Change-type: minor
39
- change-type: minor
40
- author: Otávio Jacobi
41
- nested: []
42
- - subject: Adds WebResource type
43
- hash: d759365c1724e51c1cdae74fd779294a4be453ba
44
- body: ""
45
- footer:
46
- Change-type: minor
47
- change-type: minor
48
- author: Otávio Jacobi
49
- nested: []
50
- - subject: Integrate beta version of sbvr-types supporting WebResource Update to
51
- @balena/open-multer-s3, better large files test
52
- hash: 79dc4f5551bf4b176e50476c56d894526deb0c58
53
- body: ""
54
- footer:
55
- Change-type: patch
56
- change-type: patch
57
- Signed-off-by: Ramiro Gonzalez <ramiro.gonzalez@balena.io>
58
- signed-off-by: Ramiro Gonzalez <ramiro.gonzalez@balena.io>
59
- author: Ramiro González Maciel
60
- nested: []
61
10
  version: 15.3.0
62
11
  title: ""
63
- date: 2023-08-15T22:01:54.342Z
12
+ date: 2023-08-16T21:26:53.628Z
64
13
  - commits:
65
14
  - subject: Mark that `tx` is always passed to `POSTRUN-ERROR` hooks
66
15
  hash: 29982a40eddb816f25c61ae47b1e6a7433c2f583
package/CHANGELOG.md CHANGED
@@ -5,15 +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
  # v15.3.0
8
- ## (2023-08-15)
9
-
10
- * Move all deletion logic into PRERUN hook [Otávio Jacobi]
11
- * Move webresources into its own folder [Otávio Jacobi]
12
- * Fix getting model with odata name instead of sql name [Otávio Jacobi]
13
- * Add delete multiple for resources with WebResources [Otávio Jacobi]
14
- * Removes ACL based webresource permissions [Otávio Jacobi]
15
- * Adds WebResource type [Otávio Jacobi]
16
- * Integrate beta version of sbvr-types supporting WebResource Update to @balena/open-multer-s3, better large files test [Ramiro González Maciel]
8
+ ## (2023-08-16)
9
+
10
+ * Add support to WebResrouce type [Otávio Jacobi]
17
11
 
18
12
  # v15.2.1
19
13
  ## (2023-08-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.0-build-web-resource-4-94118cd3eed96c326f8942e49ec308a9c9ea5381-1",
3
+ "version": "15.3.0-build-web-resource-4-9d17553b52bd105211d6c2619ccf7eeabfe4da01-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-15T22:01:55.216Z"
147
+ "publishedAt": "2023-08-16T21:26:54.498Z"
148
148
  }
149
149
  }