@stacksjs/composables 0.70.375 → 0.70.377
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/README.md +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -127,6 +127,9 @@ buddy serve:api # starts the production API server
|
|
|
127
127
|
buddy build # select a specific build (follow CLI prompts)
|
|
128
128
|
buddy build:frontend # builds the frontend (aliases: build:views, build:pages)
|
|
129
129
|
buddy build:desktop # builds Desktop application
|
|
130
|
+
buddy build:mobile # builds both native iOS and Android applications
|
|
131
|
+
buddy build:ios # builds the native iOS application
|
|
132
|
+
buddy build:android # builds the native Android application
|
|
130
133
|
buddy build:functions # builds function library
|
|
131
134
|
buddy build:components # builds the STX component library and Web Component library
|
|
132
135
|
buddy build:web-components # builds framework agnostic Web Component library (i.e. Custom Elements)
|
|
@@ -137,6 +140,9 @@ buddy build:docs # builds the documentation site
|
|
|
137
140
|
# `buddy build:*` aliases
|
|
138
141
|
buddy prod:components # alias for build:components
|
|
139
142
|
buddy prod:desktop # alias for build:desktop
|
|
143
|
+
buddy prod:mobile # alias for build:mobile
|
|
144
|
+
buddy prod:ios # alias for build:ios
|
|
145
|
+
buddy prod:android # alias for build:android
|
|
140
146
|
buddy prod:web-components # alias for build:web-components
|
|
141
147
|
buddy prod:frontend # alias for build:frontend
|
|
142
148
|
buddy prod:cli # alias for build:cli
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/composables",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.70.
|
|
5
|
+
"version": "0.70.377",
|
|
6
6
|
"description": "Stacks composables powered by stx reactivity.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@stacksjs/stx": "^0.2.176",
|
|
55
|
-
"@stacksjs/datetime": "0.70.
|
|
55
|
+
"@stacksjs/datetime": "0.70.377"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"better-dx": "^0.2.17"
|