This commit is contained in:
		
							
								
								
									
										9
									
								
								CHANGELOG.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								CHANGELOG.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | # CHANGELOG | ||||||
|  |  | ||||||
|  | ## 1.1.0 | ||||||
|  |  | ||||||
|  | aes encryption functions | ||||||
|  |  | ||||||
|  | ## 1.0.0 | ||||||
|  |  | ||||||
|  | initial release | ||||||
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @@ -2,14 +2,20 @@ | |||||||
|   "name": "@sapphirecode/crypto-helper", |   "name": "@sapphirecode/crypto-helper", | ||||||
|   "version": "1.1.56", |   "version": "1.1.56", | ||||||
|   "main": "index.js", |   "main": "index.js", | ||||||
|   "author": "Timo Hocker <timo@scode.ovh>", |   "author": { | ||||||
|  |     "name": "Timo Hocker", | ||||||
|  |     "email": "timo@scode.ovh" | ||||||
|  |   }, | ||||||
|  |   "bugs": "https://redmine.scode.ovh/projects/crypto-helper", | ||||||
|   "license": "MIT", |   "license": "MIT", | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "cryptography" |     "cryptography", | ||||||
|  |     "crypto", | ||||||
|  |     "hashing" | ||||||
|   ], |   ], | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|     "url": "git@git.scode.ovh:timo/crypto-helper" |     "url": "https://git.scode.ovh:timo/crypto-helper.git" | ||||||
|   }, |   }, | ||||||
|   "description": "simple functions for cryptography", |   "description": "simple functions for cryptography", | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user