Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 559a45cdef | |||
| 2fd1060ea8 | |||
| ecbd26a89d | |||
| 238f7f057a | |||
| fe527cd944 | |||
| 0fa4b52704 | |||
| 6b2deb0392 |
@@ -117,6 +117,7 @@ jobs:
|
||||
./module.zip \
|
||||
`# The files that will be included.` \
|
||||
module.json \
|
||||
LICENSE \
|
||||
CHANGELOG.md \
|
||||
README.md \
|
||||
src/
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
socketlib.lock
|
||||
+7
-1
@@ -1,8 +1,14 @@
|
||||
## 1.1.2
|
||||
### Compatibility
|
||||
- Updated for compatibility with Foundry 13 (338).
|
||||
|
||||
## 1.1.1
|
||||
- Update module.json for new location and maintainer.
|
||||
|
||||
## 1.1.0
|
||||
### Compatibility
|
||||
- Updated for compatibilty with Foundry 12 (thanks Clemente!)
|
||||
|
||||
|
||||
## 1.0.13
|
||||
### Compatibility
|
||||
- Verified compatibility with Foundry 11
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
[](https://ko-fi.com/staebchenfisch)
|
||||
[](https://ko-fi.com/farling)
|
||||
[](https://patreon.com/amusingtime)
|
||||

|
||||

|
||||

|
||||
|
||||
# socketlib
|
||||
A library for simplifying working with foundries sockets. This module does not have any user facing features. You only need to install it if one of the modules you use lists it as a dependency.
|
||||
|
||||
+5
-5
@@ -2,10 +2,10 @@
|
||||
"id": "socketlib",
|
||||
"title": "socketlib",
|
||||
"description": "A library for easier handling of foundry sockets",
|
||||
"version": "1.1.0",
|
||||
"version": "#{VERSION}#",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"verified": "12"
|
||||
"verified": "13.338"
|
||||
},
|
||||
"library": true,
|
||||
"authors": [
|
||||
@@ -27,9 +27,9 @@
|
||||
"esmodules": [
|
||||
"src/socketlib.js"
|
||||
],
|
||||
"url": "https://github.com/farling42/foundryvtt-socketlib",
|
||||
"download": "https://github.com/farling42/foundryvtt-socketlib/archive/v1.1.0.zip",
|
||||
"manifest": "https://raw.githubusercontent.com/farling42/foundryvtt-socketlib/master/module.json",
|
||||
"url": "#{URL}#",
|
||||
"download": "#{DOWNLOAD}#",
|
||||
"manifest": "#{MANIFEST}#",
|
||||
"readme": "https://github.com/farling42/foundryvtt-socketlib/blob/master/README.md",
|
||||
"changelog": "https://github.com/farling42/foundryvtt-socketlib/blob/master/CHANGELOG.md",
|
||||
"bugs": "https://github.com/farling42/foundryvtt-socketlib/issues"
|
||||
|
||||
Reference in New Issue
Block a user