@yume-chan/adb-credential-web 0.0.11 → 0.0.12
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/CHANGELOG.json +6 -0
- package/CHANGELOG.md +6 -1
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yume-chan/adb-credential-web",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.0.12",
|
|
6
|
+
"tag": "@yume-chan/adb-credential-web_v0.0.12",
|
|
7
|
+
"date": "Sun, 03 Apr 2022 11:18:47 GMT",
|
|
8
|
+
"comments": {}
|
|
9
|
+
},
|
|
4
10
|
{
|
|
5
11
|
"version": "0.0.11",
|
|
6
12
|
"tag": "@yume-chan/adb-credential-web_v0.0.11",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Change Log - @yume-chan/adb-credential-web
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sun, 03 Apr 2022
|
|
3
|
+
This log was last generated on Sun, 03 Apr 2022 11:18:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.0.12
|
|
6
|
+
Sun, 03 Apr 2022 11:18:47 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
4
9
|
|
|
5
10
|
## 0.0.11
|
|
6
11
|
Sun, 03 Apr 2022 10:54:15 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yume-chan/adb-credential-web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "Credential Store for `@yume-chan/adb` using Web LocalStorage API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adb"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@yume-chan/ts-package-builder": "^1.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@yume-chan/adb": "^0.0.
|
|
31
|
+
"@yume-chan/adb": "^0.0.12",
|
|
32
32
|
"tslib": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|