fix(core): update
This commit is contained in:
		@@ -26,6 +26,7 @@ BundlePhobia (total size when bundled) | [;
 | 
			
		||||
const servers = await myhetznerAccount.getServers();
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,6 @@
 | 
			
		||||
 */
 | 
			
		||||
export const commitinfo = {
 | 
			
		||||
  name: '@apiclient.xyz/hetznercloud',
 | 
			
		||||
  version: '1.0.6',
 | 
			
		||||
  version: '1.0.7',
 | 
			
		||||
  description: 'an unofficial api client for the hetzner cloud api'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,2 @@
 | 
			
		||||
export * from './classes.account.js';
 | 
			
		||||
export * from './classes.server.js';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user