@squide/env-vars 1.4.18 → 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.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
## 1.4.18
|
|
4
10
|
|
|
5
11
|
### 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.
|
|
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,17 +32,17 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@workleap/logging": "^1.3.6",
|
|
34
34
|
"memoize": "^10.2.0",
|
|
35
|
-
"@squide/core": "6.1.14"
|
|
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.
|
|
43
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
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.
|
|
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",
|