@squide/env-vars 1.1.5 → 1.1.7
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
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @squide/env-vars
|
|
2
2
|
|
|
3
|
+
## 1.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#269](https://github.com/workleap/wl-squide/pull/269) [`d3a3fa0`](https://github.com/workleap/wl-squide/commit/d3a3fa05fe75db24a128263e8a2df57233769298) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Updated dependencies.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`d3a3fa0`](https://github.com/workleap/wl-squide/commit/d3a3fa05fe75db24a128263e8a2df57233769298)]:
|
|
10
|
+
- @squide/core@5.4.7
|
|
11
|
+
|
|
12
|
+
## 1.1.6
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#256](https://github.com/workleap/wl-squide/pull/256) [`6c4ee56`](https://github.com/workleap/wl-squide/commit/6c4ee5624141a51d6eefd99dd053e81eb5b08e5c) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Update dependencies versioning to the new Workleap's internal guidelines.
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`6c4ee56`](https://github.com/workleap/wl-squide/commit/6c4ee5624141a51d6eefd99dd053e81eb5b08e5c)]:
|
|
19
|
+
- @squide/core@5.4.6
|
|
20
|
+
|
|
3
21
|
## 1.1.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__EnvironmentVariablesRegistry_js_a784aed2_
|
|
|
5
5
|
|
|
6
6
|
;// CONCATENATED MODULE: external "./EnvironmentVariablesRegistry.js"
|
|
7
7
|
|
|
8
|
-
;// CONCATENATED MODULE: ./src/EnvironmentVariablesPlugin.ts
|
|
8
|
+
;// CONCATENATED MODULE: ./src/EnvironmentVariablesPlugin.ts
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
const EnvironmentVariablesPluginName = "env-vars-plugin";
|
|
@@ -2,7 +2,7 @@ import * as __WEBPACK_EXTERNAL_MODULE_memoize__ from "memoize";
|
|
|
2
2
|
|
|
3
3
|
;// CONCATENATED MODULE: external "memoize"
|
|
4
4
|
|
|
5
|
-
;// CONCATENATED MODULE: ./src/EnvironmentVariablesRegistry.ts
|
|
5
|
+
;// CONCATENATED MODULE: ./src/EnvironmentVariablesRegistry.ts
|
|
6
6
|
|
|
7
7
|
class EnvironmentVariablesRegistry {
|
|
8
8
|
#variables = new Map();
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__EnvironmentVariablesPlugin_js_3420fecf__
|
|
|
5
5
|
|
|
6
6
|
;// CONCATENATED MODULE: external "./EnvironmentVariablesPlugin.js"
|
|
7
7
|
|
|
8
|
-
;// CONCATENATED MODULE: ./src/useEnvironmentVariable.ts
|
|
8
|
+
;// CONCATENATED MODULE: ./src/useEnvironmentVariable.ts
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
function useEnvironmentVariable(key) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squide/env-vars",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.7",
|
|
5
5
|
"description": "Add support for environment variables to @squide application shell.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -28,26 +28,25 @@
|
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"react": "
|
|
31
|
+
"react": "^18.0.0 || ^19.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"@squide/core": "5.4.5"
|
|
34
|
+
"memoize": "^10.1.0",
|
|
35
|
+
"@squide/core": "5.4.7"
|
|
37
36
|
},
|
|
38
37
|
"devDependencies": {
|
|
39
|
-
"@rsbuild/core": "1.
|
|
40
|
-
"@rslib/core": "0.
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@workleap/
|
|
45
|
-
"@workleap/
|
|
38
|
+
"@rsbuild/core": "1.3.21",
|
|
39
|
+
"@rslib/core": "0.8.0",
|
|
40
|
+
"@types/react": "19.1.5",
|
|
41
|
+
"@typescript-eslint/parser": "8.32.1",
|
|
42
|
+
"@vitejs/plugin-react": "4.5.0",
|
|
43
|
+
"@workleap/eslint-plugin": "3.4.0",
|
|
44
|
+
"@workleap/rslib-configs": "1.0.4",
|
|
45
|
+
"@workleap/typescript-configs": "3.0.3",
|
|
46
46
|
"eslint": "8.57.0",
|
|
47
|
-
"happy-dom": "17.4.
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"vitest": "3.0.8"
|
|
47
|
+
"happy-dom": "17.4.7",
|
|
48
|
+
"typescript": "5.8.3",
|
|
49
|
+
"vitest": "3.1.4"
|
|
51
50
|
},
|
|
52
51
|
"sideEffects": false,
|
|
53
52
|
"engines": {
|