@stacksjs/types 0.59.3 → 0.59.5

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.
@@ -39,7 +39,7 @@ export interface TagOption {
39
39
  /**
40
40
  * **Tag Attributes**
41
41
  *
42
- * These are your component's attributes. While it's an optional field, you should aim
42
+ * These are your component's attributes. While its an optional field, you should aim
43
43
  * to define all of your component attributes here, to provide as much context
44
44
  * to your IDEs as possible, when actually using the library as an end-user.
45
45
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.59.3",
4
+ "version": "0.59.5",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -41,7 +41,8 @@
41
41
  ],
42
42
  "scripts": {
43
43
  "build": "bun --bun build.ts",
44
- "typecheck": "bun --bun tsc --noEmit"
44
+ "typecheck": "bun --bun tsc --noEmit",
45
+ "prepublishOnly": "bun run build"
45
46
  },
46
47
  "peerDependencies": {
47
48
  "@stacksjs/validation": "latest",
package/src/components.ts CHANGED
@@ -42,7 +42,7 @@ export interface TagOption {
42
42
  /**
43
43
  * **Tag Attributes**
44
44
  *
45
- * These are your component's attributes. While it's an optional field, you should aim
45
+ * These are your component's attributes. While its an optional field, you should aim
46
46
  * to define all of your component attributes here, to provide as much context
47
47
  * to your IDEs as possible, when actually using the library as an end-user.
48
48
  *