@walkeros/explorer 0.3.0 → 0.3.1

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.
@@ -14,7 +14,7 @@ import {
14
14
  removeDestinationType,
15
15
  removeTypeLibrary,
16
16
  updateTypeLibrary
17
- } from "./chunk-P5UDSGZL.mjs";
17
+ } from "./chunk-BEAIHYJ5.mjs";
18
18
  export {
19
19
  addDestinationType,
20
20
  addFunctionContextTypes,
@@ -31,4 +31,4 @@ export {
31
31
  removeTypeLibrary,
32
32
  updateTypeLibrary
33
33
  };
34
- //# sourceMappingURL=monaco-types-T3WXA7KH.mjs.map
34
+ //# sourceMappingURL=monaco-types-GBPMPIMU.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/explorer",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Interactive React components for walkerOS documentation and exploration",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -39,10 +39,11 @@
39
39
  "@rjsf/validator-ajv8": "^5.24.13",
40
40
  "clsx": "^2.1.1",
41
41
  "monaco-editor": "^0.54.0",
42
+ "prettier": "^3.6.2",
42
43
  "tailwind-merge": "^2.5.5"
43
44
  },
44
45
  "peerDependencies": {
45
- "@walkeros/core": "^0.3.0",
46
+ "@walkeros/core": "^0.3.1",
46
47
  "react": ">=18.0.0",
47
48
  "react-dom": ">=18.0.0"
48
49
  },
@@ -64,16 +65,15 @@
64
65
  "@types/react": "^19.0.2",
65
66
  "@types/react-dom": "^19.0.2",
66
67
  "@vitejs/plugin-react": "^5.1.0",
67
- "@walkeros/collector": "^0.3.0",
68
+ "@walkeros/collector": "^0.3.1",
68
69
  "@walkeros/config": "^0.1.3",
69
- "@walkeros/core": "^0.3.0",
70
- "@walkeros/web-destination-gtag": "^0.3.0",
71
- "@walkeros/web-source-browser": "^0.3.0",
70
+ "@walkeros/core": "^0.3.1",
71
+ "@walkeros/web-destination-gtag": "^0.3.1",
72
+ "@walkeros/web-source-browser": "^0.3.2",
72
73
  "eslint-plugin-storybook": "^10.0.4",
73
74
  "husky": "^9.1.7",
74
75
  "identity-obj-proxy": "^3.0.0",
75
76
  "lint-staged": "^16.2.6",
76
- "prettier": "^3.6.2",
77
77
  "rehype-external-links": "^3.0.0",
78
78
  "rehype-slug": "^6.0.0",
79
79
  "sass": "^1.93.2",