fix(core): update
This commit is contained in:
		
							
								
								
									
										11186
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										11186
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										12
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								package.json
									
									
									
									
									
								
							| @@ -13,15 +13,13 @@ | |||||||
|     "format": "(gitzone format)" |     "format": "(gitzone format)" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@gitzone/tsbuild": "^2.0.22", |     "@gitzone/tsbuild": "^2.1.66", | ||||||
|     "@gitzone/tstest": "^1.0.15", |     "@gitzone/tstest": "^1.0.74", | ||||||
|     "@pushrocks/tapbundle": "^3.0.7", |     "@pushrocks/tapbundle": "^5.0.4", | ||||||
|     "@types/node": "^14.10.1", |     "@types/node": "^20.2.5" | ||||||
|     "tslint": "^6.1.3", |  | ||||||
|     "tslint-config-prettier": "^1.15.0" |  | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@apiglobal/typedrequest-interfaces": "^1.0.15" |     "@apiglobal/typedrequest-interfaces": "^2.0.1" | ||||||
|   }, |   }, | ||||||
|   "browserslist": [ |   "browserslist": [ | ||||||
|     "last 1 chrome versions" |     "last 1 chrome versions" | ||||||
|   | |||||||
							
								
								
									
										4454
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										4454
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										8
									
								
								ts/00_commitinfo_data.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								ts/00_commitinfo_data.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | |||||||
|  | /** | ||||||
|  |  * autocreated commitinfo by @pushrocks/commitinfo | ||||||
|  |  */ | ||||||
|  | export const commitinfo = { | ||||||
|  |   name: '@social.io_private/interfaces', | ||||||
|  |   version: '1.0.6', | ||||||
|  |   description: 'an interface package for social.io' | ||||||
|  | } | ||||||
| @@ -1,2 +1,2 @@ | |||||||
| export * from './sio-interfaces.data'; | export * from './sio-interfaces.data.js'; | ||||||
| export * from './sio-interfaces.requests'; | export * from './sio-interfaces.requests.js'; | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| import * as plugins from './interfaces.plugins'; | import * as plugins from './interfaces.plugins.js'; | ||||||
|  |  | ||||||
| // Basic Conversation | // Basic Conversation | ||||||
| export interface ISioConversationParty { | export interface ISioConversationParty { | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| import * as plugins from './interfaces.plugins'; | import * as plugins from './interfaces.plugins.js'; | ||||||
|  |  | ||||||
| export interface IRequest_GetSocialSession extends plugins.typedrequestInterfaces.implementsTR< | export interface IRequest_GetSocialSession extends plugins.typedrequestInterfaces.implementsTR< | ||||||
|   plugins.typedrequestInterfaces.ITypedRequest, |   plugins.typedrequestInterfaces.ITypedRequest, | ||||||
|   | |||||||
							
								
								
									
										17
									
								
								tslint.json
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								tslint.json
									
									
									
									
									
								
							| @@ -1,17 +0,0 @@ | |||||||
| { |  | ||||||
|   "extends": ["tslint:latest", "tslint-config-prettier"], |  | ||||||
|   "rules": { |  | ||||||
|     "semicolon": [true, "always"], |  | ||||||
|     "no-console": false, |  | ||||||
|     "ordered-imports": false, |  | ||||||
|     "object-literal-sort-keys": false, |  | ||||||
|     "member-ordering": { |  | ||||||
|       "options":{ |  | ||||||
|         "order": [ |  | ||||||
|           "static-method" |  | ||||||
|         ] |  | ||||||
|       } |  | ||||||
|     } |  | ||||||
|   }, |  | ||||||
|   "defaultSeverity": "warning" |  | ||||||
| } |  | ||||||
		Reference in New Issue
	
	Block a user