@julseb-lib/react 0.0.57 → 0.0.58

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.
Files changed (2) hide show
  1. package/README.local.md +2 -1
  2. package/package.json +7 -1
package/README.local.md CHANGED
@@ -2,4 +2,5 @@
2
2
 
3
3
  Run `yarn build`
4
4
  Then to merge types run `yarn move-types`
5
- Run `npm publish`
5
+ Change package version in package.json
6
+ Run `npm publish`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -110,6 +110,12 @@
110
110
  "require": "./dist/types/index.d.ts",
111
111
  "types": "./dist/types/index.d.ts",
112
112
  "default": "./dist/types/index.d.ts"
113
+ },
114
+ "./component-props": {
115
+ "import": "./dist/types/components-props.d.ts",
116
+ "require": "./dist/types/components-props.d.ts",
117
+ "types": "./dist/types/components-props.d.ts",
118
+ "default": "./dist/types/components-props.d.ts"
113
119
  }
114
120
  },
115
121
  "typesVersions": {