@squide/env-vars 1.4.1 → 1.4.3
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 +16 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @squide/env-vars
|
|
2
2
|
|
|
3
|
+
## 1.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#318](https://github.com/workleap/wl-squide/pull/318) [`6bf9a65`](https://github.com/workleap/wl-squide/commit/6bf9a65f222a6201655cf1ee525e94211aabe0b7) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependency versions.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`6bf9a65`](https://github.com/workleap/wl-squide/commit/6bf9a65f222a6201655cf1ee525e94211aabe0b7)]:
|
|
10
|
+
- @squide/core@6.1.1
|
|
11
|
+
|
|
12
|
+
## 1.4.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`bea660b`](https://github.com/workleap/wl-squide/commit/bea660bf827dd123a52f6062a7be8865dc99055b)]:
|
|
17
|
+
- @squide/core@6.1.0
|
|
18
|
+
|
|
3
19
|
## 1.4.1
|
|
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.
|
|
4
|
+
"version": "1.4.3",
|
|
5
5
|
"description": "Add support for environment variables to @squide application shell.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"memoize": "^10.1.0",
|
|
35
|
-
"@squide/core": "6.
|
|
35
|
+
"@squide/core": "6.1.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@rsbuild/core": "1.5.
|
|
39
|
-
"@rslib/core": "0.
|
|
40
|
-
"@types/react": "19.
|
|
41
|
-
"@typescript-eslint/parser": "8.
|
|
42
|
-
"@vitejs/plugin-react": "5.0.
|
|
38
|
+
"@rsbuild/core": "1.5.13",
|
|
39
|
+
"@rslib/core": "0.15.0",
|
|
40
|
+
"@types/react": "19.2.2",
|
|
41
|
+
"@typescript-eslint/parser": "8.46.0",
|
|
42
|
+
"@vitejs/plugin-react": "5.0.4",
|
|
43
43
|
"@workleap/eslint-plugin": "3.5.0",
|
|
44
44
|
"@workleap/rslib-configs": "1.1.0",
|
|
45
45
|
"@workleap/typescript-configs": "3.0.4",
|
|
46
46
|
"eslint": "8.57.0",
|
|
47
|
-
"happy-dom": "
|
|
48
|
-
"typescript": "5.9.
|
|
47
|
+
"happy-dom": "19.0.2",
|
|
48
|
+
"typescript": "5.9.3",
|
|
49
49
|
"vitest": "3.2.4"
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false,
|