@selfcommunity/api-services 0.4.0-alpha.28 → 0.4.0-alpha.29
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/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/api-services",
|
|
3
|
-
"version": "0.4.0-alpha.
|
|
3
|
+
"version": "0.4.0-alpha.29",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"build:commonjs": "tsc -b tsconfig-cjs.build.json",
|
|
32
32
|
"build:esm": "tsc -b tsconfig-esm.build.json",
|
|
33
33
|
"build:umd": "webpack --mode production",
|
|
34
|
+
"build:umd:analyze": "webpack --mode production --profile --json > ./lib/umd/stats.json && webpack-bundle-analyzer ./lib/umd/stats.json",
|
|
34
35
|
"build": "yarn clean:lib && yarn build:commonjs && yarn build:esm && yarn build:umd",
|
|
35
36
|
"prerelease": "yarn run clean:lib && yarn run build"
|
|
36
37
|
},
|
|
@@ -46,8 +47,8 @@
|
|
|
46
47
|
"access": "public"
|
|
47
48
|
},
|
|
48
49
|
"dependencies": {
|
|
49
|
-
"@selfcommunity/types": "^0.5.0-alpha.
|
|
50
|
-
"@selfcommunity/utils": "^0.2.0-alpha.
|
|
50
|
+
"@selfcommunity/types": "^0.5.0-alpha.10",
|
|
51
|
+
"@selfcommunity/utils": "^0.2.0-alpha.6",
|
|
51
52
|
"axios": "^1.4.0",
|
|
52
53
|
"jose": "^4.14.4"
|
|
53
54
|
},
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"typescript": "^4.1.3",
|
|
98
99
|
"webpack": "^5.20.1",
|
|
99
100
|
"webpack-atoms": "^17.1.0",
|
|
101
|
+
"webpack-bundle-analyzer": "^4.9.0",
|
|
100
102
|
"webpack-cli": "^4.5.0"
|
|
101
103
|
},
|
|
102
104
|
"prettier": {
|
|
@@ -109,5 +111,5 @@
|
|
|
109
111
|
"bugs": {
|
|
110
112
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
111
113
|
},
|
|
112
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "15612ce8089ed5606a49cf2ea3cc3277758fa3fd"
|
|
113
115
|
}
|