@etsoo/notificationbase 1.1.53 → 1.1.54

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.
Files changed (1) hide show
  1. package/package.json +65 -65
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
1
  {
2
- "name": "@etsoo/notificationbase",
3
- "version": "1.1.53",
4
- "description": "TypeScript notification component for extending with all features described and partially implemented",
5
- "main": "lib/cjs/index.js",
6
- "module": "lib/mjs/index.js",
7
- "types": "lib/mjs/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./lib/mjs/index.js",
11
- "require": "./lib/cjs/index.js"
12
- }
13
- },
14
- "scripts": {
15
- "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
16
- "format": "prettier --write src/**/*.ts",
17
- "lint": "eslint --ext .ts src/",
18
- "test": "jest",
19
- "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand"
20
- },
21
- "jest": {
22
- "automock": false,
23
- "testMatch": [
24
- "<rootDir>/__tests__/**/*.ts"
25
- ],
26
- "testEnvironment": "jsdom",
27
- "transform": {
28
- ".+\\.jsx?$": "babel-jest",
29
- ".+\\.tsx?$": "ts-jest"
30
- },
31
- "transformIgnorePatterns": [
32
- "/node_modules/(?!@etsoo/).+\\.js$"
33
- ]
34
- },
35
- "repository": {
36
- "type": "git",
37
- "url": "git+https://github.com/ETSOO/NotificationBase.git"
38
- },
39
- "keywords": [
40
- "notification",
41
- "TypeScript",
42
- "ETSOO",
43
- "SmartERP",
44
- "司友云平台",
45
- "青岛亿速思维",
46
- "上海亿商"
2
+ "name": "@etsoo/notificationbase",
3
+ "version": "1.1.54",
4
+ "description": "TypeScript notification component for extending with all features described and partially implemented",
5
+ "main": "lib/cjs/index.js",
6
+ "module": "lib/mjs/index.js",
7
+ "types": "lib/mjs/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./lib/mjs/index.js",
11
+ "require": "./lib/cjs/index.js"
12
+ }
13
+ },
14
+ "scripts": {
15
+ "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
16
+ "format": "prettier --write src/**/*.ts",
17
+ "lint": "eslint --ext .ts src/",
18
+ "test": "jest",
19
+ "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand"
20
+ },
21
+ "jest": {
22
+ "automock": false,
23
+ "testMatch": [
24
+ "<rootDir>/__tests__/**/*.ts"
47
25
  ],
48
- "author": "Garry Xiao",
49
- "license": "MIT",
50
- "bugs": {
51
- "url": "https://github.com/ETSOO/NotificationBase/issues"
52
- },
53
- "homepage": "https://github.com/ETSOO/NotificationBase#readme",
54
- "dependencies": {
55
- "@etsoo/shared": "^1.2.54"
26
+ "testEnvironment": "jsdom",
27
+ "transform": {
28
+ ".+\\.jsx?$": "babel-jest",
29
+ ".+\\.tsx?$": "ts-jest"
56
30
  },
57
- "devDependencies": {
58
- "@babel/core": "^7.26.0",
59
- "@babel/plugin-transform-runtime": "^7.25.9",
60
- "@babel/preset-env": "^7.26.0",
61
- "@babel/runtime-corejs3": "^7.26.0",
62
- "@types/jest": "^29.5.14",
63
- "babel-jest": "^29.7.0",
64
- "jest": "^29.7.0",
65
- "jest-environment-jsdom": "^29.7.0",
66
- "ts-jest": "^29.2.5",
67
- "typescript": "^5.6.3"
68
- }
31
+ "transformIgnorePatterns": [
32
+ "/node_modules/(?!@etsoo/).+\\.js$"
33
+ ]
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/ETSOO/NotificationBase.git"
38
+ },
39
+ "keywords": [
40
+ "notification",
41
+ "TypeScript",
42
+ "ETSOO",
43
+ "SmartERP",
44
+ "司友云平台",
45
+ "青岛亿速思维",
46
+ "上海亿商"
47
+ ],
48
+ "author": "Garry Xiao",
49
+ "license": "MIT",
50
+ "bugs": {
51
+ "url": "https://github.com/ETSOO/NotificationBase/issues"
52
+ },
53
+ "homepage": "https://github.com/ETSOO/NotificationBase#readme",
54
+ "dependencies": {
55
+ "@etsoo/shared": "^1.2.55"
56
+ },
57
+ "devDependencies": {
58
+ "@babel/core": "^7.26.0",
59
+ "@babel/plugin-transform-runtime": "^7.25.9",
60
+ "@babel/preset-env": "^7.26.0",
61
+ "@babel/runtime-corejs3": "^7.26.0",
62
+ "@types/jest": "^29.5.14",
63
+ "babel-jest": "^29.7.0",
64
+ "jest": "^29.7.0",
65
+ "jest-environment-jsdom": "^29.7.0",
66
+ "ts-jest": "^29.2.5",
67
+ "typescript": "^5.7.2"
68
+ }
69
69
  }