isaacscript 1.2.14 → 1.2.15

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.
@@ -33,19 +33,19 @@
33
33
 
34
34
  // Automatically run the formatter when a JavaScript or TypeScript file is saved
35
35
  "[javascript]": {
36
- "editor.defaultFormatter": "esbenp.prettier-vscode",
37
- "editor.formatOnSave": true,
38
36
  "editor.codeActionsOnSave": [
39
37
  "source.fixAll.eslint",
40
38
  ],
39
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
40
+ "editor.formatOnSave": true,
41
41
  "editor.tabSize": 2,
42
42
  },
43
43
  "[typescript]": {
44
- "editor.defaultFormatter": "esbenp.prettier-vscode",
45
- "editor.formatOnSave": true,
46
44
  "editor.codeActionsOnSave": [
47
45
  "source.fixAll.eslint",
48
46
  ],
47
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
48
+ "editor.formatOnSave": true,
49
49
  "editor.tabSize": 2,
50
50
  },
51
51
  }
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -25,7 +25,7 @@
25
25
  "isaacscript-tsconfig": "^1.1.8",
26
26
  "jsonc-parser": "^3.0.0",
27
27
  "moment": "^2.29.1",
28
- "npm-check-updates": "^12.5.0",
28
+ "npm-check-updates": "^12.5.2",
29
29
  "prompt": "^1.2.2",
30
30
  "source-map": "^0.7.3",
31
31
  "source-map-support": "^0.5.21",
@@ -43,7 +43,7 @@
43
43
  "@types/prompt": "^1.1.2",
44
44
  "@types/source-map-support": "^0.5.4",
45
45
  "@types/update-notifier": "^5.1.0",
46
- "@types/yargs": "^17.0.8",
46
+ "@types/yargs": "^17.0.9",
47
47
  "isaacscript-lint": "^1.0.84"
48
48
  }
49
49
  }
@@ -35,19 +35,19 @@
35
35
 
36
36
  // Automatically run the formatter when a JavaScript or TypeScript file is saved
37
37
  "[javascript]": {
38
- "editor.defaultFormatter": "esbenp.prettier-vscode",
39
- "editor.formatOnSave": true,
40
38
  "editor.codeActionsOnSave": [
41
39
  "source.fixAll.eslint",
42
40
  ],
41
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
42
+ "editor.formatOnSave": true,
43
43
  "editor.tabSize": 2,
44
44
  },
45
45
  "[typescript]": {
46
- "editor.defaultFormatter": "esbenp.prettier-vscode",
47
- "editor.formatOnSave": true,
48
46
  "editor.codeActionsOnSave": [
49
47
  "source.fixAll.eslint",
50
48
  ],
49
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
50
+ "editor.formatOnSave": true,
51
51
  "editor.tabSize": 2,
52
52
  },
53
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isaacscript",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "description": "A command line tool for managing Isaac mods written in TypeScript",
5
5
  "homepage": "https://isaacscript.github.io/",
6
6
  "bugs": {
@@ -25,7 +25,7 @@
25
25
  "isaacscript-tsconfig": "^1.1.8",
26
26
  "jsonc-parser": "^3.0.0",
27
27
  "moment": "^2.29.1",
28
- "npm-check-updates": "^12.5.0",
28
+ "npm-check-updates": "^12.5.2",
29
29
  "prompt": "^1.2.2",
30
30
  "source-map": "^0.7.3",
31
31
  "source-map-support": "^0.5.21",
@@ -43,7 +43,7 @@
43
43
  "@types/prompt": "^1.1.2",
44
44
  "@types/source-map-support": "^0.5.4",
45
45
  "@types/update-notifier": "^5.1.0",
46
- "@types/yargs": "^17.0.8",
46
+ "@types/yargs": "^17.0.9",
47
47
  "isaacscript-lint": "^1.0.84"
48
48
  }
49
49
  }