moonwave-gitlab 1.4.2 → 1.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moonwave-gitlab",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "moonwave cli",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -110,7 +110,7 @@ export default function getDocusaurusConfig({
110
110
  },
111
111
  plugins: [
112
112
  [
113
- "docusaurus-plugin-moonwave",
113
+ "docusaurus-plugin-moonwave-gitlab",
114
114
  {
115
115
  id: "moonwave",
116
116
  code: validCodePaths,
@@ -13,7 +13,7 @@
13
13
  "@mdx-js/react": "^3.0.1",
14
14
  "clsx": "^2.1.1",
15
15
  "docusaurus-lunr-search": "^3.6.1",
16
- "docusaurus-plugin-moonwave-gitlab": "^1.4.2",
16
+ "docusaurus-plugin-moonwave-gitlab": "^1.4.3",
17
17
  "react": "^18.3.1",
18
18
  "react-dom": "^18.3.1"
19
19
  }
@@ -7324,9 +7324,9 @@
7324
7324
  }
7325
7325
  },
7326
7326
  "node_modules/docusaurus-plugin-moonwave-gitlab": {
7327
- "version": "1.4.2",
7328
- "resolved": "https://registry.npmjs.org/docusaurus-plugin-moonwave-gitlab/-/docusaurus-plugin-moonwave-gitlab-1.4.2.tgz",
7329
- "integrity": "sha512-LqMzcJfgNcFy28hIXgzedEwSh7HQw1zQZB78Q6ZOmENlTO5YZjR2T8R8IFCmuPOhYQ/naZN0tEgo9x/tHr704A==",
7327
+ "version": "1.4.3",
7328
+ "resolved": "https://registry.npmjs.org/docusaurus-plugin-moonwave-gitlab/-/docusaurus-plugin-moonwave-gitlab-1.4.3.tgz",
7329
+ "integrity": "sha512-nDZP00W1i0XpkyS7+UdqViG6ZwmtEWKDt/aGhRYzP9eTi/bUKVGcTj0SIl7TTF16xKZlzXLJFHOvCrQx7GCK0w==",
7330
7330
  "license": "MIT",
7331
7331
  "dependencies": {
7332
7332
  "@mapbox/rehype-prism": "^0.9.0",
@@ -19,7 +19,7 @@
19
19
  "@mdx-js/react": "^3.0.1",
20
20
  "clsx": "^2.1.1",
21
21
  "docusaurus-lunr-search": "^3.6.1",
22
- "docusaurus-plugin-moonwave-gitlab": "^1.4.2",
22
+ "docusaurus-plugin-moonwave-gitlab": "^1.4.3",
23
23
  "react": "^18.3.1",
24
24
  "react-dom": "^18.3.1"
25
25
  },