localdb-ces6q 0.2.70 → 0.2.72

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +2 -2
  3. package/package.json +61 -61
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 Joon Ho Cho
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Joon Ho Cho
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
- # typescript-esmodule-library-template
2
- TypeScript ECMAScript Module Library Template
1
+ # typescript-esmodule-library-template
2
+ TypeScript ECMAScript Module Library Template
package/package.json CHANGED
@@ -1,61 +1,61 @@
1
- {
2
- "name": "localdb-ces6q",
3
- "version": "0.2.70",
4
- "description": "TypeScript ECMAScript Module Library Template",
5
- "type": "module",
6
- "module": "dist/index.js",
7
- "exports": {
8
- "./*": "./dist/*"
9
- },
10
- "scripts": {
11
- "build": "tsc",
12
- "build:clean": "npm run clean:build && npm run build",
13
- "build:watch": "tsc -w",
14
- "clean:build": "shx rm -rf ./dist",
15
- "format": "prettier --write {src,test}/**/*.{ts,tsx,js,jsx}",
16
- "pub": "node publish.js",
17
- "release": "release-it",
18
- "release:major:ci": "release-it major --ci",
19
- "release:minor:ci": "release-it minor --ci",
20
- "release:patch:ci": "release-it patch --ci",
21
- "test": "jest",
22
- "test:cov": "jest --collect-coverage",
23
- "test:cov:watch": "jest --collect-coverage --watch",
24
- "test:watch": "jest --watch",
25
- "typecheck": "tsc --noEmit",
26
- "typecheck:watch": "tsc --noEmit -w"
27
- },
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/joonhocho/localdb.git"
31
- },
32
- "author": "",
33
- "license": "MIT",
34
- "bugs": {
35
- "url": "https://github.com/joonhocho/localdb/issues"
36
- },
37
- "homepage": "https://github.com/joonhocho/localdb#readme",
38
- "dependencies": {
39
- "bplustree-mq4uj": "^0.1.0",
40
- "util-3gcvv": "*"
41
- },
42
- "devDependencies": {
43
- "@babel/core": "^7.21.4",
44
- "@babel/preset-env": "^7.21.4",
45
- "@babel/preset-typescript": "^7.21.4",
46
- "@jest/globals": "^29.5.0",
47
- "@types/jest": "^29.5.0",
48
- "@types/react": "^18.0.37",
49
- "jest-ts-webcompat-resolver": "^1.0.0",
50
- "prettier": "^2.8.7",
51
- "react": "^18.2.0",
52
- "shelljs": "^0.8.5",
53
- "shx": "^0.3.4",
54
- "ts-jest": "^29.1.0",
55
- "typescript": "^5.0.4"
56
- },
57
- "publishConfig": {
58
- "access": "public"
59
- },
60
- "sideEffects": false
61
- }
1
+ {
2
+ "name": "localdb-ces6q",
3
+ "version": "0.2.72",
4
+ "description": "TypeScript ECMAScript Module Library Template",
5
+ "type": "module",
6
+ "module": "dist/index.js",
7
+ "exports": {
8
+ "./*": "./dist/*"
9
+ },
10
+ "scripts": {
11
+ "build": "tsc",
12
+ "build:clean": "npm run clean:build && npm run build",
13
+ "build:watch": "tsc -w",
14
+ "clean:build": "shx rm -rf ./dist",
15
+ "format": "prettier --write {src,test}/**/*.{ts,tsx,js,jsx}",
16
+ "pub": "node publish.js",
17
+ "release": "release-it",
18
+ "release:major:ci": "release-it major --ci",
19
+ "release:minor:ci": "release-it minor --ci",
20
+ "release:patch:ci": "release-it patch --ci",
21
+ "test": "jest",
22
+ "test:cov": "jest --collect-coverage",
23
+ "test:cov:watch": "jest --collect-coverage --watch",
24
+ "test:watch": "jest --watch",
25
+ "typecheck": "tsc --noEmit",
26
+ "typecheck:watch": "tsc --noEmit -w"
27
+ },
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "git+https://github.com/chacochart/localdb.git"
31
+ },
32
+ "author": "",
33
+ "license": "MIT",
34
+ "bugs": {
35
+ "url": "https://github.com/chacochart/localdb/issues"
36
+ },
37
+ "homepage": "https://github.com/chacochart/localdb#readme",
38
+ "dependencies": {
39
+ "bplustree-mq4uj": "^0.1.0",
40
+ "util-3gcvv": "*"
41
+ },
42
+ "devDependencies": {
43
+ "@babel/core": "^7.22.5",
44
+ "@babel/preset-env": "^7.22.5",
45
+ "@babel/preset-typescript": "^7.22.5",
46
+ "@jest/globals": "^29.5.0",
47
+ "@types/jest": "^29.5.2",
48
+ "@types/react": "^18.2.12",
49
+ "jest-ts-webcompat-resolver": "^1.0.0",
50
+ "prettier": "^2.8.8",
51
+ "react": "^18.2.0",
52
+ "shelljs": "^0.8.5",
53
+ "shx": "^0.3.4",
54
+ "ts-jest": "^29.1.0",
55
+ "typescript": "^5.1.3"
56
+ },
57
+ "publishConfig": {
58
+ "access": "public"
59
+ },
60
+ "sideEffects": false
61
+ }