@powfix/core-js 0.13.22 → 0.13.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.browser.d.ts +1 -0
- package/dist/index.browser.js +17 -0
- package/dist/index.d.ts +1 -4
- package/dist/index.js +1 -6
- package/dist/src/constants/index.d.ts +2 -2
- package/dist/src/constants/index.js +2 -2
- package/dist/src/index.browser.d.ts +7 -0
- package/dist/{browser.js → src/index.browser.js} +7 -6
- package/dist/src/index.d.ts +8 -0
- package/dist/src/index.js +24 -0
- package/dist/src/interfaces/index.d.ts +2 -2
- package/dist/src/interfaces/index.js +2 -2
- package/dist/src/interfaces/nodejs/index.d.ts +1 -0
- package/dist/src/{utils/backend → interfaces/nodejs}/index.js +1 -2
- package/dist/src/managers/index.browser.d.ts +1 -0
- package/dist/src/managers/index.browser.js +2 -0
- package/dist/src/scripts/index.browser.d.ts +1 -0
- package/dist/src/scripts/index.browser.js +17 -0
- package/dist/src/scripts/index.d.ts +1 -1
- package/dist/src/scripts/index.js +1 -1
- package/dist/src/services/{browser.js → index.browser.js} +0 -2
- package/dist/src/services/index.d.ts +1 -1
- package/dist/src/services/index.js +1 -2
- package/dist/src/types/index.browser.d.ts +1 -0
- package/dist/src/types/index.browser.js +17 -0
- package/dist/src/types/index.d.ts +1 -1
- package/dist/src/types/index.js +1 -1
- package/dist/src/utils/index.d.ts +2 -2
- package/dist/src/utils/index.js +2 -2
- package/dist/src/utils/{backend/base → nodejs}/SequelizeUtils.d.ts +2 -1
- package/dist/src/utils/{backend/base → nodejs}/SequelizeUtils.js +18 -1
- package/dist/src/utils/{backend/base → nodejs}/index.d.ts +1 -0
- package/dist/src/utils/{backend/base → nodejs}/index.js +1 -0
- package/package.json +6 -6
- package/dist/browser.d.ts +0 -6
- package/dist/src/utils/backend/index.d.ts +0 -2
- /package/dist/src/constants/{browser.d.ts → index.browser.d.ts} +0 -0
- /package/dist/src/constants/{browser.js → index.browser.js} +0 -0
- /package/dist/src/constants/{transactionManager → nodejs}/TransactionManagerLogLevel.d.ts +0 -0
- /package/dist/src/constants/{transactionManager → nodejs}/TransactionManagerLogLevel.js +0 -0
- /package/dist/src/constants/{transactionManager → nodejs}/TransactionManagerTimeoutAction.d.ts +0 -0
- /package/dist/src/constants/{transactionManager → nodejs}/TransactionManagerTimeoutAction.js +0 -0
- /package/dist/src/constants/{transactionManager → nodejs}/index.d.ts +0 -0
- /package/dist/src/constants/{transactionManager → nodejs}/index.js +0 -0
- /package/dist/src/interfaces/{browser.d.ts → index.browser.d.ts} +0 -0
- /package/dist/src/interfaces/{browser.js → index.browser.js} +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/index.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/index.js +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/Hook.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/Hook.js +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/HookFn.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/HookFn.js +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/HookType.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/HookType.js +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/ReloadOption.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/ReloadOption.js +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/TransactionOption.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/TransactionOption.js +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/UpsertOptions.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/UpsertOptions.js +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/index.d.ts +0 -0
- /package/dist/src/interfaces/{db → nodejs/db}/sequelize/index.js +0 -0
- /package/dist/src/scripts/{base64-polyfill.d.ts → base64Polyfill.d.ts} +0 -0
- /package/dist/src/scripts/{base64-polyfill.js → base64Polyfill.js} +0 -0
- /package/dist/src/services/{browser.d.ts → index.browser.d.ts} +0 -0
- /package/dist/src/utils/{browser.d.ts → index.browser.d.ts} +0 -0
- /package/dist/src/utils/{browser.js → index.browser.js} +0 -0
- /package/dist/src/utils/{backend → nodejs}/HookUtils.d.ts +0 -0
- /package/dist/src/utils/{backend → nodejs}/HookUtils.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/index.browser';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./src/index.browser"), exports);
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14,9 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
|
|
18
|
-
__exportStar(require("./browser"), exports);
|
|
19
|
-
__exportStar(require("./src/constants"), exports);
|
|
20
|
-
__exportStar(require("./src/managers"), exports);
|
|
21
|
-
// services
|
|
22
|
-
__exportStar(require("./src/services"), exports);
|
|
17
|
+
__exportStar(require("./src/index"), exports);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './index.browser';
|
|
2
|
+
export * from './nodejs';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./index.browser"), exports);
|
|
18
|
+
__exportStar(require("./nodejs"), exports);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './constants/index.browser';
|
|
2
|
+
export * from './interfaces/index.browser';
|
|
3
|
+
export * from './managers/index.browser';
|
|
4
|
+
export * from './scripts/index.browser';
|
|
5
|
+
export * from './services/index.browser';
|
|
6
|
+
export * from './types/index.browser';
|
|
7
|
+
export * from './utils/index.browser';
|
|
@@ -14,9 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./
|
|
20
|
-
__exportStar(require("./
|
|
21
|
-
__exportStar(require("./
|
|
22
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./constants/index.browser"), exports);
|
|
18
|
+
__exportStar(require("./interfaces/index.browser"), exports);
|
|
19
|
+
__exportStar(require("./managers/index.browser"), exports);
|
|
20
|
+
__exportStar(require("./scripts/index.browser"), exports);
|
|
21
|
+
__exportStar(require("./services/index.browser"), exports);
|
|
22
|
+
__exportStar(require("./types/index.browser"), exports);
|
|
23
|
+
__exportStar(require("./utils/index.browser"), exports);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./index.browser"), exports);
|
|
18
|
+
__exportStar(require("./constants"), exports);
|
|
19
|
+
__exportStar(require("./interfaces"), exports);
|
|
20
|
+
__exportStar(require("./managers"), exports);
|
|
21
|
+
__exportStar(require("./scripts"), exports);
|
|
22
|
+
__exportStar(require("./services"), exports);
|
|
23
|
+
__exportStar(require("./types"), exports);
|
|
24
|
+
__exportStar(require("./utils"), exports);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './browser';
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './index.browser';
|
|
2
|
+
export * from './nodejs';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./browser"), exports);
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./index.browser"), exports);
|
|
18
|
+
__exportStar(require("./nodejs"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './db';
|
|
@@ -14,5 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./HookUtils"), exports);
|
|
17
|
+
__exportStar(require("./db"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './base64Polyfill';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./base64Polyfill"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './index.browser';
|
|
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./index.browser"), exports);
|
|
@@ -14,7 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
// Directories
|
|
18
17
|
__exportStar(require("./time"), exports);
|
|
19
|
-
// Files
|
|
20
18
|
__exportStar(require("./SessionService"), exports);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './browser';
|
|
1
|
+
export * from './index.browser';
|
|
2
2
|
export * from './redis';
|
|
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./browser"), exports);
|
|
18
|
-
// Directories
|
|
17
|
+
__exportStar(require("./index.browser"), exports);
|
|
19
18
|
__exportStar(require("./redis"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './IntRage';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./IntRage"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './index.browser';
|
package/dist/src/types/index.js
CHANGED
|
@@ -14,4 +14,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./index.browser"), exports);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './browser';
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './index.browser';
|
|
2
|
+
export * from './nodejs';
|
package/dist/src/utils/index.js
CHANGED
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./browser"), exports);
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./index.browser"), exports);
|
|
18
|
+
__exportStar(require("./nodejs"), exports);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ModelAttributeColumnOptions } from "sequelize";
|
|
1
|
+
import { ModelAttributeColumnOptions, WhereOptions } from "sequelize";
|
|
2
2
|
interface UuidColumnOptions extends Omit<ModelAttributeColumnOptions, 'type'> {
|
|
3
3
|
columnName: string;
|
|
4
4
|
}
|
|
@@ -33,5 +33,6 @@ export declare class SequelizeUtils {
|
|
|
33
33
|
allowNull: boolean;
|
|
34
34
|
}) => Partial<ModelAttributeColumnOptions>;
|
|
35
35
|
static getUuidColumn: ({ columnName, ...overrideOptions }: UuidColumnOptions) => Partial<ModelAttributeColumnOptions>;
|
|
36
|
+
static getNullableArrayFilter<T = undefined>(arr: (null | any)[]): WhereOptions<T>;
|
|
36
37
|
}
|
|
37
38
|
export {};
|
|
@@ -12,7 +12,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
};
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.SequelizeUtils = void 0;
|
|
15
|
-
const
|
|
15
|
+
const sequelize_1 = require("sequelize");
|
|
16
|
+
const UuidUtils_1 = require("../UuidUtils");
|
|
17
|
+
const constants_1 = require("../../constants");
|
|
16
18
|
class SequelizeUtils {
|
|
17
19
|
static decimal2Number(value) {
|
|
18
20
|
if (value === null || value === undefined) {
|
|
@@ -24,6 +26,21 @@ class SequelizeUtils {
|
|
|
24
26
|
}
|
|
25
27
|
return parsed;
|
|
26
28
|
}
|
|
29
|
+
static getNullableArrayFilter(arr) {
|
|
30
|
+
return {
|
|
31
|
+
[sequelize_1.Op.or]: arr.map(value => {
|
|
32
|
+
if (value === null) {
|
|
33
|
+
return { [sequelize_1.Op.is]: value };
|
|
34
|
+
}
|
|
35
|
+
else if (value === constants_1.NOT_NULL) {
|
|
36
|
+
return { [sequelize_1.Op.not]: null };
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
return { [sequelize_1.Op.eq]: value };
|
|
40
|
+
}
|
|
41
|
+
})
|
|
42
|
+
};
|
|
43
|
+
}
|
|
27
44
|
}
|
|
28
45
|
exports.SequelizeUtils = SequelizeUtils;
|
|
29
46
|
SequelizeUtils.getPrimaryUuidColumn = () => ({
|
|
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./HookUtils"), exports);
|
|
17
18
|
__exportStar(require("./SequelizeUtils"), exports);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powfix/core-js",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.24",
|
|
4
4
|
"description": "core package",
|
|
5
5
|
"author": "Kwon Kyung-Min <powfix@gmail.com>",
|
|
6
6
|
"private": false,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"homepage": "https://github.com/powfix/core-js",
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"main": "dist/index.js",
|
|
19
|
-
"browser": "dist/browser.js",
|
|
19
|
+
"browser": "dist/index.browser.js",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"clean": "rm -rf dist",
|
|
22
22
|
"build": "yarn clean; tsc -p ."
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"base-64": "^1.0.0",
|
|
29
29
|
"eventemitter3": "^5.0.1",
|
|
30
30
|
"jwt-decode": "^4.0.0",
|
|
31
|
-
"redis": "
|
|
31
|
+
"redis": "4.7.0",
|
|
32
32
|
"uuid": "9.0.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/base-64": "1.0.2",
|
|
36
36
|
"@types/node": "20.9.5",
|
|
37
37
|
"@types/uuid": "9.0.7",
|
|
38
|
-
"axios": "1.
|
|
38
|
+
"axios": "^1.8.4",
|
|
39
39
|
"moment": "^2.30.1",
|
|
40
|
-
"sequelize": "
|
|
40
|
+
"sequelize": "6.37.7",
|
|
41
41
|
"sequelize-typescript": "^2.1.6",
|
|
42
42
|
"ts-node": "^10.9.2",
|
|
43
|
-
"typescript": "5.
|
|
43
|
+
"typescript": "5.8.3"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"axios": ">=1.7.0",
|
package/dist/browser.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/constants/{transactionManager → nodejs}/TransactionManagerTimeoutAction.d.ts
RENAMED
|
File without changes
|
/package/dist/src/constants/{transactionManager → nodejs}/TransactionManagerTimeoutAction.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|