@mathrunet/masamune 0.6.0 → 0.6.2

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.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## [0.6.2](https://github.com/mathrunet/node_masamune/compare/v0.6.1...v0.6.2) (2023-07-06)
2
+
3
+
4
+ ### docs
5
+
6
+ * Added ReadMe link. ([06ab906](https://github.com/mathrunet/node_masamune/commit/06ab906478297cff54ef9130e8be643f7716bac8))
7
+
8
+
9
+
10
+ ## [0.6.1](https://github.com/mathrunet/node_masamune/compare/v0.6.0...v0.6.1) (2023-06-30)
11
+
12
+
13
+ ### docs
14
+
15
+ * Comment Change. ([d48a8f1](https://github.com/mathrunet/node_masamune/commit/d48a8f1c233285e3b1be8c1fb76634d81a132e63))
16
+ * ReadMe changes. ([8e55b7d](https://github.com/mathrunet/node_masamune/commit/8e55b7d10d6d3f8f61ff09541fafbfb9ea52b73a))
17
+
18
+
19
+
1
20
  # [0.6.0](https://github.com/mathrunet/node_masamune/compare/v0.5.3...v0.6.0) (2023-06-23)
2
21
 
3
22
 
package/README.md CHANGED
@@ -7,17 +7,23 @@
7
7
 
8
8
  <p align="center">
9
9
  <a href="https://twitter.com/mathru">
10
- <img src="https://img.shields.io/twitter/follow/mathru.svg?colorA=1da1f2&colorB=&label=Follow%20on%20Twitter&style=flat-square" alt="Follow on Twitter" />
10
+ <img src="https://img.shields.io/static/v1?label=Twitter&message=Follow&logo=Twitter&color=1DA1F2&link=https://twitter.com/mathru" alt="Follow on Twitter" />
11
+ </a>
12
+ <a href="https://threads.net/@mathrunet">
13
+ <img src="https://img.shields.io/static/v1?label=Threads&message=Follow&color=101010&link=https://threads.net/@mathrunet" alt="Follow on Threads" />
14
+ </a>
15
+ <a href="https://github.com/invertase/melos">
16
+ <img src="https://img.shields.io/static/v1?label=maintained%20with&message=melos&color=FF1493&link=https://github.com/invertase/melos" alt="Maintained with Melos" />
11
17
  </a>
12
18
  </p>
13
19
 
14
20
  <p align="center">
15
- <a href="https://www.buymeacoffee.com/mathru"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=mathru&button_colour=FF5F5F&font_colour=ffffff&font_family=Poppins&outline_colour=000000&coffee_colour=FFDD00" width="136" /></a>
21
+ <a href="https://github.com/sponsors/mathrunet"><img src="https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=ff69b4&link=https://github.com/sponsors/mathrunet" alt="GitHub Sponsor" /></a>
16
22
  </p>
17
23
 
18
24
  ---
19
25
 
20
- [[YouTube]](https://www.youtube.com/c/mathrunetchannel) | [[Packages]](https://pub.dev/publishers/mathru.net/packages) | [[Twitter]](https://twitter.com/mathru) | [[LinkedIn]](https://www.linkedin.com/in/mathrunet/)
26
+ [[GitHub]](https://github.com/mathrunet) | [[YouTube]](https://www.youtube.com/c/mathrunetchannel) | [[Packages]](https://pub.dev/publishers/mathru.net/packages) | [[Twitter]](https://twitter.com/mathru) | [[Threads]](https://threads.net/@mathrunet) | [[LinkedIn]](https://www.linkedin.com/in/mathrunet/) | [[mathru.net]](https://mathru.net)
21
27
 
22
28
  ---
23
29
 
@@ -144,7 +144,7 @@ const utils = __importStar(require("../lib/utils"));
144
144
  * @param {string} productId
145
145
  * [required]
146
146
  * Specify the product ID.
147
- * 商品IDを指定します。サブスクリプションなどではこれが
147
+ * 商品IDを指定します。
148
148
  *
149
149
  * @param {string} currency
150
150
  * [optional]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Manages packages for the server portion (NodeJS) of the Masamune framework.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",