@mirage-cli/sms 0.1.8 → 0.1.9
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirage-cli/sms",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "SMS inbox CLI as an importable mirage / Cloudflare-Worker command via @mirage-cli/core.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"typecheck": "tsc --noEmit"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@mirage-cli/core": "^0.1.
|
|
26
|
+
"@mirage-cli/core": "^0.1.9"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@struktoai/mirage-core": ">=0.0.1",
|
|
30
|
-
"@mirage-cli/sms-cli": "^0.1.
|
|
30
|
+
"@mirage-cli/sms-cli": "^0.1.9"
|
|
31
31
|
},
|
|
32
32
|
"peerDependenciesMeta": {
|
|
33
33
|
"@struktoai/mirage-core": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@mirage-cli/sms-cli": "^0.1.
|
|
38
|
+
"@mirage-cli/sms-cli": "^0.1.9",
|
|
39
39
|
"@struktoai/mirage-core": "^0.0.1",
|
|
40
40
|
"commander": "^14.0.3",
|
|
41
41
|
"tsup": "^8.5.1"
|