Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c4243559af | |||
| 3acf365bad | |||
| 0a82787e6d | 
							
								
								
									
										3
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@@ -40,6 +40,7 @@ jobs:
 | 
				
			|||||||
            -   name: Cache Artifacts
 | 
					            -   name: Cache Artifacts
 | 
				
			||||||
                uses: ztimson/actions/cache@develop
 | 
					                uses: ztimson/actions/cache@develop
 | 
				
			||||||
                with:
 | 
					                with:
 | 
				
			||||||
 | 
					                    key: dist
 | 
				
			||||||
                    pattern: dist
 | 
					                    pattern: dist
 | 
				
			||||||
    tag:
 | 
					    tag:
 | 
				
			||||||
        name: Tag Version
 | 
					        name: Tag Version
 | 
				
			||||||
@@ -74,6 +75,8 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            -   name: Restore Artifacts
 | 
					            -   name: Restore Artifacts
 | 
				
			||||||
                uses: ztimson/actions/cache/restore@develop
 | 
					                uses: ztimson/actions/cache/restore@develop
 | 
				
			||||||
 | 
					                with:
 | 
				
			||||||
 | 
					                    key: dist
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            -   name: Upload to Registry
 | 
					            -   name: Upload to Registry
 | 
				
			||||||
                uses: ztimson/actions/npm/publish@develop
 | 
					                uses: ztimson/actions/npm/publish@develop
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "var-persist",
 | 
						"name": "var-persist",
 | 
				
			||||||
	"version": "1.0.0",
 | 
						"version": "1.0.1",
 | 
				
			||||||
	"description": "Sync variables with the local/session storage using proxy objects & decorators",
 | 
						"description": "Sync variables with the local/session storage using proxy objects & decorators",
 | 
				
			||||||
	"repository": {
 | 
						"repository": {
 | 
				
			||||||
		"type": "git",
 | 
							"type": "git",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user