fix(core): update
This commit is contained in:
		@@ -119,6 +119,6 @@ jobs:
 | 
				
			|||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          npmci node install stable
 | 
					          npmci node install stable
 | 
				
			||||||
          npmci npm install
 | 
					          npmci npm install
 | 
				
			||||||
          pnpm install -g @gitzone/tsdoc
 | 
					          pnpm install -g @git.zone/tsdoc
 | 
				
			||||||
          npmci command tsdoc
 | 
					          npmci command tsdoc
 | 
				
			||||||
        continue-on-error: true
 | 
					        continue-on-error: true
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							@@ -34,16 +34,16 @@
 | 
				
			|||||||
    "@push.rocks/smartlog": "^3.0.3",
 | 
					    "@push.rocks/smartlog": "^3.0.3",
 | 
				
			||||||
    "@push.rocks/smartpromise": "^4.0.3",
 | 
					    "@push.rocks/smartpromise": "^4.0.3",
 | 
				
			||||||
    "@push.rocks/smartrx": "^3.0.6",
 | 
					    "@push.rocks/smartrx": "^3.0.6",
 | 
				
			||||||
    "@push.rocks/smarttime": "^4.0.5",
 | 
					    "@push.rocks/smarttime": "^4.0.6",
 | 
				
			||||||
    "@push.rocks/smartunique": "^3.0.6"
 | 
					    "@push.rocks/smartunique": "^3.0.6"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@gitzone/tsbuild": "^2.1.66",
 | 
					    "@git.zone/tsbuild": "^2.1.66",
 | 
				
			||||||
    "@gitzone/tsbundle": "^2.0.8",
 | 
					    "@git.zone/tsbundle": "^2.0.8",
 | 
				
			||||||
    "@gitzone/tsrun": "^1.2.44",
 | 
					    "@git.zone/tsrun": "^1.2.44",
 | 
				
			||||||
    "@gitzone/tstest": "^1.0.77",
 | 
					    "@git.zone/tstest": "^1.0.77",
 | 
				
			||||||
    "@push.rocks/tapbundle": "^5.0.15",
 | 
					    "@push.rocks/tapbundle": "^5.0.15",
 | 
				
			||||||
    "@types/node": "^20.5.0"
 | 
					    "@types/node": "^20.8.7"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "files": [
 | 
					  "files": [
 | 
				
			||||||
    "ts/**/*",
 | 
					    "ts/**/*",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1134
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1134
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -3,6 +3,6 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
export const commitinfo = {
 | 
					export const commitinfo = {
 | 
				
			||||||
  name: '@push.rocks/taskbuffer',
 | 
					  name: '@push.rocks/taskbuffer',
 | 
				
			||||||
  version: '3.1.6',
 | 
					  version: '3.1.7',
 | 
				
			||||||
  description: 'flexible task management. TypeScript ready!'
 | 
					  description: 'flexible task management. TypeScript ready!'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,9 +3,12 @@
 | 
				
			|||||||
    "experimentalDecorators": true,
 | 
					    "experimentalDecorators": true,
 | 
				
			||||||
    "useDefineForClassFields": false,
 | 
					    "useDefineForClassFields": false,
 | 
				
			||||||
    "target": "ES2022",
 | 
					    "target": "ES2022",
 | 
				
			||||||
    "module": "ES2022",
 | 
					    "module": "NodeNext",
 | 
				
			||||||
    "moduleResolution": "nodenext",
 | 
					    "moduleResolution": "NodeNext",
 | 
				
			||||||
    "esModuleInterop": true,
 | 
					    "esModuleInterop": true,
 | 
				
			||||||
    "verbatimModuleSyntax": true,
 | 
					    "verbatimModuleSyntax": true
 | 
				
			||||||
  }
 | 
					  },
 | 
				
			||||||
 | 
					  "exclude": [
 | 
				
			||||||
 | 
					    "dist_*/**/*.d.ts"
 | 
				
			||||||
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user