@balena/pinejs 15.3.0-build-web-resource-4-35608fb59e3f788cfda814d8c15f2c7665968392-5 → 15.3.0-build-web-resource-4-9077937b66b0fe1fc79cee3d5d139f148a180a2a-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: 35608fb59e3f788cfda814d8c15f2c7665968392
3
+ hash: 9077937b66b0fe1fc79cee3d5d139f148a180a2a
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-07T13:14:03.063Z
39
+ date: 2023-08-07T15:38:12.294Z
40
40
  - commits:
41
41
  - subject: Return a response even when the request resolves to an HTTP error
42
42
  hash: d1d68a068778a617d7b14b12a2657fb44511ee52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.0-build-web-resource-4-35608fb59e3f788cfda814d8c15f2c7665968392-5",
3
+ "version": "15.3.0-build-web-resource-4-9077937b66b0fe1fc79cee3d5d139f148a180a2a-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -18,7 +18,7 @@
18
18
  "webpack-server": "grunt server",
19
19
  "webpack-build": "npm run webpack-browser && npm run webpack-module && npm run webpack-server",
20
20
  "lint": "balena-lint -e js -e ts src build typings Gruntfile.ts && npx tsc --project tsconfig.dev.json --noEmit",
21
- "test": "npm run lint & npm run build && npm run webpack-build && npm run test:compose",
21
+ "test": "npm run lint && npm run build && npm run webpack-build && npm run test:compose",
22
22
  "test:compose": "trap 'docker-compose -f docker-compose.npm-test.yml down ; echo Stopped ; exit 0' SIGINT; docker-compose -f docker-compose.npm-test.yml up -d && sleep 2 && DATABASE_URL=postgres://docker:docker@localhost:5431/postgres PINEJS_WEBRESOURCE_MAXFILESIZE=1000000000 S3_ENDPOINT=http://localhost:43680 S3_ACCESS_KEY=USERNAME S3_SECRET_KEY=PASSWORD S3_STORAGE_ADAPTER_BUCKET=balena-pine-web-resources S3_REGION=us-east-1 npm run mocha",
23
23
  "mocha": "TS_NODE_FILES=true mocha",
24
24
  "prettify": "balena-lint -e js -e ts --fix src build typings Gruntfile.ts"
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2023-08-07T13:14:04.148Z"
147
+ "publishedAt": "2023-08-07T15:38:13.186Z"
148
148
  }
149
149
  }