@appsemble/node-utils 0.37.6 → 0.38.0

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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/icon.d.ts +6 -1
  3. package/package.json +9 -10
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.37.6/config/assets/logo.svg) Appsemble Node Utilities
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.38.0/config/assets/logo.svg) Appsemble Node Utilities
2
2
 
3
3
  > NodeJS utilities used by Appsemble internally.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@appsemble/node-utils)](https://www.npmjs.com/package/@appsemble/node-utils)
6
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.37.6/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.37.6)
6
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.38.0/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.38.0)
7
7
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
8
8
 
9
9
  ## Table of Contents
@@ -26,5 +26,5 @@ compatibility is not guaranteed.
26
26
 
27
27
  ## License
28
28
 
29
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.37.6/LICENSE.md) ©
29
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.38.0/LICENSE.md) ©
30
30
  [Appsemble](https://appsemble.com)
package/icon.d.ts CHANGED
@@ -1,5 +1,10 @@
1
1
  import { type Context } from 'koa';
2
- import { type RGBA } from 'sharp';
2
+ interface RGBA {
3
+ alpha: number;
4
+ b: number;
5
+ g: number;
6
+ r: number;
7
+ }
3
8
  interface ServeIconOptions {
4
9
  /**
5
10
  * If specified, fill the background with this color.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsemble/node-utils",
3
- "version": "0.37.6",
3
+ "version": "0.38.0",
4
4
  "description": "NodeJS utilities used by Appsemble internally.",
5
5
  "keywords": [
6
6
  "app",
@@ -40,9 +40,9 @@
40
40
  "test": "vitest"
41
41
  },
42
42
  "dependencies": {
43
- "@appsemble/lang-sdk": "0.37.6",
44
- "@appsemble/types": "0.37.6",
45
- "@appsemble/utils": "0.37.6",
43
+ "@appsemble/lang-sdk": "0.38.0",
44
+ "@appsemble/types": "0.38.0",
45
+ "@appsemble/utils": "0.38.0",
46
46
  "@formatjs/fast-memoize": "^2.0.0",
47
47
  "@fortawesome/fontawesome-free": "^6.0.0",
48
48
  "@inquirer/prompts": "^8.0.0",
@@ -83,7 +83,7 @@
83
83
  "lodash": "^4.0.0",
84
84
  "lodash-es": "^4.0.0",
85
85
  "logform": "^2.0.0",
86
- "memfs": "4.68.1",
86
+ "memfs": "4.68.2",
87
87
  "mime-types": "^2.0.0",
88
88
  "minio": "^8.0.7",
89
89
  "mustache": "^4.0.0",
@@ -93,12 +93,12 @@
93
93
  "pg": "^8.16.3",
94
94
  "request-filtering-agent": "^3.2.0",
95
95
  "sass": "^1.0.0",
96
- "sharp": "0.34.5",
96
+ "sharp": "0.35.3",
97
97
  "sort-keys": "^5.0.0",
98
98
  "strip-bom": "^5.0.0",
99
99
  "type-fest": "^4.0.0",
100
100
  "type-is": "^1.6.18",
101
- "uuid": "^8.3.2",
101
+ "uuid": "^14.0.2",
102
102
  "webpack": "^5.0.0",
103
103
  "webpack-dev-middleware": "^6.0.0",
104
104
  "winston": "^3.0.0",
@@ -112,10 +112,9 @@
112
112
  "@types/koa-mount": "4.0.5",
113
113
  "@types/mustache": "4.2.6",
114
114
  "@types/type-is": "1.6.7",
115
- "@types/uuid": "10.0.0",
116
115
  "axios-mock-adapter": "1.22.0",
117
- "axios-test-instance": "7.0.0",
118
- "vitest": "4.1.10"
116
+ "axios-test-instance": "8.0.0",
117
+ "vitest": "4.1.11"
119
118
  },
120
119
  "peerDependencies": {
121
120
  "prettier": "^3"