@workos/oagen-emitters 0.9.1 → 0.11.0

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.9.1"
2
+ ".": "0.11.0"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.11.0](https://github.com/workos/oagen-emitters/compare/v0.10.0...v0.11.0) (2026-05-07)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * code that previously caught a TypeError from a typed property assignment, or that read $data passthrough from an unmatched union variant, will instead need to handle \UnexpectedValueException at the fromArray() call site. Every generated PHP SDK with a discriminated union model is affected.
9
+
10
+ ### Bug Fixes
11
+
12
+ * surface schema/SDK drift across PHP, Python, Go, Ruby emitters ([#94](https://github.com/workos/oagen-emitters/issues/94)) ([558c55c](https://github.com/workos/oagen-emitters/commit/558c55cc851e16f27a6a2e7eb577442557827be7))
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * release as 0.11.0 ([a448006](https://github.com/workos/oagen-emitters/commit/a448006a0a20674bd91971de1f4b56e81ffcb76d))
18
+
19
+ ## [0.10.0](https://github.com/workos/oagen-emitters/compare/v0.9.1...v0.10.0) (2026-05-06)
20
+
21
+
22
+ ### Features
23
+
24
+ * **dotnet:** honor enum default as zero variant ([#92](https://github.com/workos/oagen-emitters/issues/92)) ([3fbb5d5](https://github.com/workos/oagen-emitters/commit/3fbb5d5f53fa66f1a3b4f2cb08c069e9d2d2a1fc))
25
+
3
26
  ## [0.9.1](https://github.com/workos/oagen-emitters/compare/v0.9.0...v0.9.1) (2026-05-06)
4
27
 
5
28
 
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { _ as nodeEmitter, a as rustExtractor, c as pythonExtractor, d as rubyEmitter, f as kotlinEmitter, g as pythonEmitter, h as phpEmitter, i as kotlinExtractor, l as rubyExtractor, m as goEmitter, n as elixirExtractor, o as goExtractor, p as dotnetEmitter, r as dotnetExtractor, s as phpExtractor, t as workosEmittersPlugin, u as nodeExtractor } from "./plugin-Dh9JSScr.mjs";
1
+ import { _ as nodeEmitter, a as rustExtractor, c as pythonExtractor, d as rubyEmitter, f as kotlinEmitter, g as pythonEmitter, h as phpEmitter, i as kotlinExtractor, l as rubyExtractor, m as goEmitter, n as elixirExtractor, o as goExtractor, p as dotnetEmitter, r as dotnetExtractor, s as phpExtractor, t as workosEmittersPlugin, u as nodeExtractor } from "./plugin-DW3cnedr.mjs";
2
2
  export { dotnetEmitter, dotnetExtractor, elixirExtractor, goEmitter, goExtractor, kotlinEmitter, kotlinExtractor, nodeEmitter, nodeExtractor, phpEmitter, phpExtractor, pythonEmitter, pythonExtractor, rubyEmitter, rubyExtractor, rustExtractor, workosEmittersPlugin };