File tree Expand file tree Collapse file tree 4 files changed +23
-19
lines changed Expand file tree Collapse file tree 4 files changed +23
-19
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11# any-ts  
22
3+ ## 0.40.11  
4+ 
5+ ### Patch Changes  
6+ 
7+ -  e611ada: ## features
8+   adds:
9+ 
10+   -  ` object.filter ` 
11+   -  ` object.filterKeys ` 
12+ 
13+   ## deprecations  
14+ 
15+   deprecates:
16+ 
17+   -  ` any.arrayof `  - use ` any.arrayOf `  instead
18+   -  ` any.entriesof `  - use ` any.entriesOf `  instead
19+   -  ` any.entryof `  - use ` any.entryOf `  instead
20+   -  ` any.keysof `  - use ` any.keysOf `  instead
21+   -  ` any.subtypeof `  - use ` any.subtypeOf `  instead
22+   -  ` any.indexedby `  - use ` any.indexedBy `  instead
23+ 
324## 0.40.10  
425
526### Patch Changes  
Original file line number Diff line number Diff line change 11{
22  "name" : " any-ts" 
33  "private" : false ,
4-   "version" : " 0.40.10 " 
4+   "version" : " 0.40.11 " 
55  "author" : {
66    "name" : " Andrew Jarrett" 
77    "email" : " ahrjarrett@gmail.com" 
Original file line number Diff line number Diff line change 1- export  const  ANY_TS_VERSION  =  "0.40.10 "  as  const 
1+ export  const  ANY_TS_VERSION  =  "0.40.11 "  as  const 
22export  type  ANY_TS_VERSION  =  typeof  ANY_TS_VERSION 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments