@stryke/path 0.3.1 → 0.3.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.
Files changed (53) hide show
  1. package/dist/file-path-fns.cjs +105 -0
  2. package/dist/{utilities/file-path-fns.d.ts → file-path-fns.d.ts} +1 -1
  3. package/dist/file-path-fns.mjs +1 -0
  4. package/dist/{workspace/get-workspace-root.cjs → get-workspace-root.cjs} +3 -3
  5. package/dist/get-workspace-root.mjs +1 -0
  6. package/dist/index.cjs +100 -12
  7. package/dist/index.d.ts +10 -2
  8. package/dist/index.mjs +1 -1
  9. package/dist/join-paths.cjs +17 -0
  10. package/dist/join-paths.d.ts +11 -0
  11. package/dist/join-paths.mjs +1 -0
  12. package/dist/{utilities/normalize-path.cjs → normalize-path.cjs} +23 -21
  13. package/dist/{utilities/normalize-path.d.ts → normalize-path.d.ts} +2 -17
  14. package/dist/normalize-path.mjs +1 -0
  15. package/dist/{resolve/resolve.cjs → resolve.cjs} +2 -2
  16. package/dist/{resolve/resolve.d.ts → resolve.d.ts} +7 -7
  17. package/package.json +83 -168
  18. package/dist/resolve/index.cjs +0 -16
  19. package/dist/resolve/index.d.ts +0 -1
  20. package/dist/resolve/index.mjs +0 -1
  21. package/dist/utilities/file-path-fns.cjs +0 -105
  22. package/dist/utilities/file-path-fns.mjs +0 -1
  23. package/dist/utilities/index.cjs +0 -93
  24. package/dist/utilities/index.d.ts +0 -8
  25. package/dist/utilities/index.mjs +0 -1
  26. package/dist/utilities/join-paths.cjs +0 -16
  27. package/dist/utilities/join-paths.d.ts +0 -7
  28. package/dist/utilities/join-paths.mjs +0 -1
  29. package/dist/utilities/normalize-path.mjs +0 -1
  30. package/dist/workspace/get-workspace-root.mjs +0 -1
  31. package/dist/workspace/index.cjs +0 -27
  32. package/dist/workspace/index.d.ts +0 -2
  33. package/dist/workspace/index.mjs +0 -1
  34. /package/dist/{workspace/asset-extensions.cjs → asset-extensions.cjs} +0 -0
  35. /package/dist/{workspace/asset-extensions.d.ts → asset-extensions.d.ts} +0 -0
  36. /package/dist/{workspace/asset-extensions.mjs → asset-extensions.mjs} +0 -0
  37. /package/dist/{utilities/delimiter.cjs → delimiter.cjs} +0 -0
  38. /package/dist/{utilities/delimiter.d.ts → delimiter.d.ts} +0 -0
  39. /package/dist/{utilities/delimiter.mjs → delimiter.mjs} +0 -0
  40. /package/dist/{utilities/exists.cjs → exists.cjs} +0 -0
  41. /package/dist/{utilities/exists.d.ts → exists.d.ts} +0 -0
  42. /package/dist/{utilities/exists.mjs → exists.mjs} +0 -0
  43. /package/dist/{utilities/get-parent-path.cjs → get-parent-path.cjs} +0 -0
  44. /package/dist/{utilities/get-parent-path.d.ts → get-parent-path.d.ts} +0 -0
  45. /package/dist/{utilities/get-parent-path.mjs → get-parent-path.mjs} +0 -0
  46. /package/dist/{workspace/get-workspace-root.d.ts → get-workspace-root.d.ts} +0 -0
  47. /package/dist/{utilities/is-file.cjs → is-file.cjs} +0 -0
  48. /package/dist/{utilities/is-file.d.ts → is-file.d.ts} +0 -0
  49. /package/dist/{utilities/is-file.mjs → is-file.mjs} +0 -0
  50. /package/dist/{utilities/is-root-dir.cjs → is-root-dir.cjs} +0 -0
  51. /package/dist/{utilities/is-root-dir.d.ts → is-root-dir.d.ts} +0 -0
  52. /package/dist/{utilities/is-root-dir.mjs → is-root-dir.mjs} +0 -0
  53. /package/dist/{resolve/resolve.mjs → resolve.mjs} +0 -0
@@ -1,27 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _assetExtensions = require("./asset-extensions.cjs");
7
- Object.keys(_assetExtensions).forEach(function (key) {
8
- if (key === "default" || key === "__esModule") return;
9
- if (key in exports && exports[key] === _assetExtensions[key]) return;
10
- Object.defineProperty(exports, key, {
11
- enumerable: true,
12
- get: function () {
13
- return _assetExtensions[key];
14
- }
15
- });
16
- });
17
- var _getWorkspaceRoot = require("./get-workspace-root.cjs");
18
- Object.keys(_getWorkspaceRoot).forEach(function (key) {
19
- if (key === "default" || key === "__esModule") return;
20
- if (key in exports && exports[key] === _getWorkspaceRoot[key]) return;
21
- Object.defineProperty(exports, key, {
22
- enumerable: true,
23
- get: function () {
24
- return _getWorkspaceRoot[key];
25
- }
26
- });
27
- });
@@ -1,2 +0,0 @@
1
- export * from "./asset-extensions";
2
- export * from "./get-workspace-root";
@@ -1 +0,0 @@
1
- export*from"./asset-extensions";export*from"./get-workspace-root";
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes