@everystack/cli 0.3.7 → 0.3.8

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 (1) hide show
  1. package/package.json +9 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everystack/cli",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "CLI and OTA updates for Expo apps on everystack",
5
5
  "license": "AGPL-3.0-only",
6
6
  "author": "Scalable Technology, Inc. <licensing@scalable.technology>",
@@ -65,22 +65,16 @@
65
65
  "bin": {
66
66
  "everystack": "./src/cli/index.ts"
67
67
  },
68
- "scripts": {
69
- "test": "jest",
70
- "build": "tsc --build",
71
- "prepublishOnly": "tsc --module commonjs --moduleResolution node --target ES2022 --esModuleInterop --skipLibCheck --declaration false --outDir src src/env.ts",
72
- "lint": "tsc --noEmit"
73
- },
74
68
  "dependencies": {
75
69
  "@aws-sdk/client-cloudfront": "3.1053.0",
76
70
  "@aws-sdk/client-cloudfront-keyvaluestore": "3.1053.0",
77
71
  "@aws-sdk/signature-v4a": "3.1048.0",
78
- "@everystack/model": "workspace:*",
79
72
  "glob": "13.0.6",
80
73
  "node-forge": "1.4.0",
81
74
  "structured-headers": "1.0.1",
82
75
  "tsx": "4.21.0",
83
- "typescript": "5.9.3"
76
+ "typescript": "5.9.3",
77
+ "@everystack/model": "0.3.3"
84
78
  },
85
79
  "peerDependencies": {
86
80
  "@everystack/server": ">=0.1.0",
@@ -147,5 +141,10 @@
147
141
  "jest": "29.7.0",
148
142
  "react": "19.2.0",
149
143
  "ts-jest": "29.4.9"
144
+ },
145
+ "scripts": {
146
+ "test": "jest",
147
+ "build": "tsc --build",
148
+ "lint": "tsc --noEmit"
150
149
  }
151
- }
150
+ }