@frontify/frontify-cli 5.10.2 → 5.10.3

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/index.mjs +1 -1
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -21,7 +21,7 @@ import { object as c, string as a, z as w, array as l, number as te, boolean as
21
21
  import Te from "@fastify/cors";
22
22
  import Pe from "fastify";
23
23
  import * as Ce from "esbuild";
24
- const De = "@frontify/frontify-cli", Oe = "module", Ae = "5.10.2", Fe = "Frontify Developers <developers@frontify.com>", Ue = { type: "git", url: "https://github.com/Frontify/brand-sdk", directory: "packages/cli" }, Re = { "frontify-cli": "dist/index.mjs" }, _e = ["dist", "templates"], Ie = { node: ">=18" }, je = { build: "vite build", dev: "vite build --watch", format: "prettier --write .", lint: "eslint .", "lint:fix": "eslint --fix .", start: "npm run build && node dist/index.mjs", test: "vitest run --silent", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", typecheck: "tsc --noEmit" }, Ne = { "@fastify/cors": "^11.2.0", "@vitejs/plugin-react": "^5.2.0", archiver: "^7.0.1", cac: "^6.7.14", conf: "^15.1.0", esbuild: "^0.27.4", "fast-glob": "^3.3.3", fastify: "^5.8.2", "glob-to-regexp": "^0.4.1", "node-fetch": "^3.3.2", open: "^11.0.0", picocolors: "^1.1.1", prompts: "^2.4.2", vite: "^7.3.1", "vite-plugin-externals": "^0.6.2", zod: "^3.25.76" }, Be = { "@frontify/eslint-config-basic": "^1.0.8", "@types/glob-to-regexp": "^0.4.4", "@types/mock-fs": "^4.13.4", "@types/node": "^20.19.25", "@types/prompts": "^2.4.9", "@types/ws": "8.18.1", "@vitest/coverage-v8": "4.1.0", "@vitest/ui": "^4.1.0", eslint: "^9.39.4", "eslint-plugin-notice": "^1.0.0", nock: "^13.5.6", prettier: "^3.7.4", "ts-node": "^10.9.2", typescript: "^5.9.3", vitest: "^4.1.0" }, F = {
24
+ const De = "@frontify/frontify-cli", Oe = "module", Ae = "5.10.3", Fe = "Frontify Developers <developers@frontify.com>", Ue = { type: "git", url: "https://github.com/Frontify/brand-sdk", directory: "packages/cli" }, Re = { "frontify-cli": "dist/index.mjs" }, _e = ["dist", "templates"], Ie = { node: ">=18" }, je = { build: "vite build", dev: "vite build --watch", format: "prettier --write .", lint: "eslint .", "lint:fix": "eslint --fix .", start: "npm run build && node dist/index.mjs", test: "vitest run --silent", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", typecheck: "tsc --noEmit" }, Ne = { "@fastify/cors": "^11.2.0", "@vitejs/plugin-react": "^5.2.0", archiver: "^7.0.1", cac: "^6.7.14", conf: "^15.1.0", esbuild: "^0.27.4", "fast-glob": "^3.3.3", fastify: "^5.8.4", "glob-to-regexp": "^0.4.1", "node-fetch": "^3.3.2", open: "^11.0.0", picocolors: "^1.1.1", prompts: "^2.4.2", vite: "^7.3.1", "vite-plugin-externals": "^0.6.2", zod: "^3.25.76" }, Be = { "@frontify/eslint-config-basic": "^1.0.8", "@types/glob-to-regexp": "^0.4.4", "@types/mock-fs": "^4.13.4", "@types/node": "^20.19.25", "@types/prompts": "^2.4.9", "@types/ws": "8.18.1", "@vitest/coverage-v8": "4.1.2", "@vitest/ui": "^4.1.2", eslint: "^9.39.4", "eslint-plugin-notice": "^1.0.0", nock: "^13.5.6", prettier: "^3.7.4", "ts-node": "^10.9.2", typescript: "^5.9.3", vitest: "^4.1.2" }, F = {
25
25
  name: De,
26
26
  type: Oe,
27
27
  version: Ae,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/frontify-cli",
3
3
  "type": "module",
4
- "version": "5.10.2",
4
+ "version": "5.10.3",
5
5
  "author": "Frontify Developers <developers@frontify.com>",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "conf": "^15.1.0",
27
27
  "esbuild": "^0.27.4",
28
28
  "fast-glob": "^3.3.3",
29
- "fastify": "^5.8.2",
29
+ "fastify": "^5.8.4",
30
30
  "glob-to-regexp": "^0.4.1",
31
31
  "node-fetch": "^3.3.2",
32
32
  "open": "^11.0.0",
@@ -43,15 +43,15 @@
43
43
  "@types/node": "^20.19.25",
44
44
  "@types/prompts": "^2.4.9",
45
45
  "@types/ws": "8.18.1",
46
- "@vitest/coverage-v8": "4.1.0",
47
- "@vitest/ui": "^4.1.0",
46
+ "@vitest/coverage-v8": "4.1.2",
47
+ "@vitest/ui": "^4.1.2",
48
48
  "eslint": "^9.39.4",
49
49
  "eslint-plugin-notice": "^1.0.0",
50
50
  "nock": "^13.5.6",
51
51
  "prettier": "^3.7.4",
52
52
  "ts-node": "^10.9.2",
53
53
  "typescript": "^5.9.3",
54
- "vitest": "^4.1.0"
54
+ "vitest": "^4.1.2"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "vite build",