@linked365/pptb-flowfinder 0.1.9 → 0.2.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.
package/dist/index.html CHANGED
@@ -9,6 +9,6 @@
9
9
  <body>
10
10
  <div id="root"></div>
11
11
 
12
- <script src="./assets/index-bZDwkcSu.js"></script>
12
+ <script src="./assets/index-D63BbEik.js"></script>
13
13
  </body>
14
14
  </html>
@@ -1,16 +1,17 @@
1
1
  {
2
- "name": "pptb-flowfinder",
3
- "version": "0.1.9",
2
+ "name": "@linked365/pptb-flowfinder",
3
+ "version": "0.2.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
- "name": "pptb-flowfinder",
9
- "version": "0.1.9",
8
+ "name": "@linked365/pptb-flowfinder",
9
+ "version": "0.2.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fluentui/react-components": "^9.72.9",
13
13
  "@fluentui/react-icons": "^2.0.316",
14
+ "@microlink/react-json-view": "^1.27.1",
14
15
  "ag-grid-community": "^35.0.0",
15
16
  "ag-grid-react": "^35.0.0",
16
17
  "mobx": "^6.15.0",
@@ -2442,6 +2443,24 @@
2442
2443
  "@jridgewell/sourcemap-codec": "^1.4.14"
2443
2444
  }
2444
2445
  },
2446
+ "node_modules/@microlink/react-json-view": {
2447
+ "version": "1.27.1",
2448
+ "resolved": "https://registry.npmjs.org/@microlink/react-json-view/-/react-json-view-1.27.1.tgz",
2449
+ "integrity": "sha512-HUhKcaXB8QQvOWYNBXm8p6x6SPvXzmWjc0gP6GHN+kdpWOwniUdikJe9+GHB4/tuft92idaHXTxhDJZEMW966g==",
2450
+ "license": "MIT",
2451
+ "dependencies": {
2452
+ "react-base16-styling": "~0.9.0",
2453
+ "react-lifecycles-compat": "~3.0.4",
2454
+ "react-textarea-autosize": "~8.5.7"
2455
+ },
2456
+ "engines": {
2457
+ "node": ">=17"
2458
+ },
2459
+ "peerDependencies": {
2460
+ "react": ">= 15",
2461
+ "react-dom": ">= 15"
2462
+ }
2463
+ },
2445
2464
  "node_modules/@pptb/types": {
2446
2465
  "version": "1.0.17",
2447
2466
  "resolved": "https://registry.npmjs.org/@pptb/types/-/types-1.0.17.tgz",
@@ -2859,6 +2878,12 @@
2859
2878
  "@babel/types": "^7.28.2"
2860
2879
  }
2861
2880
  },
2881
+ "node_modules/@types/base16": {
2882
+ "version": "1.0.5",
2883
+ "resolved": "https://registry.npmjs.org/@types/base16/-/base16-1.0.5.tgz",
2884
+ "integrity": "sha512-OzOWrTluG9cwqidEzC/Q6FAmIPcnZfm8BFRlIx0+UIUqnuAmi5OS88O0RpT3Yz6qdmqObvUhasrbNsCofE4W9A==",
2885
+ "license": "MIT"
2886
+ },
2862
2887
  "node_modules/@types/estree": {
2863
2888
  "version": "1.0.8",
2864
2889
  "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
@@ -2866,6 +2891,12 @@
2866
2891
  "dev": true,
2867
2892
  "license": "MIT"
2868
2893
  },
2894
+ "node_modules/@types/lodash": {
2895
+ "version": "4.17.23",
2896
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz",
2897
+ "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==",
2898
+ "license": "MIT"
2899
+ },
2869
2900
  "node_modules/@types/prop-types": {
2870
2901
  "version": "15.7.15",
2871
2902
  "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.15.tgz",
@@ -2943,6 +2974,12 @@
2943
2974
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2944
2975
  }
2945
2976
  },
2977
+ "node_modules/base16": {
2978
+ "version": "1.0.0",
2979
+ "resolved": "https://registry.npmjs.org/base16/-/base16-1.0.0.tgz",
2980
+ "integrity": "sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==",
2981
+ "license": "MIT"
2982
+ },
2946
2983
  "node_modules/baseline-browser-mapping": {
2947
2984
  "version": "2.9.16",
2948
2985
  "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.16.tgz",
@@ -3009,6 +3046,41 @@
3009
3046
  ],
3010
3047
  "license": "CC-BY-4.0"
3011
3048
  },
3049
+ "node_modules/color": {
3050
+ "version": "3.2.1",
3051
+ "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
3052
+ "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
3053
+ "license": "MIT",
3054
+ "dependencies": {
3055
+ "color-convert": "^1.9.3",
3056
+ "color-string": "^1.6.0"
3057
+ }
3058
+ },
3059
+ "node_modules/color-convert": {
3060
+ "version": "1.9.3",
3061
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
3062
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
3063
+ "license": "MIT",
3064
+ "dependencies": {
3065
+ "color-name": "1.1.3"
3066
+ }
3067
+ },
3068
+ "node_modules/color-name": {
3069
+ "version": "1.1.3",
3070
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
3071
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
3072
+ "license": "MIT"
3073
+ },
3074
+ "node_modules/color-string": {
3075
+ "version": "1.9.1",
3076
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
3077
+ "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
3078
+ "license": "MIT",
3079
+ "dependencies": {
3080
+ "color-name": "^1.0.0",
3081
+ "simple-swizzle": "^0.2.2"
3082
+ }
3083
+ },
3012
3084
  "node_modules/convert-source-map": {
3013
3085
  "version": "2.0.0",
3014
3086
  "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
@@ -3167,6 +3239,12 @@
3167
3239
  "node": ">=6.9.0"
3168
3240
  }
3169
3241
  },
3242
+ "node_modules/is-arrayish": {
3243
+ "version": "0.3.4",
3244
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
3245
+ "integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
3246
+ "license": "MIT"
3247
+ },
3170
3248
  "node_modules/js-tokens": {
3171
3249
  "version": "4.0.0",
3172
3250
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -3205,6 +3283,12 @@
3205
3283
  "integrity": "sha512-o5kvLbuTF+o326CMVYpjlaykxqYP9DphFQZ2ZpgrvBouyvOxyEB7oqe8nOLFpiV5VCtz0D3pt8gXQYWpLpBnmA==",
3206
3284
  "license": "MIT"
3207
3285
  },
3286
+ "node_modules/lodash.curry": {
3287
+ "version": "4.1.1",
3288
+ "resolved": "https://registry.npmjs.org/lodash.curry/-/lodash.curry-4.1.1.tgz",
3289
+ "integrity": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==",
3290
+ "license": "MIT"
3291
+ },
3208
3292
  "node_modules/loose-envify": {
3209
3293
  "version": "1.4.0",
3210
3294
  "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
@@ -3410,6 +3494,21 @@
3410
3494
  "node": ">=0.10.0"
3411
3495
  }
3412
3496
  },
3497
+ "node_modules/react-base16-styling": {
3498
+ "version": "0.9.1",
3499
+ "resolved": "https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.9.1.tgz",
3500
+ "integrity": "sha512-1s0CY1zRBOQ5M3T61wetEpvQmsYSNtWEcdYzyZNxKa8t7oDvaOn9d21xrGezGAHFWLM7SHcktPuPTrvoqxSfKw==",
3501
+ "license": "MIT",
3502
+ "dependencies": {
3503
+ "@babel/runtime": "^7.16.7",
3504
+ "@types/base16": "^1.0.2",
3505
+ "@types/lodash": "^4.14.178",
3506
+ "base16": "^1.0.0",
3507
+ "color": "^3.2.1",
3508
+ "csstype": "^3.0.10",
3509
+ "lodash.curry": "^4.1.1"
3510
+ }
3511
+ },
3413
3512
  "node_modules/react-dom": {
3414
3513
  "version": "18.3.1",
3415
3514
  "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz",
@@ -3439,6 +3538,12 @@
3439
3538
  "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
3440
3539
  "license": "MIT"
3441
3540
  },
3541
+ "node_modules/react-lifecycles-compat": {
3542
+ "version": "3.0.4",
3543
+ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
3544
+ "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==",
3545
+ "license": "MIT"
3546
+ },
3442
3547
  "node_modules/react-refresh": {
3443
3548
  "version": "0.17.0",
3444
3549
  "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.17.0.tgz",
@@ -3449,6 +3554,23 @@
3449
3554
  "node": ">=0.10.0"
3450
3555
  }
3451
3556
  },
3557
+ "node_modules/react-textarea-autosize": {
3558
+ "version": "8.5.9",
3559
+ "resolved": "https://registry.npmjs.org/react-textarea-autosize/-/react-textarea-autosize-8.5.9.tgz",
3560
+ "integrity": "sha512-U1DGlIQN5AwgjTyOEnI1oCcMuEr1pv1qOtklB2l4nyMGbHzWrI0eFsYK0zos2YWqAolJyG0IWJaqWmWj5ETh0A==",
3561
+ "license": "MIT",
3562
+ "dependencies": {
3563
+ "@babel/runtime": "^7.20.13",
3564
+ "use-composed-ref": "^1.3.0",
3565
+ "use-latest": "^1.2.1"
3566
+ },
3567
+ "engines": {
3568
+ "node": ">=10"
3569
+ },
3570
+ "peerDependencies": {
3571
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3572
+ }
3573
+ },
3452
3574
  "node_modules/rollup": {
3453
3575
  "version": "4.55.2",
3454
3576
  "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.2.tgz",
@@ -3534,6 +3656,15 @@
3534
3656
  "semver": "bin/semver.js"
3535
3657
  }
3536
3658
  },
3659
+ "node_modules/simple-swizzle": {
3660
+ "version": "0.2.4",
3661
+ "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
3662
+ "integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
3663
+ "license": "MIT",
3664
+ "dependencies": {
3665
+ "is-arrayish": "^0.3.1"
3666
+ }
3667
+ },
3537
3668
  "node_modules/source-map-js": {
3538
3669
  "version": "1.2.1",
3539
3670
  "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
@@ -3631,6 +3762,51 @@
3631
3762
  "browserslist": ">= 4.21.0"
3632
3763
  }
3633
3764
  },
3765
+ "node_modules/use-composed-ref": {
3766
+ "version": "1.4.0",
3767
+ "resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.4.0.tgz",
3768
+ "integrity": "sha512-djviaxuOOh7wkj0paeO1Q/4wMZ8Zrnag5H6yBvzN7AKKe8beOaED9SF5/ByLqsku8NP4zQqsvM2u3ew/tJK8/w==",
3769
+ "license": "MIT",
3770
+ "peerDependencies": {
3771
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3772
+ },
3773
+ "peerDependenciesMeta": {
3774
+ "@types/react": {
3775
+ "optional": true
3776
+ }
3777
+ }
3778
+ },
3779
+ "node_modules/use-isomorphic-layout-effect": {
3780
+ "version": "1.2.1",
3781
+ "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.1.tgz",
3782
+ "integrity": "sha512-tpZZ+EX0gaghDAiFR37hj5MgY6ZN55kLiPkJsKxBMZ6GZdOSPJXiOzPM984oPYZ5AnehYx5WQp1+ME8I/P/pRA==",
3783
+ "license": "MIT",
3784
+ "peerDependencies": {
3785
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3786
+ },
3787
+ "peerDependenciesMeta": {
3788
+ "@types/react": {
3789
+ "optional": true
3790
+ }
3791
+ }
3792
+ },
3793
+ "node_modules/use-latest": {
3794
+ "version": "1.3.0",
3795
+ "resolved": "https://registry.npmjs.org/use-latest/-/use-latest-1.3.0.tgz",
3796
+ "integrity": "sha512-mhg3xdm9NaM8q+gLT8KryJPnRFOz1/5XPBhmDEVZK1webPzDjrPk7f/mbpeLqTgB9msytYWANxgALOCJKnLvcQ==",
3797
+ "license": "MIT",
3798
+ "dependencies": {
3799
+ "use-isomorphic-layout-effect": "^1.1.1"
3800
+ },
3801
+ "peerDependencies": {
3802
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
3803
+ },
3804
+ "peerDependenciesMeta": {
3805
+ "@types/react": {
3806
+ "optional": true
3807
+ }
3808
+ }
3809
+ },
3634
3810
  "node_modules/use-sync-external-store": {
3635
3811
  "version": "1.6.0",
3636
3812
  "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@linked365/pptb-flowfinder",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "displayName": "FlowFinder",
5
- "description": "A Power Platform Tool Box tool to help you find and manage your Power Automate flows.",
5
+ "description": "A Power Platform ToolBox tool to help you find and manage your Power Automate flows.",
6
6
  "main": "index.html",
7
7
  "contributors": [
8
8
  {
@@ -18,7 +18,7 @@
18
18
  "repository": "https://github.com/LinkeD365/FlowFinder",
19
19
  "website": "",
20
20
  "readmeUrl": "https://raw.githubusercontent.com/LinkeD365/FlowFinder/refs/heads/master/README.md",
21
- "iconUrl": "https://raw.githubusercontent.com/LinkeD365/FlowFinder/refs/heads/master/assets/Icon.png"
21
+ "iconUrl": "https://raw.githubusercontent.com/LinkeD365/FlowFinder/refs/heads/master/assets/icon.png"
22
22
  },
23
23
  "license": "MIT",
24
24
  "engines": {
@@ -38,6 +38,7 @@
38
38
  "dependencies": {
39
39
  "@fluentui/react-components": "^9.72.9",
40
40
  "@fluentui/react-icons": "^2.0.316",
41
+ "@microlink/react-json-view": "^1.27.1",
41
42
  "ag-grid-community": "^35.0.0",
42
43
  "ag-grid-react": "^35.0.0",
43
44
  "mobx": "^6.15.0",