@digitalculture/ochre-sdk 0.12.13 → 0.12.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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3166,7 +3166,7 @@ const KNOWN_ABBREVIATIONS = {
|
|
|
3166
3166
|
ssmc: "8ff977dd-d440-40f5-ad93-8ad7e2d39e74",
|
|
3167
3167
|
"sosc-core-at-smart": "db26c953-9b2a-4691-a909-5e8726b531d7"
|
|
3168
3168
|
};
|
|
3169
|
-
const V2_ABBREVIATIONS = new Set(
|
|
3169
|
+
const V2_ABBREVIATIONS = /* @__PURE__ */ new Set();
|
|
3170
3170
|
/**
|
|
3171
3171
|
* Fetches and parses a website configuration from the OCHRE API
|
|
3172
3172
|
*
|
package/package.json
CHANGED