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

Commit 52ccfb0

Browse files
committed
updated manifesto
1 parent ce6a9b2 commit 52ccfb0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/iiif-tree-component.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-tree-component v1.1.3 https://github.com/iiif-commons/iiif-tree-component#readme
1+
// iiif-tree-component v1.1.4 https://github.com/iiif-commons/iiif-tree-component#readme
22
interface JQuery {
33
link: any;
44
render: any;

dist/iiif-tree-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-tree-component v1.1.3 https://github.com/iiif-commons/iiif-tree-component#readme
1+
// iiif-tree-component v1.1.4 https://github.com/iiif-commons/iiif-tree-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.iiifTreeComponent = 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-tree-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-tree-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// iiif-tree-component v1.1.3 https://github.com/iiif-commons/iiif-tree-component#readme
1+
// iiif-tree-component v1.1.4 https://github.com/iiif-commons/iiif-tree-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.iiifTreeComponent = 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-tree-component",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "",
55
"main": "index.js",
66
"types": "./dist/iiif-tree-component.d.ts",
@@ -20,8 +20,8 @@
2020
"exjs": "BSick7/exjs#0.5.0",
2121
"gulp": "^3.9.1",
2222
"gulp-tasks": "iiif-commons/gulp-tasks#v1.0.7",
23-
"manifesto.js": "^2.2.1",
24-
"manifold": "iiif-commons/manifold#v1.2.12"
23+
"manifesto.js": "2.2.2",
24+
"manifold": "iiif-commons/manifold#v1.2.13"
2525
},
2626
"dependencies": {
2727
"@types/jquery": "^3.2.16"

0 commit comments

Comments
 (0)