We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17a3c3 commit 0cf6366Copy full SHA for 0cf6366
.changeset/odd-fans-cough.md
@@ -0,0 +1,11 @@
1
+---
2
+"robot3": minor
3
4
+
5
+'/logging' is now exported, so you can import it in your dev environment to log state changes.
6
7
+```ts
8
+import 'robot3/logging';
9
10
+import {...} from 'robot3';
11
+```
packages/core/package.json
@@ -15,6 +15,11 @@
15
"require": "./dist/debug.js",
16
"import": "./debug.js",
17
"default": "./debug.js"
18
+ },
19
+ "./logging": {
20
+ "require": "./dist/logging.js",
21
+ "import": "./logging.js",
22
+ "default": "./logging.js"
23
}
24
},
25
"files": [
0 commit comments