@squide/env-vars 1.4.17 → 1.4.19

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 +15 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @squide/env-vars
2
2
 
3
+ ## 1.4.19
4
+
5
+ ### Patch Changes
6
+
7
+ - [#551](https://github.com/workleap/wl-squide/pull/551) [`0a1bbdd`](https://github.com/workleap/wl-squide/commit/0a1bbddc758dc805e980b224f2f7c73fbd69f84b) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated workspace dependency specifiers to use ranged workspace versions in package.json files.
8
+
9
+ ## 1.4.18
10
+
11
+ ### Patch Changes
12
+
13
+ - [#493](https://github.com/workleap/wl-squide/pull/493) [`3689db0`](https://github.com/workleap/wl-squide/commit/3689db04642a919455d9f4703270c2d338c0c156) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Bumped dependencies.
14
+
15
+ - Updated dependencies [[`3689db0`](https://github.com/workleap/wl-squide/commit/3689db04642a919455d9f4703270c2d338c0c156)]:
16
+ - @squide/core@6.1.14
17
+
3
18
  ## 1.4.17
4
19
 
5
20
  ### 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.17",
4
+ "version": "1.4.19",
5
5
  "description": "Add support for environment variables to @squide application shell.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -32,21 +32,21 @@
32
32
  "dependencies": {
33
33
  "@workleap/logging": "^1.3.6",
34
34
  "memoize": "^10.2.0",
35
- "@squide/core": "6.1.13"
35
+ "@squide/core": "^6.1.14"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@eslint/js": "9.39.2",
39
39
  "@rsbuild/core": "1.7.3",
40
40
  "@rslib/core": "0.19.6",
41
41
  "@types/react": "19.2.14",
42
- "@typescript-eslint/parser": "8.56.0",
43
- "@typescript/native-preview": "7.0.0-dev.20260218.1",
42
+ "@typescript-eslint/parser": "8.56.1",
43
+ "@typescript/native-preview": "7.0.0-dev.20260224.1",
44
44
  "@vitejs/plugin-react": "5.1.4",
45
- "@workleap/eslint-configs": "1.1.12",
45
+ "@workleap/eslint-configs": "1.1.13",
46
46
  "@workleap/rslib-configs": "1.1.7",
47
47
  "@workleap/typescript-configs": "3.0.7",
48
48
  "eslint": "9.39.2",
49
- "happy-dom": "20.6.5",
49
+ "happy-dom": "20.7.0",
50
50
  "typescript": "5.9.3",
51
51
  "typescript-eslint": "8.54.0",
52
52
  "vitest": "4.0.18"