react-iiif-vault 0.9.5 → 0.9.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-iiif-vault",
3
- "version": "0.9.5",
3
+ "version": "0.9.8",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -17,52 +17,62 @@
17
17
  "default": "./dist/index.umd.js"
18
18
  }
19
19
  },
20
+ "typesVersions": {
21
+ "*": {
22
+ "*": [
23
+ "dist/index.d.ts"
24
+ ]
25
+ }
26
+ },
20
27
  "scripts": {
28
+ "start": "vite",
21
29
  "build": "tsc -p ./tsconfig.types.json --declaration --emitDeclarationOnly && rollup -c",
22
30
  "prepublishOnly": "tsc -p ./tsconfig.types.json --declaration --emitDeclarationOnly && rollup -c",
23
- "test": "jest"
31
+ "test": "vitest"
24
32
  },
25
33
  "license": "MIT",
26
34
  "resolutions": {
27
- "@atlas-viewer/iiif-image-api": "^2.0.2",
28
- "@iiif/vault": "^0.9.15",
29
- "@iiif/parser": "^1.0.6",
30
- "@iiif/presentation-3": "^1.0.4"
35
+ "@atlas-viewer/iiif-image-api": "^2.0.3",
36
+ "@iiif/vault": "^0.9.18",
37
+ "@iiif/parser": "^1.0.8",
38
+ "@iiif/presentation-3": "^1.0.5"
31
39
  },
32
40
  "dependencies": {
33
- "@atlas-viewer/iiif-image-api": "^2.0.2",
34
- "@iiif/presentation-2": "^1.0.1",
35
- "@iiif/presentation-3": "^1.0.4",
36
- "@iiif/vault": "^0.9.15",
37
- "@iiif/vault-helpers": "^0.9.4",
41
+ "@atlas-viewer/atlas": "^2.0.0-alpha.10",
42
+ "@atlas-viewer/iiif-image-api": "^2.*",
43
+ "@iiif/presentation-2": "^1.*",
44
+ "@iiif/presentation-3": "^1.*",
45
+ "@iiif/parser": "^1.*",
46
+ "@iiif/vault": "^0.*",
47
+ "@iiif/vault-helpers": "^0.*",
38
48
  "react": "^16.10.2 || ^17.0.2",
39
49
  "react-dom": "^16.10.2 || ^17.0.2",
40
- "redux": "^4.1.2",
41
- "rollup": "^2.70.0",
50
+ "redux": "^4.2.0",
51
+ "rollup": "^2.72.1",
42
52
  "typescript": "^4.6.2"
43
53
  },
44
54
  "devDependencies": {
45
55
  "@rollup/plugin-replace": "^4.0.0",
46
- "@testing-library/react": "^12.1.3",
56
+ "@testing-library/react": "^12.1.4",
47
57
  "@testing-library/react-hooks": "^7.0.2",
48
- "@types/jest": "^27.4.1",
49
- "@types/react": "^17.0.39",
58
+ "@types/react": "^17.0.40",
50
59
  "@types/react-dom": "^17.0.13",
51
- "@typescript-eslint/eslint-plugin": "^5.14.0",
52
- "@typescript-eslint/parser": "^5.14.0",
53
- "eslint": "^8.10.0",
60
+ "@typescript-eslint/eslint-plugin": "^5.22.0",
61
+ "@typescript-eslint/parser": "^5.22.0",
62
+ "@vitejs/plugin-react": "^1.3.2",
63
+ "eslint": "^8.11.0",
54
64
  "eslint-plugin-json": "^3.1.0",
55
65
  "eslint-plugin-prettier": "^4.0.0",
56
- "jest": "^27.5.1",
57
- "jest-environment-jsdom": "^27.5.1",
58
- "prettier": "^2.5.1",
66
+ "happy-dom": "^3.2.2",
67
+ "prettier": "^2.6.2",
59
68
  "react": "^16.10.2 || ^17.0.2",
60
69
  "react-dom": "^16.10.2 || ^17.0.2",
61
70
  "react-use": "^17.3.2",
62
- "redux": "^4.1.2",
71
+ "redux": "^4.2.0",
63
72
  "rollup-library-template": "^1.0.4",
64
- "ts-jest": "^27.1.3",
65
- "tslib": "^2.3.1"
73
+ "tslib": "^2.3.1",
74
+ "vite": "^2.9.9",
75
+ "vitest": "^0.12.6"
66
76
  },
67
77
  "publishConfig": {
68
78
  "access": "public"