@kontsedal/olas-devtools 0.0.1-rc.0 → 0.0.1-rc.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.
Files changed (1) hide show
  1. package/package.json +29 -6
package/package.json CHANGED
@@ -1,8 +1,28 @@
1
1
  {
2
2
  "name": "@kontsedal/olas-devtools",
3
- "version": "0.0.1-rc.0",
4
- "description": "Olas in-app devtools panel — controller tree, cache timeline, mutation log",
3
+ "version": "0.0.1-rc.1",
4
+ "description": "Olas in-app devtools — controller tree inspector, cache timeline, mutation log, signal graph.",
5
+ "keywords": [
6
+ "olas",
7
+ "controller-tree",
8
+ "signals",
9
+ "reactive",
10
+ "state-management",
11
+ "devtools",
12
+ "debugging",
13
+ "inspector"
14
+ ],
5
15
  "license": "MIT",
16
+ "author": "Bohdan Kontsedal <kontsedalbohdan@gmail.com>",
17
+ "homepage": "https://github.com/Kontsedal/olas/tree/main/packages/devtools#readme",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/Kontsedal/olas.git",
21
+ "directory": "packages/devtools"
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/Kontsedal/olas/issues"
25
+ },
6
26
  "type": "module",
7
27
  "main": "./dist/index.cjs",
8
28
  "module": "./dist/index.mjs",
@@ -26,8 +46,8 @@
26
46
  "sideEffects": false,
27
47
  "peerDependencies": {
28
48
  "react": ">=18",
29
- "@kontsedal/olas-core": "^0.0.1-rc.0",
30
- "@kontsedal/olas-react": "^0.0.1-rc.0"
49
+ "@kontsedal/olas-core": "^0.0.1-rc.1",
50
+ "@kontsedal/olas-react": "^0.0.1-rc.1"
31
51
  },
32
52
  "devDependencies": {
33
53
  "@testing-library/react": "^16.3.2",
@@ -35,8 +55,11 @@
35
55
  "@types/react-dom": "^19.2.3",
36
56
  "react": "^19.2.6",
37
57
  "react-dom": "^19.2.6",
38
- "@kontsedal/olas-core": "^0.0.1-rc.0",
39
- "@kontsedal/olas-react": "^0.0.1-rc.0"
58
+ "@kontsedal/olas-core": "^0.0.1-rc.1",
59
+ "@kontsedal/olas-react": "^0.0.1-rc.1"
60
+ },
61
+ "publishConfig": {
62
+ "access": "public"
40
63
  },
41
64
  "scripts": {
42
65
  "build": "tsdown",