@readme/markdown 6.38.0 → 6.38.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.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  @readme/markdown
4
4
  ===
5
5
 
6
- ReadMe's flavored Markdown parser and MDX rendering engine. ![CI Status](https://github.com/readmeio/markdown/workflows/CI/badge.svg)
6
+ ReadMe's flavored Markdown parser and MDX rendering engine. <img align=center src=https://github.com/readmeio/markdown/workflows/CI/badge.svg alt="RDMD CI Status">
7
7
 
8
8
  ```
9
9
  npm install --save @readme/markdown
package/dist/main.js CHANGED
@@ -37112,6 +37112,7 @@ module.exports = function() {
37112
37112
  // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
37113
37113
  var ReactPropTypes = {
37114
37114
  array: shim,
37115
+ bigint: shim,
37115
37116
  bool: shim,
37116
37117
  func: shim,
37117
37118
  number: shim,
package/dist/main.node.js CHANGED
@@ -19397,6 +19397,7 @@ module.exports = function() {
19397
19397
  // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
19398
19398
  var ReactPropTypes = {
19399
19399
  array: shim,
19400
+ bigint: shim,
19400
19401
  bool: shim,
19401
19402
  func: shim,
19402
19403
  number: shim,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@readme/markdown",
3
3
  "description": "ReadMe's React-based Markdown parser",
4
4
  "author": "Rafe Goldberg <rafe@readme.io>",
5
- "version": "6.38.0",
5
+ "version": "6.38.1",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [
@@ -73,7 +73,7 @@
73
73
  "@commitlint/config-conventional": "^15.0.0",
74
74
  "@hot-loader/react-dom": "^16.14.0",
75
75
  "@readme/eslint-config": "^8.0.2",
76
- "@readme/variable": "^13.5.4",
76
+ "@readme/variable": "^13.6.5",
77
77
  "@semantic-release/changelog": "^6.0.1",
78
78
  "@semantic-release/git": "^10.0.1",
79
79
  "babel-jest": "^27.4.0",