@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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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(["bengali-song"]);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.12.13",
3
+ "version": "0.12.14",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Node.js library for working with OCHRE (Online Cultural and Historical Research Environment) data",