@mappedin/events 6.0.1-beta.54 → 6.0.1-beta.55
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": "@mappedin/events",
|
|
3
|
-
"version": "6.0.1-beta.
|
|
3
|
+
"version": "6.0.1-beta.55",
|
|
4
4
|
"homepage": "https://developer.mappedin.com/",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "lib/esm/index.js",
|
|
@@ -14,6 +14,13 @@
|
|
|
14
14
|
"THIRD_PARTY_LICENSES.txt"
|
|
15
15
|
],
|
|
16
16
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
17
|
+
"peerDependencies": {
|
|
18
|
+
"@mappedin/mappedin-js": "^6.0.0-rc.4"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {},
|
|
21
|
+
"volta": {
|
|
22
|
+
"extends": "../../package.json"
|
|
23
|
+
},
|
|
17
24
|
"scripts": {
|
|
18
25
|
"start": "pnpm build && concurrently \"node scripts/build.mjs --watchChanges\" \"node scripts/start.mjs\"",
|
|
19
26
|
"build": "pnpm clean && tsc -b && node scripts/build.mjs",
|
|
@@ -21,14 +28,8 @@
|
|
|
21
28
|
"types": "tsc -b",
|
|
22
29
|
"test": "NODE_ENV=test jest",
|
|
23
30
|
"test:cov": "NODE_ENV=test jest --coverage",
|
|
31
|
+
"version:ci": "pnpm version --no-commit-hooks --no-git-tag-version",
|
|
24
32
|
"clean": "rm -rf lib/** && rm -rf examples/dist/**",
|
|
25
33
|
"docs": "pnpm build && typedoc"
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
"@mappedin/mappedin-js": "^6.0.1-beta.42"
|
|
29
|
-
},
|
|
30
|
-
"volta": {
|
|
31
|
-
"extends": "../../package.json"
|
|
32
|
-
},
|
|
33
|
-
"gitHead": "07c9939608fc14849cd054e485ebc46c1da9783d"
|
|
34
|
-
}
|
|
34
|
+
}
|
|
35
|
+
}
|