@aakaar/cli 0.0.4 → 0.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.
package/dist/index.cjs CHANGED
@@ -116,7 +116,8 @@ var REQUIRED_PACKAGES = [
116
116
  "clsx",
117
117
  "tailwind-merge",
118
118
  "react",
119
- "react-dom"
119
+ "react-dom",
120
+ "framer-motion"
120
121
  ];
121
122
 
122
123
  // src/lib/operations/utils/verify.ts
package/dist/index.js CHANGED
@@ -115,7 +115,8 @@ var REQUIRED_PACKAGES = [
115
115
  "clsx",
116
116
  "tailwind-merge",
117
117
  "react",
118
- "react-dom"
118
+ "react-dom",
119
+ "framer-motion"
119
120
  ];
120
121
 
121
122
  // src/lib/operations/utils/verify.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aakaar/cli",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "commander": "^12.1.0",
24
24
  "execa": "^9.6.0",
25
25
  "signal-exit": "^4.1.0",
26
- "@aakaar/dictionary": "0.0.4",
27
- "@aakaar/global": "0.0.4"
26
+ "@aakaar/dictionary": "0.0.6",
27
+ "@aakaar/global": "0.0.6"
28
28
  },
29
29
  "scripts": {
30
30
  "build": "tsup src/index.ts --format esm,cjs --dts",