@hz-9/a5-core 0.2.0-alpha.56 → 0.2.0-alpha.58

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.
@@ -0,0 +1,2 @@
1
+ import axios from 'axios';
2
+ export = axios;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const axios_1 = __importDefault(require("axios"));
6
+ module.exports = axios_1.default;
7
+ //# sourceMappingURL=axios.js.map
@@ -0,0 +1,2 @@
1
+ import dayjs from 'dayjs';
2
+ export = dayjs;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const dayjs_1 = __importDefault(require("dayjs"));
6
+ module.exports = dayjs_1.default;
7
+ //# sourceMappingURL=dayjs.js.map
@@ -0,0 +1,2 @@
1
+ import fse from 'fs-extra';
2
+ export = fse;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const fs_extra_1 = __importDefault(require("fs-extra"));
6
+ module.exports = fs_extra_1.default;
7
+ //# sourceMappingURL=fs-extra.js.map
@@ -0,0 +1,2 @@
1
+ import ms from 'ms';
2
+ export = ms;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const ms_1 = __importDefault(require("ms"));
6
+ module.exports = ms_1.default;
7
+ //# sourceMappingURL=ms.js.map
@@ -0,0 +1,2 @@
1
+ import { nanoid } from 'nanoid';
2
+ export = nanoid;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ const nanoid_1 = require("nanoid");
3
+ module.exports = nanoid_1.nanoid;
4
+ //# sourceMappingURL=nanoid.js.map
@@ -0,0 +1,2 @@
1
+ import pug from 'pug';
2
+ export = pug;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const pug_1 = __importDefault(require("pug"));
6
+ module.exports = pug_1.default;
7
+ //# sourceMappingURL=pug.js.map
@@ -0,0 +1 @@
1
+ export * from 'type-fest';
@@ -0,0 +1,18 @@
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("type-fest"), exports);
18
+ //# sourceMappingURL=type-fest.js.map
@@ -0,0 +1,2 @@
1
+ import UAParser from 'ua-parser-js';
2
+ export = UAParser;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const ua_parser_js_1 = __importDefault(require("ua-parser-js"));
6
+ module.exports = ua_parser_js_1.default;
7
+ //# sourceMappingURL=ua-parser-js.js.map
@@ -0,0 +1,2 @@
1
+ import upath from 'upath';
2
+ export = upath;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ const upath_1 = __importDefault(require("upath"));
6
+ module.exports = upath_1.default;
7
+ //# sourceMappingURL=upath.js.map
@@ -0,0 +1,2 @@
1
+ import * as uuid from 'uuid';
2
+ export = uuid;
@@ -0,0 +1,27 @@
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ const uuid = __importStar(require("uuid"));
26
+ module.exports = uuid;
27
+ //# sourceMappingURL=uuid.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hz-9/a5-core",
3
- "version": "0.2.0-alpha.56",
3
+ "version": "0.2.0-alpha.58",
4
4
  "description": "The core library for the `@hz-9/a5-*` series of repositories.",
5
5
  "keywords": [
6
6
  "nest",
@@ -23,6 +23,46 @@
23
23
  "require": "./dist/index.js",
24
24
  "types": "./dist/index.d.ts"
25
25
  },
26
+ "./axios": {
27
+ "require": "./dist/plugins/axios.js",
28
+ "types": "./dist/plugins/axios.d.ts"
29
+ },
30
+ "./dayjs": {
31
+ "require": "./dist/plugins/dayjs.js",
32
+ "types": "./dist/plugins/dayjs.d.ts"
33
+ },
34
+ "./fs-extra": {
35
+ "require": "./dist/plugins/fs-extra.js",
36
+ "types": "./dist/plugins/fs-extra.d.ts"
37
+ },
38
+ "./nanoid": {
39
+ "require": "./dist/plugins/nanoid.js",
40
+ "types": "./dist/plugins/nanoid.d.ts"
41
+ },
42
+ "./pug": {
43
+ "require": "./dist/plugins/pug.js",
44
+ "types": "./dist/plugins/pug.d.ts"
45
+ },
46
+ "./type-fest": {
47
+ "require": "./dist/plugins/type-fest.js",
48
+ "types": "./dist/plugins/type-fest.d.ts"
49
+ },
50
+ "./upath": {
51
+ "require": "./dist/plugins/upath.js",
52
+ "types": "./dist/plugins/upath.d.ts"
53
+ },
54
+ "./ua-parser-js": {
55
+ "require": "./dist/plugins/ua-parser-js.js",
56
+ "types": "./dist/plugins/ua-parser-js.d.ts"
57
+ },
58
+ "./uuid": {
59
+ "require": "./dist/plugins/uuid.js",
60
+ "types": "./dist/plugins/uuid.d.ts"
61
+ },
62
+ "./ms": {
63
+ "require": "./dist/plugins/ms.js",
64
+ "types": "./dist/plugins/ms.d.ts"
65
+ },
26
66
  "./*": {
27
67
  "require": "./dist/*.js",
28
68
  "types": "./dist/*.d.ts"