@mparticle/aquarium 1.61.0 → 1.62.0-operation-prism-shift.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.61.0",
3
+ "version": "1.62.0-operation-prism-shift.4",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -10,7 +10,8 @@
10
10
  ],
11
11
  "repository": "https://github.com/mParticle/aquarium/",
12
12
  "publishConfig": {
13
- "access": "public"
13
+ "access": "public",
14
+ "registry": "https://registry.npmjs.org"
14
15
  },
15
16
  "type": "module",
16
17
  "types": "dist/index.d.ts",
@@ -24,6 +25,9 @@
24
25
  "dist/style.ts",
25
26
  "dist/src"
26
27
  ],
28
+ "engines": {
29
+ "node": ">=24.12.0"
30
+ },
27
31
  "peerDependencies": {
28
32
  "antd": "5.24.x",
29
33
  "dayjs": "1.11.x",
@@ -35,6 +39,7 @@
35
39
  "@commitlint/config-conventional": "19.1.0",
36
40
  "@faker-js/faker": "8.4.1",
37
41
  "@semantic-release/changelog": "6.0.3",
42
+ "@semantic-release/exec": "^7.1.0",
38
43
  "@semantic-release/git": "10.0.1",
39
44
  "@storybook/addon-essentials": "8.3.6",
40
45
  "@storybook/addon-interactions": "8.3.6",
@@ -63,8 +68,8 @@
63
68
  "eslint-plugin-react": "7.33.2",
64
69
  "eslint-plugin-react-hooks": "4.6.0",
65
70
  "factory.ts": "1.4.1",
66
- "http-server": "14.1.1",
67
71
  "highcharts": "12.1.2",
72
+ "http-server": "14.1.1",
68
73
  "husky": "9.0.11",
69
74
  "jsdom": "24.1.3",
70
75
  "mdx-mermaid": "^2.0.1",
@@ -73,6 +78,7 @@
73
78
  "postcss-nested": "6.2.0",
74
79
  "prettier": "3.3.2",
75
80
  "remark-gfm": "^4.0.0",
81
+ "semantic-release": "25.0.2",
76
82
  "shx": "^0.3.4",
77
83
  "storybook": "8.3.6",
78
84
  "stylelint": "16.2.0",
@@ -128,8 +134,8 @@
128
134
  }
129
135
  },
130
136
  "dependencies": {
131
- "lodash.clonedeep": "4.5.0",
132
137
  "@types/fnv-plus": "1.3.1",
133
- "fnv-plus": "1.3.1"
138
+ "fnv-plus": "1.3.1",
139
+ "lodash.clonedeep": "4.5.0"
134
140
  }
135
141
  }