@balena/pinejs 16.1.2 → 16.1.3-build-trap-int-ec5fe1a93510aaa3ce915b80cddf547a770aaea5-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,3 +1,15 @@
1
+ - commits:
2
+ - subject: "Tests: trap `INT` rather than `SIGINT` for broader shell support"
3
+ hash: ec5fe1a93510aaa3ce915b80cddf547a770aaea5
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 16.1.3
11
+ title: ""
12
+ date: 2024-04-23T10:03:50.476Z
1
13
  - commits:
2
14
  - subject: Update dependency husky to v9
3
15
  hash: 715d2dd993591d449bca7ece48f069ed6994c8c7
@@ -10,7 +22,7 @@
10
22
  nested: []
11
23
  version: 16.1.2
12
24
  title: ""
13
- date: 2024-04-14T01:13:49.744Z
25
+ date: 2024-04-14T04:09:27.077Z
14
26
  - commits:
15
27
  - subject: Update dependency @balena/lint to v8
16
28
  hash: 02ba2563aa4ac82ad90accc30534f744c00a0c16
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v16.1.3
8
+ ## (2024-04-23)
9
+
10
+ * Tests: trap `INT` rather than `SIGINT` for broader shell support [Pagan Gazzard]
11
+
7
12
  # v16.1.2
8
13
  ## (2024-04-14)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 16.1.2
1
+ 16.1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.1.2",
3
+ "version": "16.1.3-build-trap-int-ec5fe1a93510aaa3ce915b80cddf547a770aaea5-2",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -20,7 +20,7 @@
20
20
  "webpack-build": "npm run webpack-browser && npm run webpack-module && npm run webpack-server",
21
21
  "lint": "balena-lint -t tsconfig.dev.json -e js -e ts src build typings Gruntfile.ts && npx tsc --project tsconfig.dev.json --noEmit",
22
22
  "test": "npm run lint && npm run build && npm run webpack-build && npm run test:compose",
23
- "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
+ "test:compose": "trap 'docker compose -f docker-compose.npm-test.yml down ; echo Stopped ; exit 0' INT; 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",
24
24
  "mocha": "TS_NODE_FILES=true mocha",
25
25
  "prettify": "balena-lint -t tsconfig.dev.json -e js -e ts --fix src test build typings Gruntfile.ts"
26
26
  },
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2024-04-14T01:13:50.455Z"
147
+ "publishedAt": "2024-04-23T10:03:51.132Z"
148
148
  }
149
149
  }