@dalzoubi/dev-agents-sync 1.0.4 → 1.0.6

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 +14 -0
  2. package/package.json +2 -1
package/LICENSE ADDED
@@ -0,0 +1,14 @@
1
+ All Rights Reserved
2
+
3
+ Copyright (c) 2026 Dennis Alzoubi.
4
+
5
+ This software and associated documentation files (the "Software") are proprietary
6
+ and confidential. No license, permission, or other right is granted to any person
7
+ or entity to use, copy, modify, merge, publish, distribute, sublicense, sell,
8
+ host, execute, display, perform, or create derivative works from the Software,
9
+ in whole or in part, except under a separate written agreement signed by the
10
+ copyright holder.
11
+
12
+ Any unauthorized use, reproduction, distribution, or modification of the
13
+ Software is strictly prohibited.
14
+
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@dalzoubi/dev-agents-sync",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "description": "CLI that syncs managed dev-agent prompts into consumer repos (.claude/ and/or .cursor/).",
6
+ "license": "UNLICENSED",
6
7
  "bin": {
7
8
  "dev-agents-sync": "src/cli.mjs"
8
9
  },