@walkeros/explorer 4.5.0 → 4.5.1-next-1788726985928

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/CHANGELOG.md +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @walkeros/explorer
2
2
 
3
+ ## 4.5.1-next-1788726985928
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8802281]
8
+ - @walkeros/collector@4.5.1-next-1788726985928
9
+ - @walkeros/web-source-browser@4.5.1-next-1788726985928
10
+ - @walkeros/core@4.5.1-next-1788726985928
11
+ - @walkeros/web-core@4.5.1-next-1788726985928
12
+
3
13
  ## 4.5.0
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/explorer",
3
- "version": "4.5.0",
3
+ "version": "4.5.1-next-1788726985928",
4
4
  "description": "Interactive React components for walkerOS documentation and exploration",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -36,10 +36,10 @@
36
36
  "@rjsf/core": "^6.1.2",
37
37
  "@rjsf/utils": "^6.1.2",
38
38
  "@rjsf/validator-ajv8": "^6.1.2",
39
- "@walkeros/collector": "4.5.0",
40
- "@walkeros/core": "4.5.0",
41
- "@walkeros/web-core": "4.5.0",
42
- "@walkeros/web-source-browser": "4.5.0",
39
+ "@walkeros/collector": "4.5.1-next-1788726985928",
40
+ "@walkeros/core": "4.5.1-next-1788726985928",
41
+ "@walkeros/web-core": "4.5.1-next-1788726985928",
42
+ "@walkeros/web-source-browser": "4.5.1-next-1788726985928",
43
43
  "clsx": "^2.1.1",
44
44
  "monaco-editor": "^0.55.1",
45
45
  "prettier": "^3.7.4",
@@ -65,8 +65,8 @@
65
65
  "@typescript-eslint/eslint-plugin": "^8.28.0",
66
66
  "@typescript-eslint/parser": "^8.28.0",
67
67
  "@vitejs/plugin-react": "^6.0.2",
68
- "@walkeros/config": "4.5.0",
69
- "@walkeros/web-destination-gtag": "4.5.0",
68
+ "@walkeros/config": "4.5.1-next-1788726985928",
69
+ "@walkeros/web-destination-gtag": "4.5.1-next-1788726985928",
70
70
  "eslint": "^9.23.0",
71
71
  "eslint-plugin-jest": "^29.15.2",
72
72
  "eslint-plugin-storybook": "^10.1.11",