@darajs/core 1.21.25 → 1.22.0-alpha.1
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darajs/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.22.0-alpha.1",
|
|
4
4
|
"description": "Dara Framework core",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"Krzysztof Bielikowicz <krzysztof@causalens.com>"
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
|
-
"build": "rimraf dist && rimraf dara/core/umd && vite build && tsc && cp -R js/assets dist/ && cp js/index.css dist/ && tsc-alias && cp -R dist/umd
|
|
22
|
+
"build": "rimraf dist && rimraf dara/core/umd && vite build && tsc && cp -R js/assets dist/ && cp js/index.css dist/ && tsc-alias && cp -R dist/umd/. dara/core/_assets/auto_js/",
|
|
23
23
|
"prepare-dev": "mkdir -p dist && tsc && cp -R js/assets dist/ && cp js/index.css dist/ && tsc-alias",
|
|
24
24
|
"build-dev": "mkdir -p dist && cp js/index.css dist/ && cp -R js/assets dist/ && tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
|
|
25
25
|
"clean": "rimraf api assets components shared types *.js.map *.d.ts '!(*.config).js' *.css",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@babel/preset-env": "^7.23.0",
|
|
40
40
|
"@babel/preset-react": "^7.22.15",
|
|
41
41
|
"@babel/preset-typescript": "^7.23.0",
|
|
42
|
-
"@darajs/eslint-config": "1.
|
|
43
|
-
"@darajs/prettier-config": "1.
|
|
44
|
-
"@darajs/stylelint-config": "1.
|
|
42
|
+
"@darajs/eslint-config": "1.22.0-alpha.1",
|
|
43
|
+
"@darajs/prettier-config": "1.22.0-alpha.1",
|
|
44
|
+
"@darajs/stylelint-config": "1.22.0-alpha.1",
|
|
45
45
|
"@rollup/plugin-inject": "^4.0.4",
|
|
46
46
|
"@testing-library/dom": "^9.3.0",
|
|
47
47
|
"@testing-library/jest-dom": "^6.0.0",
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
"whatwg-fetch": "^3.6.20"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@darajs/styled-components": "1.
|
|
79
|
-
"@darajs/ui-components": "1.
|
|
80
|
-
"@darajs/ui-notifications": "1.
|
|
81
|
-
"@darajs/ui-utils": "1.
|
|
78
|
+
"@darajs/styled-components": "1.22.0-alpha.1",
|
|
79
|
+
"@darajs/ui-components": "1.22.0-alpha.1",
|
|
80
|
+
"@darajs/ui-notifications": "1.22.0-alpha.1",
|
|
81
|
+
"@darajs/ui-utils": "1.22.0-alpha.1",
|
|
82
82
|
"@fortawesome/fontawesome-free": "~6.4.0",
|
|
83
83
|
"@recoiljs/refine": "^0.1.1",
|
|
84
84
|
"@tanstack/query-core": "^4.40.0",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"engines": {
|
|
117
117
|
"node": ">=20.19.0"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "c339929b358f6387403ac5738a4ff5964b530fae"
|
|
120
120
|
}
|
|
File without changes
|