@learncard/helpers 1.0.15 → 1.0.16
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/helpers",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.16",
|
4
4
|
"description": "Shared helpers for LearnCard packages",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/helpers.esm.js",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
},
|
33
33
|
"types": "./dist/helpers.d.ts",
|
34
34
|
"dependencies": {
|
35
|
-
"@learncard/types": "5.5.
|
35
|
+
"@learncard/types": "5.5.4"
|
36
36
|
},
|
37
37
|
"scripts": {
|
38
38
|
"build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && dts-bundle-generator src/index.ts -o dist/helpers.d.ts --no-check",
|