@learncard/core 1.1.2 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@learncard/core",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/core.esm.js",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
10
- "author": "Taylor Beeston <beeston.taylor@gmail.com>",
10
+ "author": "Learning Economy Foundation (www.learningeconomy.io)",
11
11
  "license": "MIT",
12
12
  "homepage": "https://github.com/WeLibraryOS/LearnCard#readme",
13
13
  "repository": {
@@ -19,30 +19,34 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@glazed/types": "^0.2.0",
22
- "@learncard/types": "2.1.0",
22
+ "@learncard/types": "2.1.1",
23
+ "@types/jest": "^27.5.0",
23
24
  "@types/node": "^17.0.31",
24
25
  "aqu": "0.3.2",
25
26
  "esbuild": "^0.14.38",
26
27
  "esbuild-plugin-copy": "^1.3.0",
28
+ "tsc-alias": "^1.6.9",
27
29
  "typescript": "^4.6.4"
28
30
  },
29
31
  "types": "./dist/core.d.ts",
30
32
  "dependencies": {
31
- "@ceramicnetwork/common": "^2.0.4",
32
- "@ceramicnetwork/http-client": "2.0.4",
33
- "@ceramicnetwork/stream-tile": "^2.1.3",
34
- "@ceramicnetwork/streamid": "^2.0.4",
35
- "@glazed/did-datastore": "^0.3.1",
36
- "@glazed/tile-loader": "^0.2.0",
37
- "@peculiar/webcrypto": "^1.4.0",
33
+ "@ceramicnetwork/common": "^2.2.1",
34
+ "@ceramicnetwork/http-client": "2.3.0",
35
+ "@ceramicnetwork/stream-tile": "^2.2.2",
36
+ "@ceramicnetwork/streamid": "^2.1.0",
37
+ "@glazed/did-datastore": "^0.3.2",
38
+ "@glazed/tile-loader": "^0.2.1",
39
+ "abort-controller": "^3.0.0",
38
40
  "date-fns": "^2.28.0",
39
- "dids": "^3.1.0",
41
+ "dids": "^3.2.0",
40
42
  "hex-lite": "^1.5.0",
43
+ "isomorphic-fetch": "^3.0.0",
44
+ "isomorphic-webcrypto": "^2.3.8",
41
45
  "key-did-provider-ed25519": "^2.0.0",
42
- "key-did-resolver": "1.2.1"
46
+ "key-did-resolver": "1.4.4"
43
47
  },
44
48
  "scripts": {
45
- "build": "aqu build",
49
+ "build": "aqu build && tsc-alias",
46
50
  "start": "aqu watch",
47
51
  "lint": "aqu lint",
48
52
  "lint:fix": "aqu lint --fix",