@things-factory/accounting 8.0.0-alpha.30 → 8.0.0-alpha.34
Sign up to get free protection for your applications and to get access to all the features.
- package/client/pages/accounting-category/accounting-category-tree-page.ts +1 -1
- package/dist-client/pages/accounting-category/accounting-category-tree-page.js +1 -1
- package/dist-client/pages/accounting-category/accounting-category-tree-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/accounting",
|
3
|
-
"version": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.34",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"@operato/shell": "^8.0.0-alpha",
|
33
33
|
"@things-factory/auth-base": "^8.0.0-alpha.29",
|
34
34
|
"@things-factory/shell": "^8.0.0-alpha.29",
|
35
|
-
"@things-factory/worklist": "^8.0.0-alpha.
|
35
|
+
"@things-factory/worklist": "^8.0.0-alpha.34"
|
36
36
|
},
|
37
|
-
"gitHead": "
|
37
|
+
"gitHead": "0d43b419fc888429ed0bfa56c82b2456c2e74056"
|
38
38
|
}
|