@shell-shock/plugin-theme 0.4.24 → 0.4.25

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.
@@ -51,7 +51,7 @@ interface BaseOptions {
51
51
  * Should Shell Shock attempt to automatically assign environment variables to manipulate default values for command options based on the option name?
52
52
  *
53
53
  * @remarks
54
- * If set to a string, Shell Shock will use the provided string as an application specific environment variable prefix, convert the option name to {@link https://stringcase.org/cases/constant/ | constant case}, and prepend the provided `string` value to determine the corresponding environment variable name. For example, if an option is named `"configPath"` and the `autoAssignEnv` is `"MY_APP_"`, Shell Shock will look for an environment variable named `"MY_APP_CONFIG_PATH"` and assign its value to the option if it exists. If set to `true`, Shell Shock will use a default environment variable prefix derived from the {@link Options.name | application name}.
54
+ * If set to a string, Shell Shock will use the provided string as an application specific environment variable prefix, convert the option name to {@link https://stringcase.org/cases/constant/ | constant case}, and prepend the provided `string` value to determine the corresponding environment variable name. For example, if an option is named `"configPath"` and the `autoAssignEnv` is `"MY_APP"`, Shell Shock will look for an environment variable named `"MY_APP_CONFIG_PATH"` and assign its value to the option if it exists. If set to `true`, Shell Shock will use a default environment variable prefix derived from the {@link Options.name | application name}.
55
55
  *
56
56
  * @see https://medium.com/chingu/an-introduction-to-environment-variables-and-how-to-use-them-f602f66d15fa
57
57
  * @see https://stringcase.org/cases/constant/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-theme",
3
- "version": "0.4.24",
3
+ "version": "0.4.25",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
6
6
  "keywords": [
@@ -223,19 +223,19 @@
223
223
  "files": ["dist"],
224
224
  "dependencies": {
225
225
  "@alloy-js/core": "^0.23.1",
226
- "@powerlines/plugin-alloy": "^0.26.217",
227
- "@powerlines/plugin-plugin": "^0.12.536",
228
- "@powerlines/plugin-style-dictionary": "^0.3.493",
226
+ "@powerlines/plugin-alloy": "^0.26.219",
227
+ "@powerlines/plugin-plugin": "^0.12.538",
228
+ "@powerlines/plugin-style-dictionary": "^0.3.495",
229
229
  "@stryke/helpers": "^0.10.24",
230
230
  "@stryke/json": "^0.15.8",
231
231
  "@stryke/string-format": "^0.17.26",
232
232
  "@stryke/type-checks": "^0.6.17",
233
233
  "@stryke/types": "^0.12.12",
234
234
  "defu": "^6.1.7",
235
- "powerlines": "^0.47.124",
235
+ "powerlines": "^0.47.126",
236
236
  "style-dictionary": "^5.4.3"
237
237
  },
238
238
  "devDependencies": { "@types/node": "^25.9.1" },
239
239
  "publishConfig": { "access": "public" },
240
- "gitHead": "9401c1de122d800040306fc89ad1835930c1a826"
240
+ "gitHead": "3c10901dd3fbbc3c9d6d1a3373f01cc5f56d3321"
241
241
  }