pangea-helpers 1.0.8 → 1.0.10

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 (34) hide show
  1. package/dist/animation.cjs.js +1 -0
  2. package/dist/animation.es.js +4 -0
  3. package/dist/coins.cjs.js +1 -0
  4. package/dist/{pangea-helpers/coins.es.js → coins.es.js} +1 -1
  5. package/dist/datetime.cjs.js +1 -0
  6. package/dist/datetime.es.js +4 -0
  7. package/dist/index.cjs.js +1 -0
  8. package/dist/index.es.js +12 -0
  9. package/dist/object.cjs.js +1 -0
  10. package/dist/{pangea-helpers/object.es.js → object.es.js} +1 -1
  11. package/dist/url.cjs.js +1 -0
  12. package/dist/url.es.js +4 -0
  13. package/package.json +22 -22
  14. package/dist/pangea-helpers/animation.cjs.js +0 -1
  15. package/dist/pangea-helpers/animation.es.js +0 -4
  16. package/dist/pangea-helpers/coins.cjs.js +0 -1
  17. package/dist/pangea-helpers/datetime.cjs.js +0 -1
  18. package/dist/pangea-helpers/datetime.es.js +0 -4
  19. package/dist/pangea-helpers/index.cjs.js +0 -1
  20. package/dist/pangea-helpers/index.es.js +0 -12
  21. package/dist/pangea-helpers/object.cjs.js +0 -1
  22. package/dist/pangea-helpers/url.cjs.js +0 -1
  23. package/dist/pangea-helpers/url.es.js +0 -4
  24. /package/dist/{pangea-helpers/types → types}/animation.d.ts +0 -0
  25. /package/dist/{pangea-helpers/types → types}/coins.d.ts +0 -0
  26. /package/dist/{pangea-helpers/types → types}/datetime.d.ts +0 -0
  27. /package/dist/{pangea-helpers/types → types}/helpers/animation.d.ts +0 -0
  28. /package/dist/{pangea-helpers/types → types}/helpers/coins.d.ts +0 -0
  29. /package/dist/{pangea-helpers/types → types}/helpers/datetime.d.ts +0 -0
  30. /package/dist/{pangea-helpers/types → types}/helpers/object.d.ts +0 -0
  31. /package/dist/{pangea-helpers/types → types}/helpers/url.d.ts +0 -0
  32. /package/dist/{pangea-helpers/types → types}/index.d.ts +0 -0
  33. /package/dist/{pangea-helpers/types → types}/object.d.ts +0 -0
  34. /package/dist/{pangea-helpers/types → types}/url.d.ts +0 -0
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./animation-7f5dcead.cjs");exports.animateCSS=e.animateCSS;
@@ -0,0 +1,4 @@
1
+ import { b as m } from "./animation-007b9ade.js";
2
+ export {
3
+ m as animateCSS
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./coins-57a3ecf7.cjs");exports.displayValue=e.displayValue;exports.getAmountToDisplay=e.getAmountToDisplay;exports.getDollarValue=e.getDollarValue;
@@ -1,4 +1,4 @@
1
- import { d as e, g as o, a as s } from "../coins-be0848b2.js";
1
+ import { d as e, g as o, a as s } from "./coins-be0848b2.js";
2
2
  export {
3
3
  e as displayValue,
4
4
  o as getAmountToDisplay,
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./datetime-2175a7f7.cjs");exports.displayDatetime=e.displayDatetime;
@@ -0,0 +1,4 @@
1
+ import { a as t } from "./datetime-b20de5a0.js";
2
+ export {
3
+ t as displayDatetime
4
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./animation-7f5dcead.cjs"),t=require("./coins-57a3ecf7.cjs"),r=require("./datetime-2175a7f7.cjs"),i=require("./object-d8cc8ea7.cjs"),o=require("./url-8700ca4a.cjs");exports.animationHelpers=e.animation;exports.coinsHelpers=t.coins;exports.datetimeHelpers=r.datetime;exports.objectHelpers=i.object;exports.urlHelpers=o.url;
@@ -0,0 +1,12 @@
1
+ import { a as o } from "./animation-007b9ade.js";
2
+ import { c as p } from "./coins-be0848b2.js";
3
+ import { d as t } from "./datetime-b20de5a0.js";
4
+ import { o as l } from "./object-7a404c78.js";
5
+ import { u as x } from "./url-af97fdaa.js";
6
+ export {
7
+ o as animationHelpers,
8
+ p as coinsHelpers,
9
+ t as datetimeHelpers,
10
+ l as objectHelpers,
11
+ x as urlHelpers
12
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./object-d8cc8ea7.cjs");exports.copyAvailableFields=e.copyAvailableFields;exports.copyModelFields=e.copyModelFields;
@@ -1,4 +1,4 @@
1
- import { a as l, c as o } from "../object-7a404c78.js";
1
+ import { a as l, c as o } from "./object-7a404c78.js";
2
2
  export {
3
3
  l as copyAvailableFields,
4
4
  o as copyModelFields
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./url-8700ca4a.cjs");exports.isCurrentUrl=r.isCurrentUrl;
package/dist/url.es.js ADDED
@@ -0,0 +1,4 @@
1
+ import { i } from "./url-af97fdaa.js";
2
+ export {
3
+ i as isCurrentUrl
4
+ };
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
1
  {
2
2
  "name": "pangea-helpers",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
8
8
  ],
9
- "main": "./dist/index.umd.cjs",
10
- "module": "./dist/index.js",
9
+ "main": "./dist/index.cjs.js",
10
+ "module": "./dist/index.es.js",
11
11
  "exports": {
12
12
  ".": {
13
- "import": "./dist/index.js",
14
- "require": "./dist/index.umd.cjs",
15
- "types": "./dist/pangea-helpers/types/index.d.ts"
13
+ "require": "./dist/index.cjs.js",
14
+ "import": "./dist/index.es.js",
15
+ "types": "./dist/types/index.d.ts"
16
16
  },
17
17
  "./animation": {
18
- "import": "./dist/pangea-helpers/animation.es.js",
19
- "require": "./dist/pangea-helpers/animation.umd.cjs",
20
- "types": "./dist/pangea-helpers/types/helpers/animation.d.ts"
18
+ "require": "./dist/animation.cjs.js",
19
+ "import": "./dist/animation.es.js",
20
+ "types": "./dist/types/helpers/animation.d.ts"
21
21
  },
22
22
  "./coins": {
23
- "import": "./dist/pangea-helpers/coins.es.js",
24
- "require": "./dist/pangea-helpers/coins.umd.cjs",
25
- "types": "./dist/pangea-helpers/types/helpers/coins.d.ts"
23
+ "require": "./dist/coins.cjs.js",
24
+ "import": "./dist/coins.es.js",
25
+ "types": "./dist/types/helpers/coins.d.ts"
26
26
  },
27
27
  "./datetime": {
28
- "import": "./dist/pangea-helpers/datetime.es.js",
29
- "require": "./dist/pangea-helpers/datetime.umd.cjs",
30
- "types": "./dist/pangea-helpers/types/helpers/datetime.d.ts"
28
+ "require": "./dist/datetime.cjs.js",
29
+ "import": "./dist/datetime.es.js",
30
+ "types": "./dist/types/helpers/datetime.d.ts"
31
31
  },
32
32
  "./object": {
33
- "import": "./dist/pangea-helpers/object.es.js",
34
- "require": "./dist/pangea-helpers/object.umd.cjs",
35
- "types": "./dist/pangea-helpers/types/helpers/object.d.ts"
33
+ "require": "./dist/object.cjs.js",
34
+ "import": "./dist/object.es.js",
35
+ "types": "./dist/types/helpers/object.d.ts"
36
36
  },
37
37
  "./url": {
38
- "import": "./dist/pangea-helpers/url.es.js",
39
- "require": "./dist/pangea-helpers/url.umd.cjs",
40
- "types": "./dist/pangea-helpers/types/helpers/url.d.ts"
38
+ "require": "./dist/url.cjs.js",
39
+ "import": "./dist/url.es.js",
40
+ "types": "./dist/types/helpers/url.d.ts"
41
41
  }
42
42
  },
43
- "types": "./dist/pangea-helpers/types/index.d.ts",
43
+ "types": "./dist/types/index.d.ts",
44
44
  "scripts": {
45
45
  "build": "tsc && vite build",
46
46
  "deploy": "node deploy.js"
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../animation-7f5dcead.cjs");exports.animateCSS=e.animateCSS;
@@ -1,4 +0,0 @@
1
- import { b as m } from "../animation-007b9ade.js";
2
- export {
3
- m as animateCSS
4
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../coins-57a3ecf7.cjs");exports.displayValue=e.displayValue;exports.getAmountToDisplay=e.getAmountToDisplay;exports.getDollarValue=e.getDollarValue;
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../datetime-2175a7f7.cjs");exports.displayDatetime=e.displayDatetime;
@@ -1,4 +0,0 @@
1
- import { a as t } from "../datetime-b20de5a0.js";
2
- export {
3
- t as displayDatetime
4
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../animation-7f5dcead.cjs"),t=require("../coins-57a3ecf7.cjs"),r=require("../datetime-2175a7f7.cjs"),i=require("../object-d8cc8ea7.cjs"),o=require("../url-8700ca4a.cjs");exports.animationHelpers=e.animation;exports.coinsHelpers=t.coins;exports.datetimeHelpers=r.datetime;exports.objectHelpers=i.object;exports.urlHelpers=o.url;
@@ -1,12 +0,0 @@
1
- import { a as o } from "../animation-007b9ade.js";
2
- import { c as p } from "../coins-be0848b2.js";
3
- import { d as t } from "../datetime-b20de5a0.js";
4
- import { o as l } from "../object-7a404c78.js";
5
- import { u as x } from "../url-af97fdaa.js";
6
- export {
7
- o as animationHelpers,
8
- p as coinsHelpers,
9
- t as datetimeHelpers,
10
- l as objectHelpers,
11
- x as urlHelpers
12
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../object-d8cc8ea7.cjs");exports.copyAvailableFields=e.copyAvailableFields;exports.copyModelFields=e.copyModelFields;
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../url-8700ca4a.cjs");exports.isCurrentUrl=r.isCurrentUrl;
@@ -1,4 +0,0 @@
1
- import { i } from "../url-af97fdaa.js";
2
- export {
3
- i as isCurrentUrl
4
- };
File without changes
File without changes
File without changes