@quereus/plugin-loader 0.3.1 → 0.3.3

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -61,7 +61,7 @@ if (registrations.vtables) {
61
61
 
62
62
  ## API
63
63
 
64
- See the [Plugin System Documentation](https://github.com/gotchoices/quereus/blob/main/packages/quereus/docs/plugins.md) for complete details.
64
+ See the [Plugin System Documentation](https://github.com/gotchoices/quereus/blob/main/docs/plugins.md) for complete details.
65
65
 
66
66
  ## License
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quereus/plugin-loader",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "type": "module",
5
5
  "description": "Plugin loading system for Quereus - supports dynamic imports for Node.js and browsers",
6
6
  "publisher": "Got Choices Foundation",
@@ -28,7 +28,7 @@
28
28
  "typecheck": "tsc --noEmit"
29
29
  },
30
30
  "peerDependencies": {
31
- "@quereus/quereus": "^0.14.0"
31
+ "@quereus/quereus": "^0.16.2"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@quereus/quereus": "*",