@arbocollab/arbo-web-target 0.0.2-alpha.10 → 0.0.2-alpha.11
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/index.es.js +2 -1
- package/npmjs.npmrc +1 -1
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -111727,5 +111727,6 @@ const jSt = /* @__PURE__ */ qd(WSt, [["__scopeId", "data-v-54846bc4"], ["__file"
|
|
|
111727
111727
|
const TSt = l3e();
|
|
111728
111728
|
G1(TSt);
|
|
111729
111729
|
export {
|
|
111730
|
-
jSt as ArboTargetsComponent
|
|
111730
|
+
jSt as ArboTargetsComponent,
|
|
111731
|
+
jSt as default
|
|
111731
111732
|
};
|
package/npmjs.npmrc
CHANGED