@haybarn/ext-waddle-h1-5-2-darwin-x64 0.0.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.
Binary file
@@ -0,0 +1,8 @@
1
+ {
2
+ "built_at": "2026-05-17T18:30:27Z",
3
+ "ext_commit": "5df4b9401665d23ec5f9dd08f248df08c9075232",
4
+ "ext_version_label": "0.0.2",
5
+ "extension": "waddle",
6
+ "haybarn_version": "1.5.2",
7
+ "sha256": "85fda49d6094b525dbcfb718c7a00948e552510fd26463847d28fdcd47117f50"
8
+ }
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@haybarn/ext-waddle-h1-5-2-darwin-x64",
3
+ "version": "0.0.2",
4
+ "description": "Haybarn extension 'waddle' for darwin/x64. Built against haybarn 1.5.2. Installed automatically by the @haybarn/ext-waddle-h1-5-2 meta-package; use that, not this leaf, in your dependencies.",
5
+ "homepage": "https://github.com/Query-farm-haybarn/haybarn-community-extensions",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/Query-farm-haybarn/haybarn-community-extensions.git"
9
+ },
10
+ "license": "MIT",
11
+ "os": [
12
+ "darwin"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ],
17
+ "files": [
18
+ "bin",
19
+ "haybarn-metadata.json"
20
+ ],
21
+ "haybarn": {
22
+ "built_at": "2026-05-17T18:30:27Z",
23
+ "ext_commit": "5df4b9401665d23ec5f9dd08f248df08c9075232",
24
+ "ext_version_label": "0.0.2",
25
+ "extension": "waddle",
26
+ "haybarn_version": "1.5.2",
27
+ "sha256": "85fda49d6094b525dbcfb718c7a00948e552510fd26463847d28fdcd47117f50"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ }
32
+ }