Comparing version 2.1.5 to 2.1.6
@@ -0,0 +0,0 @@ export declare enum CentMethods { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Axios } from 'axios'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class CentException extends Error { | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './interfaces'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface CentOptions { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { CentMethods } from '../cent-methods.enum'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const cent_methods_enum_1 = require("../cent-methods.enum"); |
@@ -0,0 +0,0 @@ import { CentMethods } from '../cent-methods.enum'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const cent_methods_enum_1 = require("../cent-methods.enum"); |
@@ -0,0 +0,0 @@ export interface ClientInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { CentMethods } from '../cent-methods.enum'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from './client-info.interface'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface Node { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface Publication { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface StreamPosition { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "cent.js", | ||
"description": "Javascript library to communicate with Centrifugo HTTP API", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"scripts": { | ||
@@ -30,18 +30,18 @@ "build": "rimraf -rf dist && tsc -p tsconfig.json", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.4.4", | ||
"@commitlint/cli": "17.5.0", | ||
"@commitlint/config-angular": "17.4.4", | ||
"@types/jest": "29.4.1", | ||
"@types/node": "18.15.3", | ||
"@typescript-eslint/eslint-plugin": "5.55.0", | ||
"@typescript-eslint/parser": "5.55.0", | ||
"@types/jest": "29.5.0", | ||
"@types/node": "18.15.7", | ||
"@typescript-eslint/eslint-plugin": "5.56.0", | ||
"@typescript-eslint/parser": "5.56.0", | ||
"eslint": "8.36.0", | ||
"eslint-config-prettier": "8.7.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"eslint-plugin-import": "2.27.5", | ||
"husky": "8.0.3", | ||
"jest": "29.5.0", | ||
"prettier": "2.8.4", | ||
"release-it": "15.8.0", | ||
"rimraf": "4.4.0", | ||
"prettier": "2.8.7", | ||
"release-it": "15.9.1", | ||
"rimraf": "4.4.1", | ||
"ts-jest": "29.0.5", | ||
"typescript": "4.9.5" | ||
"typescript": "5.0.2" | ||
}, | ||
@@ -48,0 +48,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17475