@integry/sdk 3.3.2-beta.4 → 3.3.2-beta.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/LICENSE +12 -12
- package/README.md +21 -21
- package/README_INTERNAL.md +176 -176
- package/dist/esm/index.csm.d.ts +464 -464
- package/dist/esm/index.csm.js +4 -4
- package/dist/umd/index.umd.d.ts +454 -454
- package/dist/umd/index.umd.js +4 -4
- package/package.json +104 -104
package/package.json
CHANGED
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@integry/sdk",
|
|
3
|
-
"version": "3.3.2-beta.
|
|
4
|
-
"description": "Integry SDK",
|
|
5
|
-
"main": "dist/umd/index.umd.js",
|
|
6
|
-
"module": "dist/esm/index.csm.js",
|
|
7
|
-
"types": "dist/esm/index.csm.d.ts",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"bump": "bump -t \"sdk-release-v%s\" -c \"SDK release v%s\"",
|
|
10
|
-
"lint": "eslint src --ext .js --ext .ts",
|
|
11
|
-
"start": "rollup -c -w --no-watch.skipWrite --environment HOT_RELOAD_ENABLED",
|
|
12
|
-
"build:prod": "cross-env NODE_ENV=production rollup -c --environment MINIFY_ENABLED,PROD_MODE_ENABLED",
|
|
13
|
-
"build:dev": "rollup -c",
|
|
14
|
-
"prepublishOnly": "yarn lint && yarn build:prod",
|
|
15
|
-
"size": "yarn build:prod && size-limit",
|
|
16
|
-
"test": "jest",
|
|
17
|
-
"storybook": "start-storybook -p 6006",
|
|
18
|
-
"build-storybook": "build-storybook"
|
|
19
|
-
},
|
|
20
|
-
"keywords": [
|
|
21
|
-
"javascript",
|
|
22
|
-
"npm",
|
|
23
|
-
"rollup",
|
|
24
|
-
"typescript"
|
|
25
|
-
],
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Osama Aamer",
|
|
28
|
-
"email": "osama@integry.io"
|
|
29
|
-
},
|
|
30
|
-
"license": "Apache-2.0",
|
|
31
|
-
"browserslist": "> 0.5%, not dead, not op_mini all",
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@babel/core": "^7.14.6",
|
|
34
|
-
"@jsdevtools/version-bump-prompt": "^6.1.0",
|
|
35
|
-
"@rollup/plugin-commonjs": "^18.0.0",
|
|
36
|
-
"@rollup/plugin-json": "^4.1.0",
|
|
37
|
-
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
38
|
-
"@rollup/plugin-replace": "^3.0.0",
|
|
39
|
-
"@size-limit/preset-big-lib": "^4.10.2",
|
|
40
|
-
"@storybook/addon-a11y": "^6.5.12",
|
|
41
|
-
"@storybook/addon-actions": "^6.5.12",
|
|
42
|
-
"@storybook/addon-essentials": "^6.5.12",
|
|
43
|
-
"@storybook/addon-links": "^6.5.12",
|
|
44
|
-
"@storybook/addon-postcss": "^2.0.0",
|
|
45
|
-
"@storybook/preact": "^6.5.12",
|
|
46
|
-
"@storybook/preset-scss": "^1.0.3",
|
|
47
|
-
"@testing-library/preact": "^2.0.1",
|
|
48
|
-
"@types/jest": "^26.0.23",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
|
50
|
-
"@typescript-eslint/parser": "^4.20.0",
|
|
51
|
-
"autoprefixer": "^10.2.5",
|
|
52
|
-
"babel-loader": "^8.2.2",
|
|
53
|
-
"chalk": "^4.1.0",
|
|
54
|
-
"core-js": "^3.15.1",
|
|
55
|
-
"cross-env": "^7.0.3",
|
|
56
|
-
"css-loader": "5.2.6",
|
|
57
|
-
"dotenv": "^8.2.0",
|
|
58
|
-
"eslint": "^7.23.0",
|
|
59
|
-
"eslint-config-airbnb-base": "^14.2.1",
|
|
60
|
-
"eslint-config-prettier": "^8.1.0",
|
|
61
|
-
"eslint-import-resolver-typescript": "^2.4.0",
|
|
62
|
-
"eslint-plugin-import": "^2.22.1",
|
|
63
|
-
"identity-obj-proxy": "^3.0.0",
|
|
64
|
-
"jest": "^27.0.6",
|
|
65
|
-
"postcss": "^8.2.10",
|
|
66
|
-
"postcss-loader": "^4.0.0",
|
|
67
|
-
"postcss-nested": "^5.0.5",
|
|
68
|
-
"prettier": "2.2.1",
|
|
69
|
-
"rollup": "^2.44.0",
|
|
70
|
-
"rollup-plugin-clear": "^2.0.7",
|
|
71
|
-
"rollup-plugin-license": "^2.3.0",
|
|
72
|
-
"rollup-plugin-livereload": "^2.0.0",
|
|
73
|
-
"rollup-plugin-postcss": "^4.0.0",
|
|
74
|
-
"rollup-plugin-serve": "^1.1.0",
|
|
75
|
-
"rollup-plugin-sizes": "^1.0.4",
|
|
76
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
77
|
-
"rollup-plugin-ts": "^1.4.0",
|
|
78
|
-
"sass": "^1.55.0",
|
|
79
|
-
"sass-loader": "10.1.1",
|
|
80
|
-
"size-limit": "^4.10.2",
|
|
81
|
-
"style-loader": "2.0.0",
|
|
82
|
-
"ts-jest": "^27.0.3",
|
|
83
|
-
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
84
|
-
"typescript": "^4.4.3"
|
|
85
|
-
},
|
|
86
|
-
"dependencies": {
|
|
87
|
-
"classnames": "^2.3.1",
|
|
88
|
-
"fast-sort": "^3.2.1",
|
|
89
|
-
"fuzzysort": "^1.1.4",
|
|
90
|
-
"htm": "3.1.0",
|
|
91
|
-
"preact": "10.2.0",
|
|
92
|
-
"superstruct": "^0.15.2",
|
|
93
|
-
"unfetch": "^4.2.0",
|
|
94
|
-
"unistore": "^3.5.2"
|
|
95
|
-
},
|
|
96
|
-
"size-limit": [
|
|
97
|
-
{
|
|
98
|
-
"webpack": false,
|
|
99
|
-
"limit": "750 ms",
|
|
100
|
-
"path": "dist/esm/index.csm.js",
|
|
101
|
-
"import": "{ IntegryJS }"
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@integry/sdk",
|
|
3
|
+
"version": "3.3.2-beta.5",
|
|
4
|
+
"description": "Integry SDK",
|
|
5
|
+
"main": "dist/umd/index.umd.js",
|
|
6
|
+
"module": "dist/esm/index.csm.js",
|
|
7
|
+
"types": "dist/esm/index.csm.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"bump": "bump -t \"sdk-release-v%s\" -c \"SDK release v%s\"",
|
|
10
|
+
"lint": "eslint src --ext .js --ext .ts",
|
|
11
|
+
"start": "rollup -c -w --no-watch.skipWrite --environment HOT_RELOAD_ENABLED",
|
|
12
|
+
"build:prod": "cross-env NODE_ENV=production rollup -c --environment MINIFY_ENABLED,PROD_MODE_ENABLED",
|
|
13
|
+
"build:dev": "rollup -c",
|
|
14
|
+
"prepublishOnly": "yarn lint && yarn build:prod",
|
|
15
|
+
"size": "yarn build:prod && size-limit",
|
|
16
|
+
"test": "jest",
|
|
17
|
+
"storybook": "start-storybook -p 6006",
|
|
18
|
+
"build-storybook": "build-storybook"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"javascript",
|
|
22
|
+
"npm",
|
|
23
|
+
"rollup",
|
|
24
|
+
"typescript"
|
|
25
|
+
],
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Osama Aamer",
|
|
28
|
+
"email": "osama@integry.io"
|
|
29
|
+
},
|
|
30
|
+
"license": "Apache-2.0",
|
|
31
|
+
"browserslist": "> 0.5%, not dead, not op_mini all",
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@babel/core": "^7.14.6",
|
|
34
|
+
"@jsdevtools/version-bump-prompt": "^6.1.0",
|
|
35
|
+
"@rollup/plugin-commonjs": "^18.0.0",
|
|
36
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
37
|
+
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
38
|
+
"@rollup/plugin-replace": "^3.0.0",
|
|
39
|
+
"@size-limit/preset-big-lib": "^4.10.2",
|
|
40
|
+
"@storybook/addon-a11y": "^6.5.12",
|
|
41
|
+
"@storybook/addon-actions": "^6.5.12",
|
|
42
|
+
"@storybook/addon-essentials": "^6.5.12",
|
|
43
|
+
"@storybook/addon-links": "^6.5.12",
|
|
44
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
45
|
+
"@storybook/preact": "^6.5.12",
|
|
46
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
47
|
+
"@testing-library/preact": "^2.0.1",
|
|
48
|
+
"@types/jest": "^26.0.23",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "^4.20.0",
|
|
50
|
+
"@typescript-eslint/parser": "^4.20.0",
|
|
51
|
+
"autoprefixer": "^10.2.5",
|
|
52
|
+
"babel-loader": "^8.2.2",
|
|
53
|
+
"chalk": "^4.1.0",
|
|
54
|
+
"core-js": "^3.15.1",
|
|
55
|
+
"cross-env": "^7.0.3",
|
|
56
|
+
"css-loader": "5.2.6",
|
|
57
|
+
"dotenv": "^8.2.0",
|
|
58
|
+
"eslint": "^7.23.0",
|
|
59
|
+
"eslint-config-airbnb-base": "^14.2.1",
|
|
60
|
+
"eslint-config-prettier": "^8.1.0",
|
|
61
|
+
"eslint-import-resolver-typescript": "^2.4.0",
|
|
62
|
+
"eslint-plugin-import": "^2.22.1",
|
|
63
|
+
"identity-obj-proxy": "^3.0.0",
|
|
64
|
+
"jest": "^27.0.6",
|
|
65
|
+
"postcss": "^8.2.10",
|
|
66
|
+
"postcss-loader": "^4.0.0",
|
|
67
|
+
"postcss-nested": "^5.0.5",
|
|
68
|
+
"prettier": "2.2.1",
|
|
69
|
+
"rollup": "^2.44.0",
|
|
70
|
+
"rollup-plugin-clear": "^2.0.7",
|
|
71
|
+
"rollup-plugin-license": "^2.3.0",
|
|
72
|
+
"rollup-plugin-livereload": "^2.0.0",
|
|
73
|
+
"rollup-plugin-postcss": "^4.0.0",
|
|
74
|
+
"rollup-plugin-serve": "^1.1.0",
|
|
75
|
+
"rollup-plugin-sizes": "^1.0.4",
|
|
76
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
77
|
+
"rollup-plugin-ts": "^1.4.0",
|
|
78
|
+
"sass": "^1.55.0",
|
|
79
|
+
"sass-loader": "10.1.1",
|
|
80
|
+
"size-limit": "^4.10.2",
|
|
81
|
+
"style-loader": "2.0.0",
|
|
82
|
+
"ts-jest": "^27.0.3",
|
|
83
|
+
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
84
|
+
"typescript": "^4.4.3"
|
|
85
|
+
},
|
|
86
|
+
"dependencies": {
|
|
87
|
+
"classnames": "^2.3.1",
|
|
88
|
+
"fast-sort": "^3.2.1",
|
|
89
|
+
"fuzzysort": "^1.1.4",
|
|
90
|
+
"htm": "3.1.0",
|
|
91
|
+
"preact": "10.2.0",
|
|
92
|
+
"superstruct": "^0.15.2",
|
|
93
|
+
"unfetch": "^4.2.0",
|
|
94
|
+
"unistore": "^3.5.2"
|
|
95
|
+
},
|
|
96
|
+
"size-limit": [
|
|
97
|
+
{
|
|
98
|
+
"webpack": false,
|
|
99
|
+
"limit": "750 ms",
|
|
100
|
+
"path": "dist/esm/index.csm.js",
|
|
101
|
+
"import": "{ IntegryJS }"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|