@adsuploader/cli 0.1.8 → 0.2.1

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 (4) hide show
  1. package/README.md +2 -0
  2. package/SKILL.md +39 -0
  3. package/dist/cli.cjs +689 -240
  4. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adsuploader/cli",
3
- "version": "0.1.8",
3
+ "version": "0.2.1",
4
4
  "description": "Create Facebook ads from the command line — bulk upload media, preview configurations, and launch ads at scale",
5
5
  "author": "Ads Uploader <support@adsuploader.com> (https://adsuploader.com)",
6
6
  "license": "UNLICENSED",
@@ -32,6 +32,7 @@
32
32
  "scripts": {
33
33
  "build": "node build.cjs",
34
34
  "dev": "node src/cli.js",
35
+ "test": "node --test test/*.test.mjs",
35
36
  "link": "npm link",
36
37
  "prepublishOnly": "npm run build",
37
38
  "version": "npm run build"