moonwave-gitlab 1.4.0 → 1.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moonwave-gitlab",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "moonwave cli",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/src/binary.ts CHANGED
@@ -10,7 +10,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url))
10
10
  const packageConfig = fs.readJSONSync(path.join(__dirname, "../package.json"))
11
11
  const version = packageConfig.version
12
12
 
13
- const URL = `https://api.github.com/repos/evaera/moonwave/releases/tags/v${version}`
13
+ const URL = `https://api.github.com/repos/sqikerz/moonwave/releases/tags/v${version}`
14
14
 
15
15
  interface Asset {
16
16
  name: string
@@ -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.0",
16
+ "docusaurus-plugin-moonwave-gitlab": "^1.4.1",
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.0",
7328
- "resolved": "https://registry.npmjs.org/docusaurus-plugin-moonwave-gitlab/-/docusaurus-plugin-moonwave-gitlab-1.4.0.tgz",
7329
- "integrity": "sha512-W4hdcu9ogYZqfIWIUKn3M7TCeVsKRo5hboVZZaWwTm0MArB6BWsSRbwwg2XxHgqaQsraBIgNRFBtpMqLwD6gng==",
7327
+ "version": "1.4.1",
7328
+ "resolved": "https://registry.npmjs.org/docusaurus-plugin-moonwave-gitlab/-/docusaurus-plugin-moonwave-gitlab-1.4.1.tgz",
7329
+ "integrity": "sha512-uvXpXuaRznR1kb6Spvm41sodsaKLsLQwcYq0xzKM3jJzLU4BM0f6Wray3ccjwkq5N3d8evASBl7pfn2cDvHiEg==",
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.0",
22
+ "docusaurus-plugin-moonwave-gitlab": "^1.4.1",
23
23
  "react": "^18.3.1",
24
24
  "react-dom": "^18.3.1"
25
25
  },