@iblai/data-layer 1.2.4 → 1.2.5
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 +12 -11
- package/package.json +13 -12
package/dist/package.json
CHANGED
|
@@ -32,7 +32,8 @@
|
|
|
32
32
|
"lint": "eslint --fix",
|
|
33
33
|
"lint:check": "eslint",
|
|
34
34
|
"typecheck": "tsc --noEmit",
|
|
35
|
-
"prepublishOnly": "pnpm run build"
|
|
35
|
+
"prepublishOnly": "pnpm run build",
|
|
36
|
+
"release": "release-it"
|
|
36
37
|
},
|
|
37
38
|
"keywords": [
|
|
38
39
|
"web",
|
|
@@ -43,36 +44,36 @@
|
|
|
43
44
|
"author": "iblai",
|
|
44
45
|
"license": "ISC",
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@eslint/js": "
|
|
47
|
+
"@eslint/js": "9.39.4",
|
|
47
48
|
"@rollup/plugin-commonjs": "25.0.8",
|
|
48
49
|
"@rollup/plugin-node-resolve": "15.3.1",
|
|
49
50
|
"@rollup/plugin-typescript": "11.1.6",
|
|
50
|
-
"@testing-library/jest-dom": "
|
|
51
|
-
"@testing-library/react": "
|
|
52
|
-
"@types/jest": "
|
|
53
|
-
"@types/node": "
|
|
51
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
52
|
+
"@testing-library/react": "16.3.2",
|
|
53
|
+
"@types/jest": "29.5.14",
|
|
54
|
+
"@types/node": "22.19.15",
|
|
54
55
|
"@types/react": "19.1.17",
|
|
55
|
-
"@types/testing-library__jest-dom": "
|
|
56
|
+
"@types/testing-library__jest-dom": "5.14.9",
|
|
56
57
|
"@typescript-eslint/eslint-plugin": "8.29.1",
|
|
57
58
|
"@typescript-eslint/parser": "8.29.1",
|
|
58
59
|
"eslint": "9.24.0",
|
|
59
60
|
"eslint-config-prettier": "10.1.2",
|
|
60
|
-
"globals": "
|
|
61
|
+
"globals": "16.5.0",
|
|
61
62
|
"husky": "9.1.7",
|
|
62
63
|
"jest": "29.7.0",
|
|
63
64
|
"jest-environment-jsdom": "29.7.0",
|
|
64
65
|
"prettier": "3.5.3",
|
|
65
66
|
"rollup": "4.40.0",
|
|
66
|
-
"rollup-plugin-dts": "
|
|
67
|
+
"rollup-plugin-dts": "6.4.0",
|
|
67
68
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
68
69
|
"rollup-plugin-typescript2": "0.36.0",
|
|
69
|
-
"ts-jest": "
|
|
70
|
+
"ts-jest": "29.4.6",
|
|
70
71
|
"tslib": "2.8.1",
|
|
71
72
|
"typescript": "5.8.3"
|
|
72
73
|
},
|
|
73
74
|
"dependencies": {
|
|
74
75
|
"@iblai/iblai-api": "4.166.0-ai",
|
|
75
|
-
"rollup-plugin-copy": "
|
|
76
|
+
"rollup-plugin-copy": "3.5.0",
|
|
76
77
|
"zod": "3.24.2"
|
|
77
78
|
},
|
|
78
79
|
"peerDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iblai/data-layer",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "ibl.ai data layer",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,36 +29,36 @@
|
|
|
29
29
|
"author": "iblai",
|
|
30
30
|
"license": "ISC",
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@eslint/js": "
|
|
32
|
+
"@eslint/js": "9.39.4",
|
|
33
33
|
"@rollup/plugin-commonjs": "25.0.8",
|
|
34
34
|
"@rollup/plugin-node-resolve": "15.3.1",
|
|
35
35
|
"@rollup/plugin-typescript": "11.1.6",
|
|
36
|
-
"@testing-library/jest-dom": "
|
|
37
|
-
"@testing-library/react": "
|
|
38
|
-
"@types/jest": "
|
|
39
|
-
"@types/node": "
|
|
36
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
37
|
+
"@testing-library/react": "16.3.2",
|
|
38
|
+
"@types/jest": "29.5.14",
|
|
39
|
+
"@types/node": "22.19.15",
|
|
40
40
|
"@types/react": "19.1.17",
|
|
41
|
-
"@types/testing-library__jest-dom": "
|
|
41
|
+
"@types/testing-library__jest-dom": "5.14.9",
|
|
42
42
|
"@typescript-eslint/eslint-plugin": "8.29.1",
|
|
43
43
|
"@typescript-eslint/parser": "8.29.1",
|
|
44
44
|
"eslint": "9.24.0",
|
|
45
45
|
"eslint-config-prettier": "10.1.2",
|
|
46
|
-
"globals": "
|
|
46
|
+
"globals": "16.5.0",
|
|
47
47
|
"husky": "9.1.7",
|
|
48
48
|
"jest": "29.7.0",
|
|
49
49
|
"jest-environment-jsdom": "29.7.0",
|
|
50
50
|
"prettier": "3.5.3",
|
|
51
51
|
"rollup": "4.40.0",
|
|
52
|
-
"rollup-plugin-dts": "
|
|
52
|
+
"rollup-plugin-dts": "6.4.0",
|
|
53
53
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
54
54
|
"rollup-plugin-typescript2": "0.36.0",
|
|
55
|
-
"ts-jest": "
|
|
55
|
+
"ts-jest": "29.4.6",
|
|
56
56
|
"tslib": "2.8.1",
|
|
57
57
|
"typescript": "5.8.3"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@iblai/iblai-api": "4.166.0-ai",
|
|
61
|
-
"rollup-plugin-copy": "
|
|
61
|
+
"rollup-plugin-copy": "3.5.0",
|
|
62
62
|
"zod": "3.24.2"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"format:check": "prettier --check .",
|
|
82
82
|
"lint": "eslint --fix",
|
|
83
83
|
"lint:check": "eslint",
|
|
84
|
-
"typecheck": "tsc --noEmit"
|
|
84
|
+
"typecheck": "tsc --noEmit",
|
|
85
|
+
"release": "release-it"
|
|
85
86
|
}
|
|
86
87
|
}
|