@nuxt/modules 0.6.0-39b214 → 0.6.0-3a3b3f

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/modules.json +4 -4
  2. package/package.json +8 -8
package/modules.json CHANGED
@@ -2262,12 +2262,12 @@
2262
2262
  {
2263
2263
  "name": "inkline",
2264
2264
  "description": "Nuxt Module for Inkline, the intuitive UI UX DX Components library for Vue.js 3 Design Systems.",
2265
- "repo": "inkline/nuxt-module-inkline",
2266
- "npm": "@inkline/nuxt",
2265
+ "repo": "inkline/plugin",
2266
+ "npm": "@inkline/plugin",
2267
2267
  "icon": "inkline.svg",
2268
- "github": "https://github.com/inkline/nuxt-module-inkline",
2268
+ "github": "https://github.com/inkline/plugin",
2269
2269
  "website": "https://inkline.io",
2270
- "learn_more": "https://inkline.io/docs/introduction/installation/nuxt",
2270
+ "learn_more": "https://inkline.io/docs/installation/nuxt",
2271
2271
  "category": "UI",
2272
2272
  "type": "3rd-party",
2273
2273
  "maintainers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.6.0-39b214",
3
+ "version": "0.6.0-3a3b3f",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json",
6
6
  "files": [
@@ -19,15 +19,15 @@
19
19
  "devDependencies": {
20
20
  "@nuxt/eslint-config": "^0.1.1",
21
21
  "@types/js-yaml": "^4.0.5",
22
- "@types/node": "^18.14.0",
23
- "defu": "^6.1.1",
22
+ "@types/node": "^18.16.10",
23
+ "defu": "^6.1.2",
24
24
  "eslint": "^8.34.0",
25
- "globby": "^13.1.3",
25
+ "globby": "^13.1.4",
26
26
  "hasha": "^5.2.2",
27
- "jiti": "^1.17.1",
27
+ "jiti": "^1.17.2",
28
28
  "js-yaml": "^4.1.0",
29
- "ofetch": "^1.0.0",
30
- "typescript": "^4.9.4"
29
+ "ofetch": "^1.0.1",
30
+ "typescript": "^4.9.5"
31
31
  },
32
- "packageManager": "pnpm@7.27.1"
32
+ "packageManager": "pnpm@7.32.4"
33
33
  }