@usesocial/cli 0.2.5 → 0.2.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/CHANGELOG.md +6 -0
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @usesocial/cli
|
|
2
2
|
|
|
3
|
+
## 0.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#9](https://github.com/usesocial/monorepo/pull/9) [`bf453f0`](https://github.com/usesocial/monorepo/commit/bf453f0af773a56e8b65b39e898ad679921f8c63) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Move `@t3-oss/env-core` to devDependencies — it's bundled into `dist/` at build time, so it doesn't need to be a runtime dependency.
|
|
8
|
+
|
|
3
9
|
## 0.2.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.mjs
CHANGED
|
@@ -20922,7 +20922,7 @@ const createInstance = (defaults) => {
|
|
|
20922
20922
|
const ky = createInstance();
|
|
20923
20923
|
//#endregion
|
|
20924
20924
|
//#region package.json
|
|
20925
|
-
var version$1 = "0.2.
|
|
20925
|
+
var version$1 = "0.2.6";
|
|
20926
20926
|
//#endregion
|
|
20927
20927
|
//#region src/lib/env.ts
|
|
20928
20928
|
const URLWithTrailingSlash = url().transform(ensureTrailingSlash);
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"access": "public"
|
|
12
12
|
},
|
|
13
13
|
"private": false,
|
|
14
|
-
"version": "0.2.
|
|
14
|
+
"version": "0.2.6",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=22.5.0"
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"test": "bun test --parallel=${BUN_TEST_PARALLEL:-8}"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@t3-oss/env-core": "^0.13.11",
|
|
36
35
|
"@napi-rs/keyring": "^1.3.0"
|
|
37
36
|
},
|
|
38
37
|
"devDependencies": {
|
|
39
38
|
"@clack/prompts": "^1.4.0",
|
|
40
39
|
"@orpc/client": "^1.14.2",
|
|
41
40
|
"@orpc/contract": "^1.14.2",
|
|
41
|
+
"@t3-oss/env-core": "^0.13.11",
|
|
42
42
|
"@usesocial/api": "workspace:*",
|
|
43
43
|
"@usesocial/billing": "workspace:*",
|
|
44
44
|
"@usesocial/constants": "workspace:*",
|