@popclip/types 1.4688.0 → 1.4688.1

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.
package/README.md CHANGED
@@ -3,3 +3,8 @@
3
3
  Typescript definitions for PopClip Extensions.
4
4
 
5
5
  Published to NPM as `@popclip/types`.
6
+
7
+ To bum npm version, check in first, then bump:
8
+
9
+ npm version [<version>|patch]
10
+ npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popclip/types",
3
- "version": "1.4688.0",
3
+ "version": "1.4688.1",
4
4
  "devDependencies": {
5
5
  "typedoc": "0.25.13",
6
6
  "typescript": "5.4.5"
package/popclip.d.ts CHANGED
@@ -476,7 +476,7 @@ interface Extension<CustomOptions = Options> extends ActionProperties {
476
476
  /**
477
477
  * Exported test function for use during development.
478
478
  */
479
- test: TestFunction;
479
+ test?: TestFunction;
480
480
 
481
481
  // the following are static properties, included for the benefit of the JSON Scheme generation
482
482
  popclipVersion?: number;