@guanghechen/path 1.0.1 → 1.0.3

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
@@ -274,4 +274,3 @@ Object.keys(path_types).forEach(function (k) {
274
274
  get: function () { return path_types[k]; }
275
275
  });
276
276
  });
277
- //# sourceMappingURL=index.cjs.map
package/lib/esm/index.mjs CHANGED
@@ -256,4 +256,3 @@ const pathResolver = new PathResolver();
256
256
  const urlPathResolver = new UrlPathResolver();
257
257
 
258
258
  export { PathResolver, UrlPathResolver, WorkspacePathResolver, findNearestFilepath, locateNearestFilepath, pathResolver, urlPathResolver };
259
- //# sourceMappingURL=index.mjs.map
@@ -71,4 +71,3 @@ declare const pathResolver: IPathResolver;
71
71
  declare const urlPathResolver: IPathResolver;
72
72
 
73
73
  export { PathResolver, UrlPathResolver, WorkspacePathResolver, findNearestFilepath, locateNearestFilepath, pathResolver, urlPathResolver };
74
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guanghechen/path",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Path utils.",
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/path@1.0.0",
11
+ "url": "https://github.com/guanghechen/sora/tree/@guanghechen/path@1.0.2",
12
12
  "directory": "packages/path"
13
13
  },
14
- "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/path@1.0.0/packages/path#readme",
14
+ "homepage": "https://github.com/guanghechen/sora/tree/@guanghechen/path@1.0.2/packages/path#readme",
15
15
  "type": "module",
16
16
  "exports": {
17
17
  ".": {
@@ -35,7 +35,7 @@
35
35
  "README.md"
36
36
  ],
37
37
  "dependencies": {
38
- "@guanghechen/path.types": "^1.0.1"
38
+ "@guanghechen/path.types": "^1.0.3"
39
39
  },
40
- "gitHead": "e4d3bb66f61d6bf0a771d6c805dc1eb1ea31361d"
40
+ "gitHead": "c46c7cc64c02c61047fbc7dff2ce8f6b21d4da2c"
41
41
  }