@balena/pinejs 16.1.3 → 16.1.4-build-trap-int-77d35219d88740218a123eb645953e463827d67e-1

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: 77d35219d88740218a123eb645953e463827d67e
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 16.1.4
11
+ title: ""
12
+ date: 2024-04-30T09:01:09.288Z
1
13
  - commits:
2
14
  - subject: Update @balena/odata-to-abstract-sql to 6.2.7
3
15
  hash: 76b2f842af0b49ef2956db23a22758fc0d1e50a0
@@ -267,7 +279,7 @@
267
279
  date: 2024-03-05T18:23:43.575Z
268
280
  version: 16.1.3
269
281
  title: ""
270
- date: 2024-04-23T13:57:40.587Z
282
+ date: 2024-04-24T08:28:28.477Z
271
283
  - commits:
272
284
  - subject: Update dependency husky to v9
273
285
  hash: 715d2dd993591d449bca7ece48f069ed6994c8c7
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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.4
8
+ ## (2024-04-30)
9
+
10
+ * Tests: trap `INT` rather than `SIGINT` for broader shell support [Pagan Gazzard]
11
+
7
12
  # v16.1.3
8
- ## (2024-04-23)
13
+ ## (2024-04-24)
9
14
 
10
15
 
11
16
  <details>
package/VERSION CHANGED
@@ -1 +1 @@
1
- 16.1.3
1
+ 16.1.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.1.3",
3
+ "version": "16.1.4-build-trap-int-77d35219d88740218a123eb645953e463827d67e-1",
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-23T13:57:41.939Z"
147
+ "publishedAt": "2024-04-30T09:01:09.954Z"
148
148
  }
149
149
  }