@axiom-lattice/protocols 4.1.2 → 4.1.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @axiom-lattice/protocols@4.1.2 build /home/runner/work/agentic/agentic/packages/protocols
2
+ > @axiom-lattice/protocols@4.1.3 build /home/runner/work/agentic/agentic/packages/protocols
3
3
  > tsup src/index.ts --format cjs,esm --dts --sourcemap
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,12 +9,12 @@
9
9
  CJS Build start
10
10
  ESM Build start
11
11
  ESM dist/index.mjs 33.51 KB
12
- ESM dist/index.mjs.map 120.32 KB
13
- ESM ⚡️ Build success in 363ms
12
+ ESM dist/index.mjs.map 120.47 KB
13
+ ESM ⚡️ Build success in 269ms
14
14
  CJS dist/index.js 37.33 KB
15
- CJS dist/index.js.map 123.63 KB
16
- CJS ⚡️ Build success in 376ms
15
+ CJS dist/index.js.map 123.78 KB
16
+ CJS ⚡️ Build success in 294ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 14401ms
19
- DTS dist/index.d.ts 199.21 KB
20
- DTS dist/index.d.mts 199.21 KB
18
+ DTS ⚡️ Build success in 11582ms
19
+ DTS dist/index.d.ts 199.35 KB
20
+ DTS dist/index.d.mts 199.35 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @axiom-lattice/protocols
2
2
 
3
+ ## 4.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 619c1d7: fix issues
8
+
3
9
  ## 4.1.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -2012,8 +2012,10 @@ interface WorkspaceStore {
2012
2012
  * Project kind classification
2013
2013
  *
2014
2014
  * Defaults to "business" for legacy rows and omitted input.
2015
+ * "public" is reserved for the automatically ensured workspace public room;
2016
+ * user-facing project create/update APIs reject it.
2015
2017
  */
2016
- type ProjectKind = "business" | "training" | "personal";
2018
+ type ProjectKind = "business" | "training" | "personal" | "public";
2017
2019
  /**
2018
2020
  * Project type definition
2019
2021
  */
package/dist/index.d.ts CHANGED
@@ -2012,8 +2012,10 @@ interface WorkspaceStore {
2012
2012
  * Project kind classification
2013
2013
  *
2014
2014
  * Defaults to "business" for legacy rows and omitted input.
2015
+ * "public" is reserved for the automatically ensured workspace public room;
2016
+ * user-facing project create/update APIs reject it.
2015
2017
  */
2016
- type ProjectKind = "business" | "training" | "personal";
2018
+ type ProjectKind = "business" | "training" | "personal" | "public";
2017
2019
  /**
2018
2020
  * Project type definition
2019
2021
  */