@learncard/core 9.3.10 → 9.3.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/core",
|
3
|
-
"version": "9.3.
|
3
|
+
"version": "9.3.11",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/core.esm.js",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"sift": "^17.0.1",
|
30
30
|
"ts-jest": "^29.0.3",
|
31
31
|
"tsc-alias": "^1.6.9",
|
32
|
-
"@learncard/types": "5.
|
32
|
+
"@learncard/types": "5.6.0"
|
33
33
|
},
|
34
34
|
"types": "./dist/index.d.ts",
|
35
35
|
"dependencies": {
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"cross-fetch": "^3.1.5",
|
39
39
|
"isomorphic-fetch": "^3.0.0",
|
40
40
|
"isomorphic-webcrypto": "^2.3.8",
|
41
|
-
"@learncard/helpers": "1.1.
|
41
|
+
"@learncard/helpers": "1.1.2"
|
42
42
|
},
|
43
43
|
"scripts": {
|
44
44
|
"build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.build.json && tsc-alias",
|