@ctx-core/version__app
Advanced tools
Comparing version 9.1.6 to 9.1.7
# @ctx-core/version\_\_app | ||
## 9.1.7 | ||
### Patch Changes | ||
- \_ctx_I->\_Ctx | ||
- Updated dependencies [undefined] | ||
- @ctx-core/env@10.1.5 | ||
## 9.1.6 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@ctx-core/version__app", | ||
"version": "9.1.6", | ||
"version": "9.1.7", | ||
"description": "ctx-core version__app", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"@ctx-core/atob": "^7.1.4", | ||
"@ctx-core/env": "^10.1.4", | ||
"@ctx-core/env": "^10.1.5", | ||
"@ctx-core/object": "^18.0.0", | ||
@@ -27,0 +27,0 @@ "@ctx-core/store": "^24.8.4", |
import { Readable$ } from '@ctx-core/store'; | ||
import { CACHE_VERSION_ctx_I, VERSION_ctx_I } from '@ctx-core/env'; | ||
export interface app_version_Ctx extends CACHE_VERSION_ctx_I, VERSION_ctx_I { | ||
import { CACHE_VERSION_Ctx, VERSION_Ctx } from '@ctx-core/env'; | ||
export interface app_version_Ctx extends CACHE_VERSION_Ctx, VERSION_Ctx { | ||
app_version?: app_version_T; | ||
@@ -5,0 +5,0 @@ } |
import { _b } from '@ctx-core/object' | ||
import { derived$, Readable$ } from '@ctx-core/store' | ||
import { CACHE_VERSION_b, CACHE_VERSION_ctx_I, VERSION_b, VERSION_ctx_I } from '@ctx-core/env' | ||
import { CACHE_VERSION_b, CACHE_VERSION_Ctx, VERSION_b, VERSION_Ctx } from '@ctx-core/env' | ||
const key = 'app_version' | ||
export interface app_version_Ctx | ||
extends CACHE_VERSION_ctx_I, VERSION_ctx_I { | ||
extends CACHE_VERSION_Ctx, VERSION_Ctx { | ||
app_version?:app_version_T | ||
@@ -8,0 +8,0 @@ } |
37712
Updated@ctx-core/env@^10.1.5