minions-cli 0.1.0 → 0.2.2

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 +4 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Minions Contributors
3
+ Copyright (c) 2024 Mehdi Nabhani
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,6 +1,6 @@
1
1
  {
2
2
  "name": "minions-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.2",
4
4
  "description": "CLI tool for the Minions structured object system",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,11 +26,12 @@
26
26
  "node": ">=18"
27
27
  },
28
28
  "dependencies": {
29
- "minions-sdk": "0.1.0"
29
+ "minions-sdk": "0.2.2"
30
30
  },
31
31
  "devDependencies": {
32
- "typescript": "^5.3.3"
32
+ "typescript": "^5.9.3"
33
33
  },
34
+ "author": "Mehdi Nabhani <mehdi@the-mehdi.com> (https://the-mehdi.com)",
34
35
  "scripts": {
35
36
  "build": "tsc",
36
37
  "lint": "tsc --noEmit"