File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ## v2.0.10   
1+ ## v2.0.12   
22*  (668b957) Create codeql-analysis.yml (#25  ) (Denis Tokarev)
33*  (8b06c25) Update CI to publish only when integration tests has passed (#26  ) (github-actions[ bot] )
44*  (af4e364) Bump version to 2.0.10 (Denis Tokarev)
55*  (ac4486b) Update the project changelog (github-actions[ bot] )
6- *  (27ef151) Fix tests (Denis Tokarev)
6+ *  (9d6f73d) Fix tests (#28  ) (github-actions[ bot] )
7+ *  (e9ec45b) Fix #29   (Denis Tokarev)
8+ *  (5b8ba34) Bump to 2.0.12 (Denis Tokarev)
79
810## v2.0.9  
911*  (a999686) Upgrade all deps and prepare v2.0.9 (Denis Tokarev)
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2017-2021  Denis Tokarev (https://github.com/devlato)
3+ Copyright (c) 2017-2022  Denis Tokarev (https://github.com/devlato)
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
22  "name" : " async-wait-until" 
3-   "version" : " 2.0.10 " 
3+   "version" : " 2.0.12 " 
44  "description" : " Waits for a given predicate callback to return a truthy value and resolves" 
55  "main" : " dist/index.js" 
66  "module" : " dist/index.esm.js" 
2727    "format" : " cross-env NODE_ENV=production eslint -c .eslintrc.js --fix ." 
2828    "clean" : " npm run lint:clean & npm run test:clean & npm run build:clean & npm run docs:clean & wait" 
2929    "release" : " npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci" 
30-     "prepublish " : " npm run clean && npm run release" 
30+     "prepublishOnly " : " npm run clean && npm run release" 
3131  },
3232  "repository" : {
3333    "type" : " git" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments