cooptypes 0.5.13 → 0.5.14
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/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -805,10 +805,10 @@ const newprogram = {
|
|
|
805
805
|
|
|
806
806
|
const index$j = {
|
|
807
807
|
__proto__: null,
|
|
808
|
-
Draft: newdraft,
|
|
809
808
|
NewAct: newact,
|
|
810
809
|
NewBatch: newbatch,
|
|
811
810
|
NewDecision: newdecision,
|
|
811
|
+
NewDraft: newdraft,
|
|
812
812
|
NewProgram: newprogram,
|
|
813
813
|
NewStatement: newstatement
|
|
814
814
|
};
|
package/dist/index.d.cts
CHANGED
|
@@ -2528,7 +2528,7 @@ declare namespace newprogram {
|
|
|
2528
2528
|
*/
|
|
2529
2529
|
|
|
2530
2530
|
declare namespace index$j {
|
|
2531
|
-
export {
|
|
2531
|
+
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newdraft as NewDraft, newprogram as NewProgram, newstatement as NewStatement };
|
|
2532
2532
|
}
|
|
2533
2533
|
|
|
2534
2534
|
/**
|
package/dist/index.d.mts
CHANGED
|
@@ -2528,7 +2528,7 @@ declare namespace newprogram {
|
|
|
2528
2528
|
*/
|
|
2529
2529
|
|
|
2530
2530
|
declare namespace index$j {
|
|
2531
|
-
export {
|
|
2531
|
+
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newdraft as NewDraft, newprogram as NewProgram, newstatement as NewStatement };
|
|
2532
2532
|
}
|
|
2533
2533
|
|
|
2534
2534
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -2528,7 +2528,7 @@ declare namespace newprogram {
|
|
|
2528
2528
|
*/
|
|
2529
2529
|
|
|
2530
2530
|
declare namespace index$j {
|
|
2531
|
-
export {
|
|
2531
|
+
export { newact as NewAct, newbatch as NewBatch, newdecision as NewDecision, newdraft as NewDraft, newprogram as NewProgram, newstatement as NewStatement };
|
|
2532
2532
|
}
|
|
2533
2533
|
|
|
2534
2534
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -803,10 +803,10 @@ const newprogram = {
|
|
|
803
803
|
|
|
804
804
|
const index$j = {
|
|
805
805
|
__proto__: null,
|
|
806
|
-
Draft: newdraft,
|
|
807
806
|
NewAct: newact,
|
|
808
807
|
NewBatch: newbatch,
|
|
809
808
|
NewDecision: newdecision,
|
|
809
|
+
NewDraft: newdraft,
|
|
810
810
|
NewProgram: newprogram,
|
|
811
811
|
NewStatement: newstatement
|
|
812
812
|
};
|