@elizaos/macosreminders 2.0.11-beta.7
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/LICENSE +21 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/macos-bridge-policy.d.ts +9 -0
- package/dist/macos-bridge-policy.d.ts.map +1 -0
- package/dist/macos-bridge-policy.js +22 -0
- package/dist/macos-bridge-policy.js.map +1 -0
- package/package.json +63 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Shaw Walters and elizaOS Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface AppleRemindersMacosBridgeCandidate {
|
|
2
|
+
label: string;
|
|
3
|
+
path: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const APPLE_REMINDERS_MACOS_BRIDGE_DYLIB_BASENAME = "libMacWindowEffects.dylib";
|
|
6
|
+
export declare function appleRemindersMacosBridgeCandidates(args?: {
|
|
7
|
+
envDylibPath?: string | null;
|
|
8
|
+
}): AppleRemindersMacosBridgeCandidate[];
|
|
9
|
+
//# sourceMappingURL=macos-bridge-policy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"macos-bridge-policy.d.ts","sourceRoot":"","sources":["../src/macos-bridge-policy.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kCAAkC;IACjD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,2CAA2C,8BAC3B,CAAC;AAE9B,wBAAgB,mCAAmC,CAAC,IAAI,CAAC,EAAE;IACzD,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B,GAAG,kCAAkC,EAAE,CAmBvC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const APPLE_REMINDERS_MACOS_BRIDGE_DYLIB_BASENAME = "libMacWindowEffects.dylib";
|
|
2
|
+
export function appleRemindersMacosBridgeCandidates(args) {
|
|
3
|
+
return [
|
|
4
|
+
{
|
|
5
|
+
label: "ELIZA_NATIVE_PERMISSIONS_DYLIB",
|
|
6
|
+
path: args?.envDylibPath ?? "",
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
label: "packaged Apple permissions bridge",
|
|
10
|
+
path: `../../../../../../../${APPLE_REMINDERS_MACOS_BRIDGE_DYLIB_BASENAME}`,
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
label: "packaged Apple permissions bridge",
|
|
14
|
+
path: `../../../../../../${APPLE_REMINDERS_MACOS_BRIDGE_DYLIB_BASENAME}`,
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
label: "local Apple permissions bridge",
|
|
18
|
+
path: `../../../../packages/app-core/platforms/electrobun/src/${APPLE_REMINDERS_MACOS_BRIDGE_DYLIB_BASENAME}`,
|
|
19
|
+
},
|
|
20
|
+
].filter((candidate) => candidate.path.trim().length > 0);
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=macos-bridge-policy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"macos-bridge-policy.js","sourceRoot":"","sources":["../src/macos-bridge-policy.ts"],"names":[],"mappings":"AAKA,MAAM,CAAC,MAAM,2CAA2C,GACtD,2BAA2B,CAAC;AAE9B,MAAM,UAAU,mCAAmC,CAAC,IAEnD;IACC,OAAO;QACL;YACE,KAAK,EAAE,gCAAgC;YACvC,IAAI,EAAE,IAAI,EAAE,YAAY,IAAI,EAAE;SAC/B;QACD;YACE,KAAK,EAAE,mCAAmC;YAC1C,IAAI,EAAE,wBAAwB,2CAA2C,EAAE;SAC5E;QACD;YACE,KAAK,EAAE,mCAAmC;YAC1C,IAAI,EAAE,qBAAqB,2CAA2C,EAAE;SACzE;QACD;YACE,KAAK,EAAE,gCAAgC;YACvC,IAAI,EAAE,0DAA0D,2CAA2C,EAAE;SAC9G;KACF,CAAC,MAAM,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAC5D,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@elizaos/macosreminders",
|
|
3
|
+
"version": "2.0.11-beta.7",
|
|
4
|
+
"description": "macOS Apple Reminders native bridge policy helpers for Eliza runtimes.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"sideEffects": false,
|
|
10
|
+
"exports": {
|
|
11
|
+
"./package.json": "./package.json",
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"bun": "./src/index.ts",
|
|
15
|
+
"development": "./src/index.ts",
|
|
16
|
+
"import": "./dist/index.js",
|
|
17
|
+
"default": "./dist/index.js"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist"
|
|
22
|
+
],
|
|
23
|
+
"engines": {
|
|
24
|
+
"node": ">=24.0.0"
|
|
25
|
+
},
|
|
26
|
+
"homepage": "https://github.com/elizaOS/eliza",
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "git+https://github.com/elizaOS/eliza.git",
|
|
30
|
+
"directory": "plugins/plugin-native-reminders"
|
|
31
|
+
},
|
|
32
|
+
"keywords": [
|
|
33
|
+
"elizaos",
|
|
34
|
+
"macos",
|
|
35
|
+
"reminders",
|
|
36
|
+
"eventkit"
|
|
37
|
+
],
|
|
38
|
+
"scripts": {
|
|
39
|
+
"build": "tsc --noCheck -p tsconfig.json",
|
|
40
|
+
"test": "vitest run",
|
|
41
|
+
"clean": "rm -rf dist",
|
|
42
|
+
"prepublishOnly": "bun run build"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"typescript": "^6.0.3",
|
|
46
|
+
"vitest": "^4.0.0"
|
|
47
|
+
},
|
|
48
|
+
"author": "elizaOS",
|
|
49
|
+
"license": "MIT",
|
|
50
|
+
"eliza": {
|
|
51
|
+
"platforms": [
|
|
52
|
+
"darwin"
|
|
53
|
+
],
|
|
54
|
+
"runtime": "node",
|
|
55
|
+
"platformDetails": {
|
|
56
|
+
"darwin": "Shared Apple Reminders native bridge policy for macOS host runtimes."
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"publishConfig": {
|
|
60
|
+
"access": "public"
|
|
61
|
+
},
|
|
62
|
+
"gitHead": "cdbc876f793d96073d7eb0d09715a031ce0cd32e"
|
|
63
|
+
}
|