@stonecrop/nuxt 0.14.0 → 0.15.0

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/dist/module.json +1 -1
  2. package/package.json +36 -36
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stonecrop/nuxt",
3
3
  "configKey": "stonecrop",
4
- "version": "0.14.0",
4
+ "version": "0.15.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,21 +1,18 @@
1
1
  {
2
2
  "name": "@stonecrop/nuxt",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Nuxt module for Stonecrop",
5
- "license": "MIT",
6
- "type": "module",
7
- "author": {
8
- "name": "Tyler Matteson",
9
- "email": "tyler@agritheory.com"
10
- },
11
5
  "repository": {
12
6
  "type": "git",
13
7
  "url": "https://github.com/agritheory/stonecrop",
14
8
  "directory": "nuxt"
15
9
  },
16
- "bin": {
17
- "stonecrop-nuxt": "./bin/init.mjs"
10
+ "license": "MIT",
11
+ "author": {
12
+ "name": "Tyler Matteson",
13
+ "email": "tyler@agritheory.com"
18
14
  },
15
+ "type": "module",
19
16
  "exports": {
20
17
  ".": {
21
18
  "types": "./dist/types.d.mts",
@@ -30,6 +27,9 @@
30
27
  ]
31
28
  }
32
29
  },
30
+ "bin": {
31
+ "stonecrop-nuxt": "./bin/init.mjs"
32
+ },
33
33
  "files": [
34
34
  "dist",
35
35
  "bin",
@@ -38,31 +38,31 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@nuxt/kit": "^4.4.4",
41
- "h3": "^1.15.11",
42
- "pinia": "^3.0.4",
43
41
  "citty": "^0.2.2",
44
42
  "consola": "^3.4.2",
43
+ "h3": "^1.15.11",
45
44
  "jiti": "^2.7.0",
46
45
  "pathe": "^2.0.3",
46
+ "pinia": "^3.0.4",
47
47
  "prompts": "^2.4.2",
48
- "@stonecrop/aform": "0.14.0",
49
- "@stonecrop/atable": "0.14.0",
50
- "@stonecrop/desktop": "0.14.0",
51
- "@stonecrop/code-editor": "0.14.0",
52
- "@stonecrop/casl-middleware": "0.14.0",
53
- "@stonecrop/graphql-client": "0.14.0",
54
- "@stonecrop/graphql-middleware": "0.14.0",
55
- "@stonecrop/node-editor": "0.14.0",
56
- "@stonecrop/nuxt-grafserv": "0.14.0",
57
- "@stonecrop/schema": "0.14.0",
58
- "@stonecrop/stonecrop": "0.14.0",
59
- "@stonecrop/themes": "0.14.0"
48
+ "@stonecrop/aform": "0.15.0",
49
+ "@stonecrop/casl-middleware": "0.15.0",
50
+ "@stonecrop/code-editor": "0.15.0",
51
+ "@stonecrop/desktop": "0.15.0",
52
+ "@stonecrop/graphql-client": "0.15.0",
53
+ "@stonecrop/atable": "0.15.0",
54
+ "@stonecrop/graphql-middleware": "0.15.0",
55
+ "@stonecrop/schema": "0.15.0",
56
+ "@stonecrop/stonecrop": "0.15.0",
57
+ "@stonecrop/node-editor": "0.15.0",
58
+ "@stonecrop/nuxt-grafserv": "0.15.0",
59
+ "@stonecrop/themes": "0.15.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@eslint/js": "^10.0.1",
63
63
  "@nuxt/devtools": "^3.2.4",
64
- "@nuxt/eslint-config": "^1.16.0",
65
64
  "@nuxt/eslint": "1.16.0",
65
+ "@nuxt/eslint-config": "^1.16.0",
66
66
  "@nuxt/module-builder": "^1.0.2",
67
67
  "@nuxt/schema": "^4.4.8",
68
68
  "@nuxt/test-utils": "^4.0.3",
@@ -70,41 +70,41 @@
70
70
  "@vitest/coverage-istanbul": "^4.1.5",
71
71
  "baseline-browser-mapping": "latest",
72
72
  "browserslist": "latest",
73
+ "eslint": "^10.6.0",
73
74
  "eslint-config-prettier": "^10.1.8",
74
75
  "eslint-plugin-vue": "^10.9.2",
75
- "eslint": "^10.6.0",
76
76
  "globals": "^17.6.0",
77
77
  "graphql": "^16.14.0",
78
+ "monaco-editor": "^0.55.1",
78
79
  "nuxt": "^4.4.8",
79
80
  "nuxt-graphql-middleware": "^5.4.0",
80
81
  "postgraphile": "^5.0.3",
81
- "typescript-eslint": "^8.62.1",
82
82
  "typescript": "^6.0.3",
83
- "monaco-editor": "^0.55.1",
83
+ "typescript-eslint": "^8.62.1",
84
84
  "vite": "^7.3.2",
85
85
  "vitest": "^4.1.5",
86
+ "vue": "^3.5.33",
86
87
  "vue-router": "^5.0.6",
87
- "vue-tsc": "^3.3.6",
88
- "vue": "^3.5.33"
88
+ "vue-tsc": "^3.3.6"
89
89
  },
90
90
  "engines": {
91
91
  "node": ">=24.0.0"
92
92
  },
93
93
  "scripts": {
94
94
  "_phase:build": "rushx dev:prepare && nuxt-module-build build",
95
- "prepublish": "rushx dev:prepare && nuxt-module-build build",
96
95
  "build": "rushx dev:prepare && nuxt-module-build build",
97
- "docs": "echo 'Nuxt modules use custom build system - skipping API docs generation'",
98
96
  "dev": "rushx dev:prepare && nuxi dev playground --host",
99
- "dev:full": "rushx dev:prepare:full && nuxi dev fullstack --host",
100
- "dev:prepare:full": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare fullstack",
101
97
  "dev:build": "nuxi build playground",
98
+ "dev:full": "rushx dev:prepare:full && nuxi dev fullstack --host",
102
99
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare fullstack",
100
+ "dev:prepare:full": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare fullstack",
101
+ "docs": "echo 'Nuxt modules use custom build system - skipping API docs generation'",
103
102
  "lint": "eslint .",
103
+ "prepublish": "rushx dev:prepare && nuxt-module-build build",
104
104
  "test": "vitest run",
105
- "test:ui": "vitest --ui",
106
105
  "test:coverage": "vitest run --coverage.enabled --coverage.provider=istanbul",
107
- "test:watch": "vitest watch",
108
- "test:types": "vue-tsc --noEmit -p tsconfig.runtime.json && cd playground && vue-tsc --noEmit && cd ../fullstack && vue-tsc --noEmit"
106
+ "test:types": "vue-tsc --noEmit -p tsconfig.runtime.json && cd playground && vue-tsc --noEmit && cd ../fullstack && vue-tsc --noEmit",
107
+ "test:ui": "vitest --ui",
108
+ "test:watch": "vitest watch"
109
109
  }
110
110
  }