@uge/payo 1.1.1 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uge/payo",
3
- "version": "1.1.1",
3
+ "version": "1.2.0",
4
4
  "description": "CLI tool to generate AI rules and skills for your project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,14 +25,16 @@
25
25
  "test:coverage": "bun test --coverage",
26
26
  "lint": "eslint src tests --ext .ts",
27
27
  "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
28
- "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\""
28
+ "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
29
+ "prepack": "bun run build"
29
30
  },
30
31
  "engines": {
31
- "bun": ">=1.1.0"
32
+ "node": ">=20.12.0"
32
33
  },
33
34
  "files": [
34
35
  "dist",
35
- "assets"
36
+ "assets/logo.inline.png",
37
+ "assets/logo.ans"
36
38
  ],
37
39
  "keywords": [
38
40
  "cli",
package/assets/demo.gif DELETED
Binary file
package/assets/icon.png DELETED
Binary file
package/assets/logo.png DELETED
Binary file