@mapsight/lib-redux 2.0.0 → 2.0.3
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/dist/package.json +4 -2
- package/package.json +5 -2
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapsight/lib-redux",
|
|
3
3
|
"description": "Mapsight Redux Library",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@mapsight/lib-js": "workspace:^",
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"redux": "catalog:"
|
|
38
38
|
},
|
|
39
|
+
"repository": {
|
|
40
|
+
"url": "https://github.com/open-mapsight/mapsight"
|
|
41
|
+
},
|
|
39
42
|
"scripts": {
|
|
40
43
|
"build": "npm-run-all build:setup build:modules build:copy",
|
|
41
44
|
"build:copy": "cpx '{package.json,README.md}' dist/",
|
|
@@ -43,7 +46,6 @@
|
|
|
43
46
|
"build:setup": "mkdirp dist",
|
|
44
47
|
"clean": "rimraf dist/*",
|
|
45
48
|
"clean-build": "run-s clean build",
|
|
46
|
-
"prepublishOnly": "pnpm run clean-build",
|
|
47
49
|
"typecheck": "tsc --noEmit",
|
|
48
50
|
"watch": "run-p watch:*",
|
|
49
51
|
"watch:copy": "pnpm run build:copy --watch",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapsight/lib-redux",
|
|
3
3
|
"description": "Mapsight Redux Library",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"lodash": "^4.18.1",
|
|
8
8
|
"redux-thunk": "^2.4.2",
|
|
9
|
-
"@mapsight/lib-js": "^3.0.
|
|
9
|
+
"@mapsight/lib-js": "^3.0.3"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/lodash": "^4.17.24",
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"redux": "^4.2.1"
|
|
38
38
|
},
|
|
39
|
+
"repository": {
|
|
40
|
+
"url": "https://github.com/open-mapsight/mapsight"
|
|
41
|
+
},
|
|
39
42
|
"scripts": {
|
|
40
43
|
"build": "npm-run-all build:setup build:modules build:copy",
|
|
41
44
|
"build:copy": "cpx '{package.json,README.md}' dist/",
|