@willbooster/shared-lib 1.3.4 → 1.4.0
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/cjs/shuffle.js.map +1 -1
- package/dist/cjs/zenkaku.js.map +1 -1
- package/dist/esm/shuffle.js.map +1 -1
- package/dist/esm/zenkaku.js.map +1 -1
- package/package.json +12 -30
package/dist/cjs/shuffle.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shuffle.js","sources":[
|
|
1
|
+
{"version":3,"file":"shuffle.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/cjs/zenkaku.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zenkaku.js","sources":[
|
|
1
|
+
{"version":3,"file":"zenkaku.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/esm/shuffle.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shuffle.js","sources":[
|
|
1
|
+
{"version":3,"file":"shuffle.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/esm/zenkaku.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zenkaku.js","sources":[
|
|
1
|
+
{"version":3,"file":"zenkaku.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/shared-lib",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "WillBooster Inc.",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"main": "dist/cjs/index.js",
|
|
7
8
|
"module": "dist/esm/index.js",
|
|
8
9
|
"types": "dist/esm/index.d.ts",
|
|
@@ -11,7 +12,7 @@
|
|
|
11
12
|
"dist/"
|
|
12
13
|
],
|
|
13
14
|
"scripts": {
|
|
14
|
-
"build": "
|
|
15
|
+
"build": "build-ts build -t lib",
|
|
15
16
|
"cleanup": "yarn format && yarn lint-fix",
|
|
16
17
|
"format": "sort-package-json && yarn prettify",
|
|
17
18
|
"lint": "eslint --color \"./{__tests__,scripts,src}/**/*.{cjs,cts,js,jsx,mjs,mts,ts,tsx}\"",
|
|
@@ -21,45 +22,26 @@
|
|
|
21
22
|
},
|
|
22
23
|
"prettier": "@willbooster/prettier-config",
|
|
23
24
|
"devDependencies": {
|
|
24
|
-
"@babel/core": "7.20.5",
|
|
25
|
-
"@babel/plugin-proposal-class-properties": "7.18.6",
|
|
26
|
-
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
|
27
|
-
"@babel/plugin-transform-runtime": "7.19.6",
|
|
28
|
-
"@babel/preset-env": "7.20.2",
|
|
29
|
-
"@babel/preset-typescript": "7.18.6",
|
|
30
|
-
"@rollup/plugin-commonjs": "23.0.3",
|
|
31
|
-
"@rollup/plugin-json": "5.0.2",
|
|
32
|
-
"@rollup/plugin-node-resolve": "15.0.1",
|
|
33
|
-
"@rollup/plugin-replace": "5.0.1",
|
|
34
|
-
"@types/babel__core": "7.1.20",
|
|
35
|
-
"@types/babel__preset-env": "7.9.2",
|
|
36
25
|
"@types/eslint": "8.4.10",
|
|
37
26
|
"@types/micromatch": "4.0.2",
|
|
38
|
-
"@types/prettier": "2.7.
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
40
|
-
"@typescript-eslint/parser": "5.
|
|
41
|
-
"@willbooster/babel-configs": "1.3.0",
|
|
27
|
+
"@types/prettier": "2.7.2",
|
|
28
|
+
"@typescript-eslint/eslint-plugin": "5.47.1",
|
|
29
|
+
"@typescript-eslint/parser": "5.47.1",
|
|
42
30
|
"@willbooster/eslint-config-ts": "10.0.8",
|
|
43
31
|
"@willbooster/prettier-config": "9.1.1",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"eslint": "8.29.0",
|
|
32
|
+
"build-ts": "3.1.2",
|
|
33
|
+
"eslint": "8.30.0",
|
|
47
34
|
"eslint-config-prettier": "8.5.0",
|
|
48
35
|
"eslint-import-resolver-typescript": "3.5.2",
|
|
49
36
|
"eslint-plugin-import": "2.26.0",
|
|
50
37
|
"eslint-plugin-sort-class-members": "1.16.0",
|
|
51
38
|
"eslint-plugin-sort-destructure-keys": "1.4.0",
|
|
52
|
-
"eslint-plugin-unicorn": "45.0.
|
|
53
|
-
"lint-staged": "13.0
|
|
39
|
+
"eslint-plugin-unicorn": "45.0.2",
|
|
40
|
+
"lint-staged": "13.1.0",
|
|
54
41
|
"micromatch": "4.0.5",
|
|
55
|
-
"prettier": "2.8.
|
|
56
|
-
"rollup": "3.5.1",
|
|
57
|
-
"rollup-plugin-analyzer": "4.0.0",
|
|
58
|
-
"rollup-plugin-node-externals": "5.0.2",
|
|
59
|
-
"rollup-plugin-terser": "7.0.2",
|
|
60
|
-
"rollup-plugin-ts": "3.0.2",
|
|
42
|
+
"prettier": "2.8.1",
|
|
61
43
|
"sort-package-json": "2.1.0",
|
|
62
|
-
"typescript": "4.9.
|
|
44
|
+
"typescript": "4.9.4"
|
|
63
45
|
},
|
|
64
46
|
"publishConfig": {
|
|
65
47
|
"access": "public"
|