@guanghechen/filepart 1.0.2 → 1.0.4

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/lib/cjs/index.cjs CHANGED
@@ -84,4 +84,3 @@ Object.keys(filepart_types).forEach(function (k) {
84
84
  get: function () { return filepart_types[k]; }
85
85
  });
86
86
  });
87
- //# sourceMappingURL=index.cjs.map
package/lib/esm/index.mjs CHANGED
@@ -73,4 +73,3 @@ function* calcFilePartNamesByCount(partTotal, partCodePrefix) {
73
73
  }
74
74
 
75
75
  export { calcFilePartItemsByCount, calcFilePartItemsBySize, calcFilePartNames, calcFilePartNamesByCount };
76
- //# sourceMappingURL=index.mjs.map
@@ -28,4 +28,3 @@ declare function calcFilePartNames(parts: ReadonlyArray<Pick<IFilePartItem, 'sid
28
28
  declare function calcFilePartNamesByCount(partTotal: number, partCodePrefix: string): IterableIterator<string>;
29
29
 
30
30
  export { calcFilePartItemsByCount, calcFilePartItemsBySize, calcFilePartNames, calcFilePartNamesByCount };
31
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/filepart",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "File helper",
5
5
  "author": {
6
6
  "name": "guanghechen",
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/guanghechen/sora/tree/@guanghechen/filepart@1.0.1",
11
+ "url": "https://github.com/guanghechen/sora/tree/@guanghechen/filepart@1.0.3",
12
12
  "directory": "packages/filepart"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/filepart@1.0.1/packages/filepart#readme",
14
+ "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/filepart@1.0.3/packages/filepart#readme",
15
15
  "keywords": [
16
16
  "file helper",
17
17
  "split file",
@@ -40,8 +40,8 @@
40
40
  "README.md"
41
41
  ],
42
42
  "dependencies": {
43
- "@guanghechen/filepart.types": "^1.0.2",
44
- "@guanghechen/invariant": "^6.0.3"
43
+ "@guanghechen/filepart.types": "^1.0.3",
44
+ "@guanghechen/invariant": "^6.0.5"
45
45
  },
46
- "gitHead": "4d896054ffb818e22b520d50cb4030ec09abc277"
46
+ "gitHead": "163ec00ff9d6f2d26673bccd3b6f6f31db195d7a"
47
47
  }