@7h3laughingman/foundry-types 13.351.1 → 13.351.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +12 -6
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
- ![GitHub License](https://img.shields.io/github/license/7H3LaughingMan/foundry-types)
2
- ![NPM Version](https://img.shields.io/npm/v/%407h3laughingman%2Ffoundry-types)
3
- ![NPM Downloads](https://img.shields.io/npm/dw/%407h3laughingman%2Ffoundry-types)
1
+ [![GitHub License](https://img.shields.io/github/license/7H3LaughingMan/foundry-types)](https://github.com/7H3LaughingMan/foundry-types/blob/v13/LICENSE.MD)
2
+ [![NPM Version](https://img.shields.io/npm/v/%407h3laughingman%2Ffoundry-types)](https://www.npmjs.com/package/@7h3laughingman/foundry-types)
3
+ [![NPM Downloads](https://img.shields.io/npm/dw/%407h3laughingman%2Ffoundry-types)](https://www.npmjs.com/package/@7h3laughingman/foundry-types)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7h3laughingman/foundry-types",
3
- "version": "13.351.1",
3
+ "version": "13.351.2",
4
4
  "description": "Basic TypeScript types for FoundryVTT.",
5
5
  "homepage": "https://github.com/7H3LaughingMan/foundry-types#readme",
6
6
  "bugs": {
@@ -33,13 +33,19 @@
33
33
  "eslint:fix": "eslint src --fix && prettier src --write"
34
34
  },
35
35
  "dependencies": {
36
+ "@codemirror/lang-html": "^6.4.9",
37
+ "@codemirror/lang-javascript": "^6.2.3",
38
+ "@codemirror/lang-json": "^6.0.1",
39
+ "@codemirror/lang-markdown": "^6.3.2",
36
40
  "@pixi/graphics-smooth": "^1.1.1",
37
41
  "@pixi/particle-emitter": "^5.0.8",
38
42
  "@types/jquery": "^3.5.33",
39
43
  "@types/simple-peer": "^9.11.9",
40
44
  "@types/ws": "^8.18.1",
45
+ "codemirror": "^6.0.1",
41
46
  "handlebars": "^4.7.8",
42
47
  "jquery": "^3.7.1",
48
+ "peggy": "^4.2.0",
43
49
  "pixi.js": "^7.4.3",
44
50
  "prosemirror-collab": "^1.3.1",
45
51
  "prosemirror-commands": "^1.7.0",
@@ -56,18 +62,18 @@
56
62
  "prosemirror-view": "^1.38.1",
57
63
  "showdown": "^2.1.0",
58
64
  "simple-peer": "^9.11.1",
59
- "socket.io": "^4.8.1",
60
- "socket.io-client": "^4.8.1"
65
+ "socket.io-client": "^4.8.1",
66
+ "socket.io": "^4.8.1"
61
67
  },
62
68
  "devDependencies": {
63
69
  "@eslint/js": "^9.39.2",
64
70
  "@eslint/json": "^0.14.0",
65
- "eslint": "^9.39.2",
66
71
  "eslint-config-prettier": "^10.1.8",
67
72
  "eslint-plugin-prettier": "^5.5.5",
73
+ "eslint": "^9.39.2",
68
74
  "prettier-plugin-organize-imports": "^4.3.0",
69
- "typescript": "^5.9.3",
70
- "typescript-eslint": "^8.55.0"
75
+ "typescript-eslint": "^8.55.0",
76
+ "typescript": "^5.9.3"
71
77
  },
72
78
  "engines": {
73
79
  "node": ">=24"