@shi_zhen/code-helper 0.1.4 → 0.1.5

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.d.mts CHANGED
@@ -1,3 +1,2 @@
1
- declare function getFoo(): string;
2
1
 
3
- export { getFoo };
2
+ export { }
package/dist/index.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- declare function getFoo(): string;
2
1
 
3
- export { getFoo };
2
+ export { }
package/dist/index.js CHANGED
@@ -1,35 +1,2 @@
1
1
  "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
-
20
- // src/index.ts
21
- var index_exports = {};
22
- __export(index_exports, {
23
- getFoo: () => getFoo
24
- });
25
- module.exports = __toCommonJS(index_exports);
26
-
27
- // src/foo.ts
28
- function getFoo() {
29
- return "foo";
30
- }
31
- // Annotate the CommonJS export names for ESM import in node:
32
- 0 && (module.exports = {
33
- getFoo
34
- });
35
2
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts","../src/foo.ts"],"sourcesContent":["export * from './foo';\n","export function getFoo() {\n return 'foo';\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAO,SAAS,SAAS;AACvB,SAAO;AACT;","names":[]}
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/dist/index.mjs CHANGED
@@ -1,8 +1 @@
1
- // src/foo.ts
2
- function getFoo() {
3
- return "foo";
4
- }
5
- export {
6
- getFoo
7
- };
8
1
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/foo.ts"],"sourcesContent":["export function getFoo() {\n return 'foo';\n}\n"],"mappings":";AAAO,SAAS,SAAS;AACvB,SAAO;AACT;","names":[]}
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shi_zhen/code-helper",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Code Helper - A unified tool to manage your Claude Code",
5
5
  "repository": {
6
6
  "type": "git",