@k4a_l/dirtreeist 0.1.1 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k4a_l/dirtreeist",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "kasahala",
@@ -9,7 +9,8 @@
9
9
  "dev": "ts-node-dev --respawn src/index.ts",
10
10
  "build": "rm -rf ./dist/ && tsc",
11
11
  "test": "vitest",
12
- "coverage": "vitest run --coverage"
12
+ "coverage": "vitest run --coverage",
13
+ "publsh": "build && npm publish --access=public"
13
14
  },
14
15
  "devDependencies": {
15
16
  "@types/jest": "^29.0.0",
package/dist/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import { parse } from "./modules/parse";
2
- import { convert } from "./modules/convert";
3
- import { DirTree } from "./types/index";
4
- export { parse, convert, DirTree };
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC"}
package/dist/index.js DELETED
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.convert = exports.parse = void 0;
4
- const parse_1 = require("./modules/parse");
5
- Object.defineProperty(exports, "parse", { enumerable: true, get: function () { return parse_1.parse; } });
6
- const convert_1 = require("./modules/convert");
7
- Object.defineProperty(exports, "convert", { enumerable: true, get: function () { return convert_1.convert; } });
8
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2CAAwC;AAK/B,sFALA,aAAK,OAKA;AAJd,+CAA4C;AAI5B,wFAJP,iBAAO,OAIO"}
@@ -1,3 +0,0 @@
1
- declare const convert: () => void;
2
- export { convert };
3
- //# sourceMappingURL=convert.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert.d.ts","sourceRoot":"","sources":["../../src/modules/convert.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,OAAO,YAAW,CAAC;AAEzB,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.convert = void 0;
4
- const convert = () => { };
5
- exports.convert = convert;
6
- //# sourceMappingURL=convert.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"convert.js","sourceRoot":"","sources":["../../src/modules/convert.ts"],"names":[],"mappings":";;;AAAA,MAAM,OAAO,GAAG,GAAG,EAAE,GAAE,CAAC,CAAC;AAEhB,0BAAO"}
@@ -1,3 +0,0 @@
1
- declare const parse: () => void;
2
- export { parse };
3
- //# sourceMappingURL=parse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.d.ts","sourceRoot":"","sources":["../../src/modules/parse.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,KAAK,YAAW,CAAC;AAEvB,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.parse = void 0;
4
- const parse = () => { };
5
- exports.parse = parse;
6
- //# sourceMappingURL=parse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.js","sourceRoot":"","sources":["../../src/modules/parse.ts"],"names":[],"mappings":";;;AAAA,MAAM,KAAK,GAAG,GAAG,EAAE,GAAE,CAAC,CAAC;AAEd,sBAAK"}
@@ -1,7 +0,0 @@
1
- declare type DirNode = {
2
- name: string;
3
- children: DirNode[];
4
- };
5
- declare type DirTree = DirNode[];
6
- export { DirTree };
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,aAAK,OAAO,GAAG;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,EAAE,CAAC;CACrB,CAAC;AAEF,aAAK,OAAO,GAAG,OAAO,EAAE,CAAC;AAEzB,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":""}