@nuxt/modules 0.6.0-e2dbc1 → 0.6.0-e4095f

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 (3) hide show
  1. package/README.md +1 -1
  2. package/modules.json +1516 -466
  3. package/package.json +20 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-e2dbc1",
3
+ "version": "0.6.0-e4095f",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,26 +14,31 @@
14
14
  "scripts": {
15
15
  "build": "pnpm cli build",
16
16
  "cli": "jiti ./lib/cli",
17
- "website:build": "pnpm build && nuxi build website",
18
- "website:dev": "pnpm build && nuxi dev website",
17
+ "website:build": "pnpm build && nuxt build website",
18
+ "website:dev": "pnpm build && nuxt dev website",
19
19
  "lint": "eslint",
20
20
  "release": "pnpm cli version && npm publish",
21
21
  "sync": "pnpm cli sync",
22
22
  "test": "pnpm lint && pnpm sync"
23
23
  },
24
24
  "devDependencies": {
25
- "@nuxt/eslint-config": "^0.3.10",
26
- "@types/js-yaml": "^4.0.5",
27
- "@types/node": "^18.17.15",
28
- "defu": "^6.1.2",
29
- "eslint": "^9.2.0",
30
- "globby": "^13.2.2",
31
- "hasha": "^5.2.2",
32
- "jiti": "^1.20.0",
25
+ "@nuxt/eslint-config": "^0.7.5",
26
+ "@octokit/rest": "^21.1.0",
27
+ "@types/js-yaml": "^4.0.9",
28
+ "@types/node": "^18.19.70",
29
+ "defu": "^6.1.4",
30
+ "eslint": "^9.18.0",
31
+ "globby": "^14.0.2",
32
+ "hasha": "^6.0.0",
33
+ "jiti": "^2.4.2",
33
34
  "js-yaml": "^4.1.0",
34
- "ofetch": "^1.3.3",
35
- "std-env": "^3.7.0",
36
- "typescript": "^5.2.2"
35
+ "ofetch": "^1.4.1",
36
+ "p-limit": "^6.2.0",
37
+ "std-env": "^3.8.0",
38
+ "typescript": "^5.7.3"
37
39
  },
38
- "packageManager": "pnpm@8.7.4"
40
+ "packageManager": "pnpm@9.15.3",
41
+ "dependencies": {
42
+ "dotenv": "^16.4.7"
43
+ }
39
44
  }