openmates 0.14.3-alpha.0 → 0.14.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.
@@ -42085,6 +42085,12 @@ As of mid-2026, the severe supply shocks from the 2024\u20132025 avian flu have
42085
42085
  github: {
42086
42086
  text: "GitHub"
42087
42087
  },
42088
+ npm_package: {
42089
+ text: "npm"
42090
+ },
42091
+ pypi_package: {
42092
+ text: "PyPI"
42093
+ },
42088
42094
  instagram: {
42089
42095
  text: "Instagram"
42090
42096
  },
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-FKDDUBTS.js";
5
+ } from "./chunk-CTMZND4H.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  normalizeInterestTagIds,
24
24
  serializeToYaml,
25
25
  unwrapApiKeyMasterKey
26
- } from "./chunk-FKDDUBTS.js";
26
+ } from "./chunk-CTMZND4H.js";
27
27
  import "./chunk-AXNRPVLE.js";
28
28
 
29
29
  // src/generated/appSkills.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.14.3-alpha.0",
3
+ "version": "0.14.3",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",