@wxn0brp/falcon-frame-plugin 0.0.3 → 0.0.4

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/LICENSE +1 -1
  2. package/package.json +8 -4
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 wxn0brP
3
+ Copyright (c) 2026 wxn0brP
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@wxn0brp/falcon-frame-plugin",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
- "description": "",
6
+ "description": "Plugin system for FalconFrame",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/wxn0brP/FalconFrame-plugin.git"
@@ -12,14 +12,18 @@
12
12
  "author": "wxn0brP",
13
13
  "license": "MIT",
14
14
  "type": "module",
15
+ "keywords": [
16
+ "falcon-frame",
17
+ "plugin"
18
+ ],
15
19
  "devDependencies": {
16
20
  "@types/bun": "*",
17
- "@wxn0brp/falcon-frame": "^0.5.0",
21
+ "@wxn0brp/falcon-frame": "^0.7.0",
18
22
  "tsc-alias": "*",
19
23
  "typescript": "*"
20
24
  },
21
25
  "peerDependencies": {
22
- "@wxn0brp/falcon-frame": ">=0.5.0"
26
+ "@wxn0brp/falcon-frame": ">=0.7.0"
23
27
  },
24
28
  "files": [
25
29
  "dist"