@stryke/types 0.7.3 → 0.7.4

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The `package.json` file is the only required file in a package. It must be located at the root of a package, and can contain the following fields.
3
3
  */
4
- export interface PackageJson {
4
+ export interface PackageJson extends Record<string, any> {
5
5
  /**
6
6
  * The name is what your thing is called.
7
7
  * Some rules:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/types",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "type": "module",
5
5
  "description": "A package containing many base TypeScript type definitions that are shared across many projects.",
6
6
  "repository": {