sf-i-events 1.0.856 → 1.0.857

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/package.json CHANGED
@@ -1,100 +1,100 @@
1
- {
2
- "name": "sf-i-events",
3
- "private": false,
4
- "version": "1.0.856",
5
- "description": "Superflows Navigation Component",
6
- "main": "sf-i-events.js",
7
- "module": "sf-i-events.js",
8
- "type": "module",
9
- "scripts": {
10
- "build": "tsc",
11
- "build:watch": "tsc --watch",
12
- "clean": "rimraf sf-i-events.{d.ts,d.ts.map,js,js.map} test/sf-i-events.{d.ts,d.ts.map,js,js.map} test/sf-i-events_test.{d.ts,d.ts.map,js,js.map}",
13
- "lint": "npm run lint:lit-analyzer && npm run lint:eslint",
14
- "lint:eslint": "eslint 'src/**/*.ts'",
15
- "lint:lit-analyzer": "lit-analyzer",
16
- "format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write",
17
- "analyze": "cem analyze --litelement --globs \"src/**/*.ts\"",
18
- "analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
19
- "serve": "wds --watch",
20
- "serve:prod": "MODE=prod npm run serve",
21
- "test": "npm run test:dev && npm run test:prod",
22
- "test:dev": "wtr --verbose=true --coverage --silent=false",
23
- "test:watch": "wtr --watch",
24
- "test:prod": "MODE=prod wtr",
25
- "test:prod:watch": "MODE=prod wtr --watch",
26
- "checksize": "rollup -c ; cat sf-i-events.bundled.js | gzip -9 | wc -c ; rm sf-i-events.bundled.js"
27
- },
28
- "keywords": [
29
- "superflows",
30
- "react",
31
- "serverless",
32
- "buttons",
33
- "input",
34
- "navigation",
35
- "building blocks",
36
- "lego",
37
- "search",
38
- "notifications",
39
- "login",
40
- "sign in",
41
- "profile",
42
- "menu",
43
- "brand",
44
- "lit",
45
- "lit-element",
46
- "navigation-bar",
47
- "web component",
48
- "browser"
49
- ],
50
- "author": "Superflows-dev",
51
- "license": "MIT",
52
- "repository": "superflows-dev/sf-i-events",
53
- "dependencies": {
54
- "chart.js": "3.9.0",
55
- "fs": "^0.0.1-security",
56
- "lit": "^2.2.4",
57
- "patternomaly": "^1.3.2",
58
- "sf-checklist": "^1.0.17",
59
- "sf-i-bricks": "^1.0.8",
60
- "sf-i-elastic-text": "^1.0.17",
61
- "sf-i-form": "^1.0.106",
62
- "sf-i-multitextarea": "^1.0.7",
63
- "sf-i-reporting": "^1.0.89",
64
- "sf-i-select": "^1.0.80",
65
- "sf-i-sub-select": "^1.0.68",
66
- "sf-i-uploader": "^1.0.98",
67
- "sf-new-feature": "^1.0.1",
68
- "sinon": "^15.0.1",
69
- "update": "^0.7.4"
70
- },
71
- "devDependencies": {
72
- "@11ty/eleventy": "^1.0.1",
73
- "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
74
- "@babel/cli": "^7.21.5",
75
- "@babel/core": "^7.21.8",
76
- "@babel/plugin-proposal-class-properties": "^7.18.6",
77
- "@babel/preset-env": "^7.21.5",
78
- "@custom-elements-manifest/analyzer": "^0.6.3",
79
- "@open-wc/testing": "^3.1.7",
80
- "@rollup/plugin-node-resolve": "^13.3.0",
81
- "@rollup/plugin-replace": "^4.0.0",
82
- "@typescript-eslint/eslint-plugin": "^5.25.0",
83
- "@typescript-eslint/parser": "^5.25.0",
84
- "@web/dev-server": "^0.1.31",
85
- "@web/dev-server-legacy": "^1.0.0",
86
- "@web/test-runner": "^0.13.27",
87
- "@web/test-runner-playwright": "^0.8.8",
88
- "@webcomponents/webcomponentsjs": "^2.6.0",
89
- "eslint": "^8.15.0",
90
- "eslint-plugin-lit": "^1.15.0",
91
- "lit-analyzer": "^1.2.1",
92
- "prettier": "^2.6.2",
93
- "rimraf": "^3.0.2",
94
- "rollup": "^2.73.0",
95
- "rollup-plugin-summary": "^1.4.3",
96
- "rollup-plugin-terser": "^7.0.2",
97
- "typescript": "~4.7.4"
98
- },
99
- "customElements": "custom-elements.json"
100
- }
1
+ {
2
+ "name": "sf-i-events",
3
+ "private": false,
4
+ "version": "1.0.857",
5
+ "description": "Superflows Navigation Component",
6
+ "main": "sf-i-events.js",
7
+ "module": "sf-i-events.js",
8
+ "type": "module",
9
+ "scripts": {
10
+ "build": "tsc",
11
+ "build:watch": "tsc --watch",
12
+ "clean": "rimraf sf-i-events.{d.ts,d.ts.map,js,js.map} test/sf-i-events.{d.ts,d.ts.map,js,js.map} test/sf-i-events_test.{d.ts,d.ts.map,js,js.map}",
13
+ "lint": "npm run lint:lit-analyzer && npm run lint:eslint",
14
+ "lint:eslint": "eslint 'src/**/*.ts'",
15
+ "lint:lit-analyzer": "lit-analyzer",
16
+ "format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write",
17
+ "analyze": "cem analyze --litelement --globs \"src/**/*.ts\"",
18
+ "analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
19
+ "serve": "wds --watch",
20
+ "serve:prod": "MODE=prod npm run serve",
21
+ "test": "npm run test:dev && npm run test:prod",
22
+ "test:dev": "wtr --verbose=true --coverage --silent=false",
23
+ "test:watch": "wtr --watch",
24
+ "test:prod": "MODE=prod wtr",
25
+ "test:prod:watch": "MODE=prod wtr --watch",
26
+ "checksize": "rollup -c ; cat sf-i-events.bundled.js | gzip -9 | wc -c ; rm sf-i-events.bundled.js"
27
+ },
28
+ "keywords": [
29
+ "superflows",
30
+ "react",
31
+ "serverless",
32
+ "buttons",
33
+ "input",
34
+ "navigation",
35
+ "building blocks",
36
+ "lego",
37
+ "search",
38
+ "notifications",
39
+ "login",
40
+ "sign in",
41
+ "profile",
42
+ "menu",
43
+ "brand",
44
+ "lit",
45
+ "lit-element",
46
+ "navigation-bar",
47
+ "web component",
48
+ "browser"
49
+ ],
50
+ "author": "Superflows-dev",
51
+ "license": "MIT",
52
+ "repository": "superflows-dev/sf-i-events",
53
+ "dependencies": {
54
+ "chart.js": "3.9.0",
55
+ "fs": "^0.0.1-security",
56
+ "lit": "^2.2.4",
57
+ "patternomaly": "^1.3.2",
58
+ "sf-checklist": "^1.0.17",
59
+ "sf-i-bricks": "^1.0.8",
60
+ "sf-i-elastic-text": "^1.0.17",
61
+ "sf-i-form": "^1.0.106",
62
+ "sf-i-multitextarea": "^1.0.7",
63
+ "sf-i-reporting": "^1.0.89",
64
+ "sf-i-select": "^1.0.80",
65
+ "sf-i-sub-select": "^1.0.68",
66
+ "sf-i-uploader": "^1.0.98",
67
+ "sf-new-feature": "^1.0.1",
68
+ "sinon": "^15.0.1",
69
+ "update": "^0.7.4"
70
+ },
71
+ "devDependencies": {
72
+ "@11ty/eleventy": "^1.0.1",
73
+ "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
74
+ "@babel/cli": "^7.21.5",
75
+ "@babel/core": "^7.21.8",
76
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
77
+ "@babel/preset-env": "^7.21.5",
78
+ "@custom-elements-manifest/analyzer": "^0.6.3",
79
+ "@open-wc/testing": "^3.1.7",
80
+ "@rollup/plugin-node-resolve": "^13.3.0",
81
+ "@rollup/plugin-replace": "^4.0.0",
82
+ "@typescript-eslint/eslint-plugin": "^5.25.0",
83
+ "@typescript-eslint/parser": "^5.25.0",
84
+ "@web/dev-server": "^0.1.31",
85
+ "@web/dev-server-legacy": "^1.0.0",
86
+ "@web/test-runner": "^0.13.27",
87
+ "@web/test-runner-playwright": "^0.8.8",
88
+ "@webcomponents/webcomponentsjs": "^2.6.0",
89
+ "eslint": "^8.15.0",
90
+ "eslint-plugin-lit": "^1.15.0",
91
+ "lit-analyzer": "^1.2.1",
92
+ "prettier": "^2.6.2",
93
+ "rimraf": "^3.0.2",
94
+ "rollup": "^2.73.0",
95
+ "rollup-plugin-summary": "^1.4.3",
96
+ "rollup-plugin-terser": "^7.0.2",
97
+ "typescript": "~4.7.4"
98
+ },
99
+ "customElements": "custom-elements.json"
100
+ }