@metamask-previews/platform-api-docs 0.0.0-preview-34aa73a7b → 0.0.0-preview-1bd5239bf

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.md +8 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,7 +6,14 @@ When run within a project (such as `metamask-extension` or `metamask-mobile`), t
6
6
 
7
7
  ## Installation
8
8
 
9
- 1. Add this package as a dependency (`yarn add --dev @metamask/platform-api-docs` or `npm install --save-dev @metamask/platform-api-docs`).
9
+ 1. Add this package as a development dependency:
10
+
11
+ `yarn add @metamask/platform-api-docs`
12
+
13
+ or
14
+
15
+ `npm install @metamask/platform-api-docs`
16
+
10
17
  2. Add a script to your project's `package.json`. For example:
11
18
  ```json
12
19
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/platform-api-docs",
3
- "version": "0.0.0-preview-34aa73a7b",
3
+ "version": "0.0.0-preview-1bd5239bf",
4
4
  "description": "Produces documentation for the platform API, the set of actions and events available in the clients through the message bus",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -45,13 +45,13 @@
45
45
  "@docusaurus/types": "^3.10.1",
46
46
  "@easyops-cn/docusaurus-search-local": "^0.55.1",
47
47
  "@mdx-js/react": "^3.1.1",
48
- "@metamask/utils": "^11.9.0",
48
+ "@metamask/utils": "^11.11.0",
49
49
  "execa": "^5.0.0",
50
50
  "glob": "^13.0.6",
51
51
  "npm-which": "^3.0.1",
52
52
  "prism-react-renderer": "^2.4.1",
53
- "react": "^19.2.6",
54
- "react-dom": "^19.2.6",
53
+ "react": "^19.0.0",
54
+ "react-dom": "^19.0.0",
55
55
  "ts-morph": "^28.0.0",
56
56
  "yargs": "^17.7.2"
57
57
  },
@@ -61,7 +61,7 @@
61
61
  "@types/jest": "^29.5.14",
62
62
  "@types/node": "^16.18.54",
63
63
  "@types/npm-which": "^3",
64
- "@types/react": "^19.2.14",
64
+ "@types/react": "^19.0.0",
65
65
  "@types/yargs": "^17.0.32",
66
66
  "deepmerge": "^4.2.2",
67
67
  "jest": "^29.7.0",