@internetarchive/histogram-date-range 1.4.0 → 1.4.1-alpha1

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,85 +1,85 @@
1
- {
2
- "name": "@internetarchive/histogram-date-range",
3
- "version": "1.4.0",
4
- "description": "Internet Archive histogram date range picker",
5
- "license": "AGPL-3.0-only",
6
- "main": "dist/index.js",
7
- "module": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "publishConfig": {
10
- "access": "public"
11
- },
12
- "scripts": {
13
- "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
14
- "build": "snowpack build && touch docs/.nojekyll",
15
- "prepublish": "tsc",
16
- "prepare": "npm run build",
17
- "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
18
- "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
19
- "test": "tsc && wtr --coverage",
20
- "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
21
- },
22
- "dependencies": {
23
- "@internetarchive/ia-activity-indicator": "^0.0.6",
24
- "dayjs": "^1.11.13",
25
- "lit": "^2.8.0"
26
- },
27
- "devDependencies": {
28
- "@open-wc/eslint-config": "^12.0.3",
29
- "@open-wc/testing": "^4.0.0",
30
- "@types/mocha": "^10.0.10",
31
- "@typescript-eslint/eslint-plugin": "^8.42.0",
32
- "@typescript-eslint/parser": "^8.42.0",
33
- "@web/dev-server": "^0.4.6",
34
- "@web/test-runner": "^0.20.0",
35
- "concurrently": "^9.1.2",
36
- "eslint": "^8.7.0",
37
- "eslint-config-prettier": "^8.3.0",
38
- "eslint-plugin-html": "^8.1.2",
39
- "husky": "^4.3.8",
40
- "lint-staged": "^12.2.2",
41
- "prettier": "^2.5.1",
42
- "snowpack": "^3.8.8",
43
- "tslib": "^2.8.1",
44
- "typescript": "^5.8.2"
45
- },
46
- "eslintConfig": {
47
- "parser": "@typescript-eslint/parser",
48
- "extends": [
49
- "@open-wc/eslint-config",
50
- "eslint-config-prettier"
51
- ],
52
- "plugins": [
53
- "@typescript-eslint"
54
- ],
55
- "rules": {
56
- "no-unused-vars": "off",
57
- "@typescript-eslint/no-unused-vars": [
58
- "error"
59
- ],
60
- "import/no-unresolved": "off",
61
- "import/extensions": [
62
- "error",
63
- "always",
64
- {
65
- "ignorePackages": true
66
- }
67
- ]
68
- }
69
- },
70
- "prettier": {
71
- "singleQuote": true,
72
- "arrowParens": "avoid"
73
- },
74
- "husky": {
75
- "hooks": {
76
- "pre-commit": "lint-staged"
77
- }
78
- },
79
- "lint-staged": {
80
- "*.ts": [
81
- "eslint --fix",
82
- "prettier --write"
83
- ]
84
- }
85
- }
1
+ {
2
+ "name": "@internetarchive/histogram-date-range",
3
+ "version": "1.4.1-alpha1",
4
+ "description": "Internet Archive histogram date range picker",
5
+ "license": "AGPL-3.0-only",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "scripts": {
13
+ "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
14
+ "build": "snowpack build && touch docs/.nojekyll",
15
+ "prepublish": "tsc",
16
+ "prepare": "npm run build",
17
+ "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
18
+ "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
19
+ "test": "tsc && wtr --coverage",
20
+ "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
21
+ },
22
+ "dependencies": {
23
+ "@internetarchive/ia-activity-indicator": "^0.0.6",
24
+ "dayjs": "^1.11.13",
25
+ "lit": "^2.8.0"
26
+ },
27
+ "devDependencies": {
28
+ "@open-wc/eslint-config": "^12.0.3",
29
+ "@open-wc/testing": "^4.0.0",
30
+ "@types/mocha": "^10.0.10",
31
+ "@typescript-eslint/eslint-plugin": "^8.42.0",
32
+ "@typescript-eslint/parser": "^8.42.0",
33
+ "@web/dev-server": "^0.4.6",
34
+ "@web/test-runner": "^0.20.0",
35
+ "concurrently": "^9.1.2",
36
+ "eslint": "^8.7.0",
37
+ "eslint-config-prettier": "^8.3.0",
38
+ "eslint-plugin-html": "^8.1.2",
39
+ "husky": "^4.3.8",
40
+ "lint-staged": "^12.2.2",
41
+ "prettier": "^2.5.1",
42
+ "snowpack": "^3.8.8",
43
+ "tslib": "^2.8.1",
44
+ "typescript": "^5.8.2"
45
+ },
46
+ "eslintConfig": {
47
+ "parser": "@typescript-eslint/parser",
48
+ "extends": [
49
+ "@open-wc/eslint-config",
50
+ "eslint-config-prettier"
51
+ ],
52
+ "plugins": [
53
+ "@typescript-eslint"
54
+ ],
55
+ "rules": {
56
+ "no-unused-vars": "off",
57
+ "@typescript-eslint/no-unused-vars": [
58
+ "error"
59
+ ],
60
+ "import/no-unresolved": "off",
61
+ "import/extensions": [
62
+ "error",
63
+ "always",
64
+ {
65
+ "ignorePackages": true
66
+ }
67
+ ]
68
+ }
69
+ },
70
+ "prettier": {
71
+ "singleQuote": true,
72
+ "arrowParens": "avoid"
73
+ },
74
+ "husky": {
75
+ "hooks": {
76
+ "pre-commit": "lint-staged"
77
+ }
78
+ },
79
+ "lint-staged": {
80
+ "*.ts": [
81
+ "eslint --fix",
82
+ "prettier --write"
83
+ ]
84
+ }
85
+ }
@@ -1,10 +1,10 @@
1
- module.exports = {
2
- buildOptions: {
3
- out: 'docs',
4
- },
5
- mount: {
6
- 'demo/js': { url: '/dist/demo/js' },
7
- demo: { url: '/demo' },
8
- src: { url: '/dist/src' },
9
- },
10
- };
1
+ module.exports = {
2
+ buildOptions: {
3
+ out: 'docs',
4
+ },
5
+ mount: {
6
+ 'demo/js': { url: '/dist/demo/js' },
7
+ demo: { url: '/demo' },
8
+ src: { url: '/dist/src' },
9
+ },
10
+ };