@mathrunet/masamune 0.1.5 → 0.1.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [0.1.7](https://github.com/mathrunet/node_masamune/compare/v0.1.6...v0.1.7) (2023-04-07)
2
+
3
+
4
+ ### fix
5
+
6
+ * Added because there is no type. ([f1bac47](https://github.com/mathrunet/node_masamune/commit/f1bac474d835a9581c2340c57f6da9bf8aad539a))
7
+
8
+
9
+
10
+ ## [0.1.6](https://github.com/mathrunet/node_masamune/compare/v0.1.5...v0.1.6) (2023-04-07)
11
+
12
+
13
+ ### fix
14
+
15
+ * Drop the version of node-fetch to eliminate the error. ([36b2a89](https://github.com/mathrunet/node_masamune/commit/36b2a895943e4081d8cc51750172e594c73fe637))
16
+
17
+
18
+
1
19
  ## [0.1.5](https://github.com/mathrunet/node_masamune/compare/v0.1.4...v0.1.5) (2023-03-08)
2
20
 
3
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathrunet/masamune",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
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",
@@ -31,11 +31,12 @@
31
31
  "dependencies": {
32
32
  "firebase-admin": "^11.4.1",
33
33
  "firebase-functions": "^4.1.1",
34
- "node-fetch": "^3.3.0",
34
+ "node-fetch": "^2.6.9",
35
35
  "typescript": "^4.9.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "^29.2.5",
39
+ "@types/node-fetch": "^2.6.3",
39
40
  "conventional-changelog-cli": "^2.2.2",
40
41
  "jest": "^29.3.1",
41
42
  "ts-jest": "^29.0.3"