@zac-apps/helium 2.0.0-beta.9 → 2.0.0

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +18 -21
package/dist/index.js CHANGED
@@ -1803,13 +1803,13 @@ function HeliumGraph(_ref) {
1803
1803
 
1804
1804
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1805
1805
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), true).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1806
- var heliumLookupData = process.env.HELIUM_LOOKUP ? JSON.parse(process.env.HELIUM_LOOKUP) : {
1806
+ var heliumLookupData = process.env.HELIUM_LOOKUP || {
1807
1807
  lookup: {}
1808
1808
  };
1809
1809
  console.log("Helium Lookup Data:", heliumLookupData);
1810
1810
 
1811
1811
  // Site config
1812
- var site = process.env.SITE_CONFIG ? JSON.parse(process.env.SITE_CONFIG) : {};
1812
+ var site = process.env.SITE_CONFIG || {};
1813
1813
  console.log("Site Config:", site);
1814
1814
 
1815
1815
  // Principal function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zac-apps/helium",
3
- "version": "2.0.0-beta.9",
3
+ "version": "2.0.0",
4
4
  "scripts": {
5
5
  "rollup": "node_modules/rollup/dist/rollup.js",
6
6
  "dev": "next dev",
@@ -28,41 +28,38 @@
28
28
  "author": "ZAC",
29
29
  "license": "CC-BY-SA-4.0",
30
30
  "dependencies": {
31
- "mathjs": "^15.0.0",
31
+ "mathjs": "^15.1.0",
32
32
  "moment": "^2.30.1",
33
- "recharts": "^3.3.0",
33
+ "recharts": "^3.4.1",
34
34
  "regression": "^2.0.1",
35
35
  "use-immer": "^0.11.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/plugin-transform-runtime": "^7.28.5",
39
- "@pigment-css/nextjs-plugin": "^0.0.30",
39
+ "@emotion/react": "^11.14.0",
40
+ "@emotion/styled": "^11.14.1",
40
41
  "@rollup/plugin-babel": "^6.1.0",
41
- "@rollup/plugin-commonjs": "^28.0.9",
42
+ "@rollup/plugin-commonjs": "^29.0.0",
42
43
  "@rollup/plugin-json": "^6.1.0",
43
44
  "@rollup/plugin-node-resolve": "^16.0.3",
44
45
  "@semantic-release/git": "^10.0.1",
45
46
  "@semantic-release/gitlab": "^13.2.9",
46
- "@semantic-release/npm": "^13.1.1",
47
- "@storybook/addon-links": "^10.0.1",
48
- "@storybook/addon-onboarding": "^10.0.1",
49
- "@storybook/nextjs": "^10.0.1",
50
- "@storybook/react": "^10.0.1",
47
+ "@semantic-release/npm": "^13.1.2",
48
+ "@storybook/addon-links": "^10.0.8",
49
+ "@storybook/addon-onboarding": "^10.0.8",
50
+ "@storybook/nextjs": "^10.0.8",
51
+ "@storybook/react": "^10.0.8",
51
52
  "babel-loader": "^10.0.0",
52
53
  "eslint": "^9",
53
- "eslint-config-next": "16.0.1",
54
- "eslint-plugin-storybook": "^10.0.1",
55
- "next": "^15",
56
- "rollup": "^4.52.5",
57
- "semantic-release": "^25.0.1",
58
- "storybook": "^10.0.1"
54
+ "eslint-config-next": "16.0.3",
55
+ "eslint-plugin-storybook": "^10.0.8",
56
+ "rollup": "^4.53.3",
57
+ "semantic-release": "^25.0.2",
58
+ "storybook": "^10.0.8"
59
59
  },
60
60
  "peerDependencies": {
61
- "@mui/icons-material": "^7",
62
- "@mui/material": "^7",
63
- "@mui/material-pigment-css": "^7",
64
- "@pigment-css/react": "^0",
65
- "@zac-apps/commons": "^2.0.0-beta",
61
+ "@zac-apps/commons": "^2",
62
+ "next": "^16 || ^15",
66
63
  "react": "^19 || ^18",
67
64
  "react-dom": "^19 || ^18"
68
65
  },