@balena/pinejs 18.0.3-build-unknown-resource-404-b2acb774d11ab5d62e6faf5e5cc65d761a760f9f-1 → 18.0.3-build-unknown-resource-404-90cf1d9998aba19e141d67c0bcd1f95a0ac827ee-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,6 +1,6 @@
1
1
  - commits:
2
- - subject: Throw a NotFoundError on requests for unknown resources
3
- hash: b2acb774d11ab5d62e6faf5e5cc65d761a760f9f
2
+ - subject: Throw a NotFoundError on /canAccess requests for unknown resources
3
+ hash: 90cf1d9998aba19e141d67c0bcd1f95a0ac827ee
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 18.0.3
11
11
  title: ""
12
- date: 2024-08-20T09:22:38.735Z
12
+ date: 2024-08-20T09:32:10.598Z
13
13
  - commits:
14
14
  - subject: Fix some lint warnings
15
15
  hash: 25abbf6a3f22ca6b984b8ec5a4b2aa3dcb71363f
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v18.0.3
8
8
  ## (2024-08-20)
9
9
 
10
- * Throw a NotFoundError on requests for unknown resources [Thodoris Greasidis]
10
+ * Throw a NotFoundError on /canAccess requests for unknown resources [Thodoris Greasidis]
11
11
 
12
12
  # v18.0.2
13
13
  ## (2024-08-19)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "18.0.3-build-unknown-resource-404-b2acb774d11ab5d62e6faf5e5cc65d761a760f9f-1",
3
+ "version": "18.0.3-build-unknown-resource-404-90cf1d9998aba19e141d67c0bcd1f95a0ac827ee-2",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -146,6 +146,6 @@
146
146
  "recursive": true
147
147
  },
148
148
  "versionist": {
149
- "publishedAt": "2024-08-20T09:22:39.436Z"
149
+ "publishedAt": "2024-08-20T09:32:11.303Z"
150
150
  }
151
151
  }