asab_webui_shell 25.1.4 → 25.1.6

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.
Files changed (2) hide show
  1. package/package.json +43 -43
  2. package/CHANGELOG.md +0 -7
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
1
  {
2
- "name": "asab_webui_shell",
3
- "version": "25.1.4",
4
- "license": "BSD-3-Clause",
5
- "description": "TeskaLabs ASAB WebUI Shell Application",
6
- "main": "dist/index.js",
7
- "files": [
8
- "dist"
9
- ],
10
- "publishConfig": {
11
- "registry": "https://registry.npmjs.org/"
12
- },
13
- "scripts": {
14
- "clean": "rimraf dist",
15
- "build": "babel src --extensions '.js,.jsx' --out-dir dist && copyfiles -u 1 'src/**/*.{scss,jsx}' dist"
16
- },
17
- "dependencies": {
18
- "i18next-browser-languagedetector": "^6.1.2"
19
- },
20
- "devDependencies": {
21
- "@babel/cli": "^7.22.11",
22
- "@babel/core": "^7.22.11",
23
- "@babel/plugin-transform-runtime": "^7.22.10",
24
- "@babel/preset-env": "^7.22.10",
25
- "@babel/preset-react": "^7.22.5",
26
- "babel-plugin-module-resolver": "^5.0.2",
27
- "copyfiles": "^2.4.1",
28
- "rimraf": "^5.0.0"
29
- },
30
- "peerDependencies": {
31
- "asab_webui_components": "^25.1.1",
32
- "@babel/runtime": "^7.22.11",
33
- "react": "^17.0.0",
34
- "react-dom": "^17.0.0",
35
- "axios": "^0.21.1",
36
- "i18next": "^20.3.5",
37
- "react-i18next": "^11.8.12",
38
- "react-redux": "^7.2.0",
39
- "react-router": "^6.16.0",
40
- "react-router-dom": "^6.16.0",
41
- "reactstrap": "^9.2.0",
42
- "redux": "^4.0.5"
43
- }
44
- }
2
+ "name": "asab_webui_shell",
3
+ "version": "25.1.6",
4
+ "license": "BSD-3-Clause",
5
+ "description": "TeskaLabs ASAB WebUI Shell Application",
6
+ "main": "dist/index.js",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "publishConfig": {
11
+ "registry": "https://registry.npmjs.org/"
12
+ },
13
+ "dependencies": {
14
+ "i18next-browser-languagedetector": "^6.1.2"
15
+ },
16
+ "devDependencies": {
17
+ "@babel/cli": "^7.22.11",
18
+ "@babel/core": "^7.22.11",
19
+ "@babel/plugin-transform-runtime": "^7.22.10",
20
+ "@babel/preset-env": "^7.22.10",
21
+ "@babel/preset-react": "^7.22.5",
22
+ "babel-plugin-module-resolver": "^5.0.2",
23
+ "copyfiles": "^2.4.1",
24
+ "rimraf": "^5.0.0"
25
+ },
26
+ "peerDependencies": {
27
+ "asab_webui_components": "^25.1.1",
28
+ "@babel/runtime": "^7.22.11",
29
+ "react": "^17.0.0",
30
+ "react-dom": "^17.0.0",
31
+ "axios": "^0.21.1",
32
+ "i18next": "^20.3.5",
33
+ "react-i18next": "^11.8.12",
34
+ "react-redux": "^7.2.0",
35
+ "react-router": "^6.16.0",
36
+ "react-router-dom": "^6.16.0",
37
+ "reactstrap": "^9.2.0",
38
+ "redux": "^4.0.5"
39
+ },
40
+ "scripts": {
41
+ "clean": "rimraf dist",
42
+ "build": "babel src --extensions '.js,.jsx' --out-dir dist && copyfiles -u 1 'src/**/*.{scss,jsx}' dist"
43
+ }
44
+ }
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # CHANGELOG for ASAB WebUI Shell
2
-
3
- ## 25.1.3
4
-
5
- ### Refactor
6
-
7
- - Allow publish to npm only on tag build (!1)