@riotprompt/riotprompt 0.0.7 → 0.0.8

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/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "@riotprompt/riotprompt",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
+ "keywords": [
5
+ "prompt",
6
+ "llm",
7
+ "genai",
8
+ "openai"
9
+ ],
4
10
  "description": "Get it together, and organize your prompts.",
5
11
  "type": "module",
6
12
  "main": "./dist/riotprompt.cjs",
@@ -17,38 +23,28 @@
17
23
  "require": "./dist/riotprompt.cjs"
18
24
  }
19
25
  },
20
- "keywords": [
21
- "prompt",
22
- "llm",
23
- "genai",
24
- "openai"
25
- ],
26
26
  "author": "St. Just Reckoning <StJustReckoning@proton.me>",
27
27
  "license": "Apache-2.0",
28
28
  "devDependencies": {
29
29
  "@babel/core": "^7.28.0",
30
30
  "@babel/plugin-transform-modules-commonjs": "^7.27.1",
31
- "@babel/plugin-transform-runtime": "^7.28.0",
32
31
  "@babel/plugin-transform-typescript": "^7.28.0",
33
32
  "@babel/preset-typescript": "^7.27.1",
34
- "@babel/runtime": "^7.27.6",
35
33
  "@doccident/doccident": "^0.0.1",
36
34
  "@eslint/eslintrc": "^3.3.1",
37
35
  "@eslint/js": "^9.30.1",
38
36
  "@rollup/plugin-replace": "^6.0.2",
39
- "@swc/core": "^1.12.9",
40
- "@types/node": "^24.0.10",
41
- "@typescript-eslint/eslint-plugin": "^8.35.1",
42
- "@typescript-eslint/parser": "^8.35.1",
37
+ "@swc/core": "^1.12.11",
38
+ "@types/node": "^24.0.12",
39
+ "@typescript-eslint/eslint-plugin": "^8.36.0",
40
+ "@typescript-eslint/parser": "^8.36.0",
43
41
  "@vitest/coverage-v8": "^3.2.4",
44
- "ajv": "^8.17.1",
45
42
  "eslint": "^9.30.1",
46
43
  "eslint-plugin-import": "^2.32.0",
47
44
  "globals": "^16.3.0",
48
- "minimatch": "^10.0.3",
49
45
  "rollup-plugin-preserve-shebang": "^1.0.1",
50
46
  "typescript": "^5.8.3",
51
- "vite": "^7.0.2",
47
+ "vite": "^7.0.4",
52
48
  "vite-plugin-dts": "^4.5.4",
53
49
  "vite-plugin-node": "^7.0.0",
54
50
  "vitest": "^3.2.4"
@@ -56,7 +52,7 @@
56
52
  "dependencies": {
57
53
  "glob": "^11.0.3",
58
54
  "marked": "^16.0.0",
59
- "zod": "^3.25.74"
55
+ "zod": "^4.0.2"
60
56
  },
61
57
  "scripts": {
62
58
  "build": "pnpm run lint && tsc --noEmit && vite build",
@@ -1,5 +0,0 @@
1
- ---
2
- description:
3
- globs:
4
- alwaysApply: false
5
- ---