preact-render-to-string 6.5.0 → 6.5.1

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 (1) hide show
  1. package/package.json +11 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "preact-render-to-string",
3
3
  "amdName": "preactRenderToString",
4
- "version": "6.5.0",
4
+ "version": "6.5.1",
5
5
  "description": "Render JSX to an HTML string, with support for Preact components.",
6
6
  "main": "dist/index.js",
7
7
  "umd:main": "dist/index.umd.js",
@@ -115,11 +115,14 @@
115
115
  "reduce_funcs": false
116
116
  }
117
117
  },
118
- "author": "Jason Miller <jason@developit.ca>",
118
+ "author": "The Preact Authors (https://github.com/preactjs/preact/contributors)",
119
119
  "license": "MIT",
120
- "repository": "developit/preact-render-to-string",
121
- "bugs": "https://github.com/developit/preact-render-to-string/issues",
122
- "homepage": "https://github.com/developit/preact-render-to-string",
120
+ "repository": {
121
+ "type": "git",
122
+ "url": "https://github.com/preactjs/preact-render-to-string"
123
+ },
124
+ "bugs": "https://github.com/preactjs/preact-render-to-string/issues",
125
+ "homepage": "https://github.com/preactjs/preact-render-to-string",
123
126
  "peerDependencies": {
124
127
  "preact": ">=10"
125
128
  },
@@ -164,5 +167,8 @@
164
167
  "hooks": {
165
168
  "pre-commit": "lint-staged"
166
169
  }
170
+ },
171
+ "publishConfig": {
172
+ "provenance": true
167
173
  }
168
174
  }