@balena/pinejs 23.2.13-build-skip-large-file-single-upload-test-d3f68fa5d467093c385b0880c0ece6d2b3668431-1 → 23.2.13

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,14 +1,6 @@
1
1
  - commits:
2
- - subject: Linting fixes
3
- hash: d3f68fa5d467093c385b0880c0ece6d2b3668431
4
- body: ""
5
- footer:
6
- Change-type: patch
7
- change-type: patch
8
- author: Pagan Gazzard
9
- nested: []
10
- - subject: WIP
11
- hash: 16ecc0901c7b46d6be67cf6613b5b9b1532c857e
2
+ - subject: Use smaller maximum webresource multipart upload size on tests
3
+ hash: 524718daa8c2462908260c3fc1214b6fec802f18
12
4
  body: ""
13
5
  footer:
14
6
  Change-type: patch
@@ -17,7 +9,7 @@
17
9
  nested: []
18
10
  version: 23.2.13
19
11
  title: ""
20
- date: 2025-12-02T19:57:48.287Z
12
+ date: 2025-12-03T01:00:16.860Z
21
13
  - commits:
22
14
  - subject: Pre-allocate a buffer to improve performance for hashing sql
23
15
  hash: d50220d1083d63be27acd2fc6dbfbd492f7ef361
package/CHANGELOG.md CHANGED
@@ -5,10 +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
  # v23.2.13
8
- ## (2025-12-02)
8
+ ## (2025-12-03)
9
9
 
10
- * Linting fixes [Pagan Gazzard]
11
- * WIP [Otavio Jacobi]
10
+ * Use smaller maximum webresource multipart upload size on tests [Otavio Jacobi]
12
11
 
13
12
  # v23.2.12
14
13
  ## (2025-11-13)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.2.13-build-skip-large-file-single-upload-test-d3f68fa5d467093c385b0880c0ece6d2b3668431-1",
3
+ "version": "23.2.13",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
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 test build typings Gruntfile.cts && npx tsc --project tsconfig.dev.json --noEmit",
22
22
  "test": "npm run build && npm run lint && npm run webpack-build && npm run test:compose && npm run test:generated-types",
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 PINEJS_QUEUE_CONCURRENCY=1 TZ=UTC PINEJS_WEBRESOURCE_MULTIPART_ENABLED=true npx 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=31457280 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 PINEJS_QUEUE_CONCURRENCY=1 TZ=UTC PINEJS_WEBRESOURCE_MULTIPART_ENABLED=true npx mocha",
24
24
  "test:generated-types": "npm run generate-types && git diff --exit-code ./src/sbvr-api/user.ts ./src/migrator/migrations.ts ./src/sbvr-api/dev.ts",
25
25
  "lint-fix": "balena-lint -t tsconfig.dev.json -e js -e ts --fix src test build typings Gruntfile.cts",
26
26
  "generate-types": "node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/user.sbvr ./src/sbvr-api/user.ts && node ./bin/sbvr-compiler.js generate-types ./src/migrator/migrations.sbvr ./src/migrator/migrations.ts && node ./bin/sbvr-compiler.js generate-types ./src/sbvr-api/dev.sbvr ./src/sbvr-api/dev.ts && node ./bin/sbvr-compiler.js generate-types ./src/tasks/tasks.sbvr ./src/tasks/tasks.ts && node ./bin/sbvr-compiler.js generate-types ./src/webresource-handler/webresource.sbvr ./src/webresource-handler/webresource.ts && balena-lint -t tsconfig.dev.json --fix ./src/sbvr-api/user.ts ./src/migrator/migrations.ts ./src/sbvr-api/dev.ts"
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-12-02T19:57:49.322Z"
152
+ "publishedAt": "2025-12-03T01:00:17.852Z"
153
153
  }
154
154
  }