@shell-shock/plugin-theme 0.3.21 → 0.3.22

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.
@@ -26,7 +26,7 @@ type BaseOptions = Partial<BuildOptions> & {
26
26
  * A set of global command options to apply to each command.
27
27
  *
28
28
  * @remarks
29
- * Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock typegen` command and added to the generated `shell-shock.d.ts` file.
29
+ * Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock types` command and added to the generated `shell-shock.d.ts` file.
30
30
  */
31
31
  globalOptions?: CommandOption[] | ((context: Context, input: CommandBase) => CommandOption[]) | false;
32
32
  /**
@@ -26,7 +26,7 @@ type BaseOptions = Partial<BuildOptions> & {
26
26
  * A set of global command options to apply to each command.
27
27
  *
28
28
  * @remarks
29
- * Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock typegen` command and added to the generated `shell-shock.d.ts` file.
29
+ * Each command will inherit these global options. To disable the addition of these global options, set this property to `false`, or provide a custom set of options/a function that returns them. A `GlobalOptions` interface will be created by the `shell-shock types` command and added to the generated `shell-shock.d.ts` file.
30
30
  */
31
31
  globalOptions?: CommandOption[] | ((context: Context, input: CommandBase) => CommandOption[]) | false;
32
32
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-theme",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
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,5 +223,5 @@
223
223
  "@types/node": "^25.5.0"
224
224
  },
225
225
  "publishConfig": { "access": "public" },
226
- "gitHead": "c955b6fabcce1fef3179f9f169867eaa8eafc38d"
226
+ "gitHead": "bcec2ffe57f7284d7726461908827541dc907a23"
227
227
  }