@logto/browser 0.1.1-rc.0 → 0.1.2-rc.0
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 +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logto/browser",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2-rc.0",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"exports": "./lib/index.js",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -17,12 +17,11 @@
|
|
|
17
17
|
"package": "pnpm build && webpack",
|
|
18
18
|
"test": "jest",
|
|
19
19
|
"test:coverage": "jest --silent --coverage",
|
|
20
|
-
"prepublish": "pnpm package",
|
|
21
20
|
"report": "WITH_REPORT=true pnpm package",
|
|
22
21
|
"prepack": "pnpm test && pnpm build"
|
|
23
22
|
},
|
|
24
23
|
"dependencies": {
|
|
25
|
-
"@logto/js": "^0.1.
|
|
24
|
+
"@logto/js": "^0.1.2-rc.0",
|
|
26
25
|
"@silverhand/essentials": "^1.1.6",
|
|
27
26
|
"jose": "^4.5.0",
|
|
28
27
|
"lodash.get": "^4.4.2",
|
|
@@ -54,5 +53,5 @@
|
|
|
54
53
|
"publishConfig": {
|
|
55
54
|
"access": "public"
|
|
56
55
|
},
|
|
57
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "210b3e1d6f75d59f41b01e9731c8b3e76b87df0a"
|
|
58
57
|
}
|