Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit a193502

Browse files
committed
updated manifesto
1 parent 0982878 commit a193502

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/iiif-gallery-component.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-gallery-component v1.1.1 https://github.com/iiif-commons/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.1.2 https://github.com/iiif-commons/iiif-gallery-component#readme
22
/// <reference types="jquery" />
33
interface JQuery {
44
link: any;

dist/iiif-gallery-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-gallery-component v1.1.1 https://github.com/iiif-commons/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.1.2 https://github.com/iiif-commons/iiif-gallery-component#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.iiifGalleryComponent = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
33
(function (global){
44

dist/iiif-gallery-component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/js/iiif-gallery-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-gallery-component v1.1.1 https://github.com/iiif-commons/iiif-gallery-component#readme
1+
// iiif-gallery-component v1.1.2 https://github.com/iiif-commons/iiif-gallery-component#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.iiifGalleryComponent = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
33
(function (global){
44

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iiif-gallery-component",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "",
55
"main": "index.js",
66
"types": "./dist/iiif-gallery-component.d.ts",
@@ -25,7 +25,7 @@
2525
"exjs": "BSick7/exjs#0.5.0",
2626
"extensions": "edsilv/extensions#v0.2.2",
2727
"jquery-plugins": "edsilv/jquery-plugins#v1.0.0",
28-
"manifesto.js": "^2.2.1",
29-
"manifold": "iiif-commons/manifold#removetypings"
28+
"manifesto.js": "2.2.2",
29+
"manifold": "iiif-commons/manifold#v1.2.13"
3030
}
3131
}

0 commit comments

Comments
 (0)