@examplary/cli 1.6.0 → 1.7.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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  This package provides a command-line tool to develop and upload custom question types for
4
4
  the Examplary platform.
5
5
 
6
- Read more in the [📘 Developer Documentation](https://developers.examplary.ai/question-types).
6
+ Read more in the [📘 Developer Documentation](https://examplary.ai/developers/question-types).
7
7
 
8
8
  ## Usage
9
9
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@examplary/cli",
3
3
  "description": "Command-line tools for building and publishing Examplary question types.",
4
4
  "packageManager": "yarn@4.8.1",
5
- "version": "1.6.0",
5
+ "version": "1.7.0",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "exp": "./bin/index.js"
@@ -23,18 +23,18 @@
23
23
  "dependencies": {
24
24
  "@examplary/schemas": "*",
25
25
  "@examplary/ui": "*",
26
- "@hono/node-server": "^1.19.11",
26
+ "@hono/node-server": "^1.19.13",
27
27
  "@tailwindcss/postcss": "^4.1.14",
28
28
  "@tailwindcss/vite": "^4.2.1",
29
29
  "@vitejs/plugin-react": "^6.0.1",
30
30
  "esbuild": "^0.27.1",
31
- "hono": "^4.12.8",
31
+ "hono": "^4.12.16",
32
32
  "i18next": "^25.3.2",
33
33
  "i18next-browser-languagedetector": "^8.2.0",
34
34
  "jsonata": "^2.1.0",
35
35
  "lucide-react": "^0.535.0",
36
36
  "open": "^11.0.0",
37
- "postcss": "^8.5.6",
37
+ "postcss": "^8.5.10",
38
38
  "react": "^19.2.4",
39
39
  "react-dom": "^19.2.4",
40
40
  "react-error-boundary": "^6.0.3",
@@ -42,16 +42,16 @@
42
42
  "swr": "^2.3.6",
43
43
  "tailwindcss": "^4.2.1",
44
44
  "use-local-storage": "^3.0.0",
45
- "vite": "^8.0.0",
45
+ "vite": "^8.0.5",
46
46
  "ws": "^8.18.3",
47
- "yaml": "^2.8.2",
47
+ "yaml": "^2.8.3",
48
48
  "yargs": "^18.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^24.1.0",
52
52
  "typescript": "^5.9.3"
53
53
  },
54
- "homepage": "https://developers.examplary.ai/",
54
+ "homepage": "https://examplary.ai/developers",
55
55
  "author": {
56
56
  "name": "Examplary AI",
57
57
  "email": "hi@examplary.ai"
@@ -44,7 +44,6 @@ export const PreviewSettingsArea = ({
44
44
  "cursor-not-allowed pointer-events-none",
45
45
  )}
46
46
  value={question.title}
47
- onChange={(value) => question.update("title", value)}
48
47
  placeholder={questionType?.titlePlaceholder}
49
48
  />
50
49
  <MinimalRichTextField