@canopy-iiif/app 1.9.16 → 1.9.18

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.
@@ -3,6 +3,10 @@
3
3
  * Run `node packages/helpers/locales/sync-default-locale.js` after updating locale copy.
4
4
  */
5
5
  module.exports = {
6
+ routes: {
7
+ search: 'search',
8
+ works: 'works'
9
+ },
6
10
  common: {
7
11
  actions: {
8
12
  open: 'Open',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "1.9.16",
3
+ "version": "1.9.18",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
package/ui/dist/index.mjs CHANGED
@@ -47,6 +47,10 @@ var require_default_locale = __commonJS({
47
47
  "lib/default-locale.js"(exports2, module2) {
48
48
  "use strict";
49
49
  module2.exports = {
50
+ routes: {
51
+ search: "search",
52
+ works: "works"
53
+ },
50
54
  common: {
51
55
  actions: {
52
56
  open: "Open",