Skip to content

Commit e5b749b

Browse files
committed
check annotation bodies for image service
1 parent de96b28 commit e5b749b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/manifold.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @iiif/manifold v1.2.29 https://github.com/iiif-commons/manifold#readme
1+
// @iiif/manifold v1.2.30 https://github.com/iiif-commons/manifold#readme
22
interface Window {
33
manifestCallback: any;
44
}

dist/manifold.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @iiif/manifold v1.2.29 https://github.com/iiif-commons/manifold#readme
1+
// @iiif/manifold v1.2.30 https://github.com/iiif-commons/manifold#readme
22
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.iiifmanifold = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
33
(function (global){
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iiif/manifold",
3-
"version": "1.2.29",
3+
"version": "1.2.30",
44
"description": "",
55
"main": "./dist/manifold.js",
66
"types": "./dist/manifold.d.ts",

0 commit comments

Comments
 (0)