fix(core): update
This commit is contained in:
Generated
-11186
File diff suppressed because it is too large
Load Diff
+5
-7
@@ -13,15 +13,13 @@
|
||||
"format": "(gitzone format)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.0.22",
|
||||
"@gitzone/tstest": "^1.0.15",
|
||||
"@pushrocks/tapbundle": "^3.0.7",
|
||||
"@types/node": "^14.10.1",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.15.0"
|
||||
"@gitzone/tsbuild": "^2.1.66",
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/tapbundle": "^5.0.4",
|
||||
"@types/node": "^20.2.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apiglobal/typedrequest-interfaces": "^1.0.15"
|
||||
"@apiglobal/typedrequest-interfaces": "^2.0.1"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
|
||||
Generated
+4454
File diff suppressed because it is too large
Load Diff
@@ -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'
|
||||
}
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
export * from './sio-interfaces.data';
|
||||
export * from './sio-interfaces.requests';
|
||||
export * from './sio-interfaces.data.js';
|
||||
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
|
||||
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<
|
||||
plugins.typedrequestInterfaces.ITypedRequest,
|
||||
|
||||
-17
@@ -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