We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d9579 commit 8876a45Copy full SHA for 8876a45
2 files changed
packages/shadow-objects/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@spearwolf/shadow-objects",
3
"description": "a reactive entity-component framework that feels at home in the shadows",
4
- "version": "0.21.1",
+ "version": "0.22.0",
5
"author": {
6
"name": "Wolfger Schramm",
7
"email": "wolfger@spearwolf.de",
packages/shadow-objects/tsconfig.lib.json
@@ -4,6 +4,7 @@
"compilerOptions": {
"outDir": "./dist",
"declarationDir": "./dist",
- "removeComments": false
+ "removeComments": false,
8
+ "importHelpers": false
9
}
10
0 commit comments