@squide/env-vars 1.4.13 → 1.4.15

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 (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +12 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @squide/env-vars
2
2
 
3
+ ## 1.4.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`4001ae7`](https://github.com/workleap/wl-squide/commit/4001ae75f7aea8ee124ce831f69a1f55a342cef5)]:
8
+ - @squide/core@6.1.12
9
+
10
+ ## 1.4.14
11
+
12
+ ### Patch Changes
13
+
14
+ - [#373](https://github.com/workleap/wl-squide/pull/373) [`f9138cc`](https://github.com/workleap/wl-squide/commit/f9138cc4bd0a1d175ad4bd7e695d1edd7fbe4c1c) Thanks [@alexasselin008](https://github.com/alexasselin008)! - Bumped dependencies
15
+
16
+ - Updated dependencies [[`f9138cc`](https://github.com/workleap/wl-squide/commit/f9138cc4bd0a1d175ad4bd7e695d1edd7fbe4c1c)]:
17
+ - @squide/core@6.1.11
18
+
3
19
  ## 1.4.13
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@squide/env-vars",
3
3
  "author": "Workleap",
4
- "version": "1.4.13",
4
+ "version": "1.4.15",
5
5
  "description": "Add support for environment variables to @squide application shell.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -32,29 +32,30 @@
32
32
  "dependencies": {
33
33
  "@workleap/logging": "^1.3.4",
34
34
  "memoize": "^10.2.0",
35
- "@squide/core": "6.1.10"
35
+ "@squide/core": "6.1.12"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@eslint/js": "9.39.2",
39
39
  "@rsbuild/core": "1.7.2",
40
- "@rslib/core": "0.19.2",
41
- "@types/react": "19.2.8",
42
- "@typescript-eslint/parser": "8.53.0",
40
+ "@rslib/core": "0.19.3",
41
+ "@types/react": "19.2.10",
42
+ "@typescript-eslint/parser": "8.54.0",
43
+ "@typescript/native-preview": "7.0.0-dev.20260128.1",
43
44
  "@vitejs/plugin-react": "5.1.2",
44
- "@workleap/eslint-configs": "1.1.9",
45
- "@workleap/rslib-configs": "1.1.5",
45
+ "@workleap/eslint-configs": "1.1.11",
46
+ "@workleap/rslib-configs": "1.1.6",
46
47
  "@workleap/typescript-configs": "3.0.7",
47
48
  "eslint": "9.39.2",
48
- "happy-dom": "20.3.0",
49
+ "happy-dom": "20.3.9",
49
50
  "typescript": "5.9.3",
50
- "typescript-eslint": "8.53.0",
51
- "vitest": "4.0.17"
51
+ "typescript-eslint": "8.54.0",
52
+ "vitest": "4.0.18"
52
53
  },
53
54
  "sideEffects": false,
54
55
  "scripts": {
55
56
  "build": "rslib build --config ./rslib.build.ts",
56
57
  "eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
57
- "typecheck": "tsc",
58
+ "typecheck": "tsgo",
58
59
  "test": "vitest --config vitest.config.ts --no-watch"
59
60
  }
60
61
  }