silgi 0.16.6 → 0.17.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.
package/dist/_chunks/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const version = "0.
|
|
1
|
+
const version = "0.17.0";
|
|
2
2
|
const peerDependencies = {
|
|
3
3
|
"@fastify/deepmerge": "^2.0.2",
|
|
4
4
|
"@nuxt/kit": "^3.15.3",
|
|
5
5
|
"@nuxt/schema": "^3.15.4",
|
|
6
|
-
"@silgi/ecosystem": "^0.0
|
|
6
|
+
"@silgi/ecosystem": "^0.2.0",
|
|
7
7
|
h3: "^1.14.0",
|
|
8
8
|
nitropack: "^2.10.4",
|
|
9
9
|
nuxt: "^3.15.3",
|
|
@@ -51,6 +51,7 @@ const devDependencies = {
|
|
|
51
51
|
"@antfu/eslint-config": "catalog:",
|
|
52
52
|
"@nuxt/kit": "catalog:",
|
|
53
53
|
"@nuxt/schema": "catalog:",
|
|
54
|
+
"@silgi/ecosystem": "catalog:",
|
|
54
55
|
"@types/node": "catalog:",
|
|
55
56
|
"@types/semver": "catalog:",
|
|
56
57
|
"@vitest/coverage-v8": "catalog:",
|
|
@@ -21,7 +21,7 @@ import ignore from 'ignore';
|
|
|
21
21
|
import { parseSync } from '@oxc-parser/wasm';
|
|
22
22
|
import { klona } from 'klona';
|
|
23
23
|
import { createStorage, builtinDrivers } from 'unstorage';
|
|
24
|
-
import {
|
|
24
|
+
import { devDependencies, dependencies } from 'silgi/meta';
|
|
25
25
|
import { l as loadOptions } from './loader.mjs';
|
|
26
26
|
import { resolveAlias as resolveAlias$1 } from 'pathe/utils';
|
|
27
27
|
import { generateTypes, resolveSchema } from 'untyped';
|
|
@@ -1338,8 +1338,8 @@ async function commands(silgi) {
|
|
|
1338
1338
|
async function installPackages(silgi) {
|
|
1339
1339
|
const packages = {
|
|
1340
1340
|
dependencies: {
|
|
1341
|
-
"@fastify/deepmerge":
|
|
1342
|
-
"@silgi/ecosystem":
|
|
1341
|
+
"@fastify/deepmerge": dependencies["@fastify/deepmerge"],
|
|
1342
|
+
"@silgi/ecosystem": devDependencies["@silgi/ecosystem"],
|
|
1343
1343
|
...silgi.options.installPackages?.dependencies
|
|
1344
1344
|
},
|
|
1345
1345
|
devDependencies: {
|
package/dist/meta/index.d.mts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const version = "0.
|
|
1
|
+
const version = "0.17.0";
|
|
2
2
|
const peerDependencies = {
|
|
3
3
|
"@fastify/deepmerge": "^2.0.2",
|
|
4
4
|
"@nuxt/kit": "^3.15.3",
|
|
5
5
|
"@nuxt/schema": "^3.15.4",
|
|
6
|
-
"@silgi/ecosystem": "^0.0
|
|
6
|
+
"@silgi/ecosystem": "^0.2.0",
|
|
7
7
|
h3: "^1.14.0",
|
|
8
8
|
nitropack: "^2.10.4",
|
|
9
9
|
nuxt: "^3.15.3",
|
|
@@ -51,6 +51,7 @@ const devDependencies = {
|
|
|
51
51
|
"@antfu/eslint-config": "catalog:",
|
|
52
52
|
"@nuxt/kit": "catalog:",
|
|
53
53
|
"@nuxt/schema": "catalog:",
|
|
54
|
+
"@silgi/ecosystem": "catalog:",
|
|
54
55
|
"@types/node": "catalog:",
|
|
55
56
|
"@types/semver": "catalog:",
|
|
56
57
|
"@vitest/coverage-v8": "catalog:",
|
package/dist/meta/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const version = "0.
|
|
1
|
+
const version = "0.17.0";
|
|
2
2
|
const peerDependencies = {
|
|
3
3
|
"@fastify/deepmerge": "^2.0.2",
|
|
4
4
|
"@nuxt/kit": "^3.15.3",
|
|
5
5
|
"@nuxt/schema": "^3.15.4",
|
|
6
|
-
"@silgi/ecosystem": "^0.0
|
|
6
|
+
"@silgi/ecosystem": "^0.2.0",
|
|
7
7
|
h3: "^1.14.0",
|
|
8
8
|
nitropack: "^2.10.4",
|
|
9
9
|
nuxt: "^3.15.3",
|
|
@@ -51,6 +51,7 @@ const devDependencies = {
|
|
|
51
51
|
"@antfu/eslint-config": "catalog:",
|
|
52
52
|
"@nuxt/kit": "catalog:",
|
|
53
53
|
"@nuxt/schema": "catalog:",
|
|
54
|
+
"@silgi/ecosystem": "catalog:",
|
|
54
55
|
"@types/node": "catalog:",
|
|
55
56
|
"@types/semver": "catalog:",
|
|
56
57
|
"@vitest/coverage-v8": "catalog:",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "silgi",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.17.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"exports": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@fastify/deepmerge": "^2.0.2",
|
|
80
80
|
"@nuxt/kit": "^3.15.3",
|
|
81
81
|
"@nuxt/schema": "^3.15.4",
|
|
82
|
-
"@silgi/ecosystem": "^0.0
|
|
82
|
+
"@silgi/ecosystem": "^0.2.0",
|
|
83
83
|
"h3": "^1.14.0",
|
|
84
84
|
"nitropack": "^2.10.4",
|
|
85
85
|
"nuxt": "^3.15.3",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"dependencies": {
|
|
114
114
|
"@clack/prompts": "^0.10.0",
|
|
115
115
|
"@fastify/deepmerge": "^2.0.2",
|
|
116
|
-
"@oxc-parser/wasm": "^0.56.
|
|
116
|
+
"@oxc-parser/wasm": "^0.56.5",
|
|
117
117
|
"@standard-schema/spec": "^1.0.0",
|
|
118
118
|
"c12": "^3.0.2",
|
|
119
119
|
"chokidar": "^4.0.3",
|
|
@@ -147,16 +147,17 @@
|
|
|
147
147
|
"untyped": "^2.0.0"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
|
-
"@antfu/eslint-config": "^4.
|
|
151
|
-
"@nuxt/kit": "^3.
|
|
152
|
-
"@nuxt/schema": "^3.
|
|
153
|
-
"@
|
|
150
|
+
"@antfu/eslint-config": "^4.8.1",
|
|
151
|
+
"@nuxt/kit": "^3.16.0",
|
|
152
|
+
"@nuxt/schema": "^3.16.0",
|
|
153
|
+
"@silgi/ecosystem": "^0.2.0",
|
|
154
|
+
"@types/node": "^22.13.10",
|
|
154
155
|
"@types/semver": "^7.5.8",
|
|
155
156
|
"@vitest/coverage-v8": "3.0.5",
|
|
156
|
-
"eslint": "^9.
|
|
157
|
+
"eslint": "^9.22.0",
|
|
157
158
|
"h3": "^1.15.1",
|
|
158
|
-
"nitropack": "^2.11.
|
|
159
|
-
"nuxt": "^3.
|
|
159
|
+
"nitropack": "^2.11.6",
|
|
160
|
+
"nuxt": "^3.16.0",
|
|
160
161
|
"typescript": "^5.8.2",
|
|
161
162
|
"unbuild": "^3.5.0",
|
|
162
163
|
"vitest": "^3.0.8",
|