@opengis/filter 0.1.14 → 0.1.16

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,58 +1,59 @@
1
- {
2
- "name": "@opengis/filter",
3
- "version": "0.1.14",
4
- "type": "module",
5
- "types": "./dist/index.d.ts",
6
- "main": "./dist/index.js",
7
- "private": false,
8
- "files": [
9
- "dist"
10
- ],
11
- "description": "A flexible and extensible filter component system for Vue 3. Ideal for building customizable filter UIs with checkbox, radio, or custom slot fields.",
12
- "license": "MIT",
13
- "homepage": "https://filter.opengis.info/",
14
- "author": {
15
- "name": "OpenGIS",
16
- "url": "https://opengis.info/"
17
- },
18
- "keywords": [
19
- "filter",
20
- "vue3"
21
- ],
22
- "repository": {
23
- "type": "git",
24
- "url": "git://github.com/opengisinfo/filter"
25
- },
26
- "scripts": {
27
- "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
28
- "dev": "vite",
29
- "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
30
- "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
31
- "build": "vue-tsc -b && vite build && npm run build:types",
32
- "preview": "vite preview",
33
- "test": "vitest",
34
- "docs:dev": "npm run --prefix ./docs docs:dev",
35
- "docs:build": "npm run --prefix ./docs docs:build",
36
- "prepublishOnly": "bun run build",
37
- "docs:preview": "npm run --prefix ./docs docs:preview"
38
- },
39
- "dependencies": {},
40
- "devDependencies": {
41
- "vue": "^3.5.18",
42
- "@tsconfig/node22": "^22.0.2",
43
- "@types/node": "^22.15.32",
44
- "@vitejs/plugin-vue": "^6.0.0",
45
- "@vue/eslint-config-typescript": "^12.0.0",
46
- "@vue/test-utils": "^2.4.6",
47
- "@vue/tsconfig": "^0.7.0",
48
- "eslint": "8.49.0",
49
- "eslint-config-airbnb": "19.0.4",
50
- "eslint-plugin-import": "^2.25.3",
51
- "eslint-plugin-vue": "^9.17.0",
52
- "typescript": "~5.8.0",
53
- "vite": "^7.0.0",
54
- "vitest": "^3.2.4",
55
- "vue-tsc": "^2.2.10",
56
- "@opengis/core": "^0.0.26"
57
- }
1
+ {
2
+ "name": "@opengis/filter",
3
+ "version": "0.1.16",
4
+ "type": "module",
5
+ "types": "./dist/index.d.ts",
6
+ "main": "./dist/index.js",
7
+ "private": false,
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "description": "A flexible and extensible filter component system for Vue 3. Ideal for building customizable filter UIs with checkbox, radio, or custom slot fields.",
12
+ "license": "MIT",
13
+ "homepage": "https://filter.opengis.info/",
14
+ "author": {
15
+ "name": "OpenGIS",
16
+ "url": "https://opengis.info/"
17
+ },
18
+ "keywords": [
19
+ "filter",
20
+ "vue3"
21
+ ],
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git://github.com/opengisinfo/filter"
25
+ },
26
+ "scripts": {
27
+ "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
28
+ "dev": "vite",
29
+ "type-check": "vue-tsc --noEmit -p tsconfig.app.json",
30
+ "build:types": "vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
31
+ "build": "vue-tsc -b && vite build && npm run build:types",
32
+ "preview": "vite preview",
33
+ "test": "vitest",
34
+ "docs:dev": "npm run --prefix ./docs docs:dev",
35
+ "docs:build": "npm run --prefix ./docs docs:build",
36
+ "prepublishOnly": "bun run build",
37
+ "docs:preview": "npm run --prefix ./docs docs:preview"
38
+ },
39
+ "dependencies": {},
40
+ "devDependencies": {
41
+ "vue": "^3.5.18",
42
+ "@tsconfig/node22": "^22.0.2",
43
+ "@types/node": "^22.15.32",
44
+ "@vitejs/plugin-vue": "^6.0.0",
45
+ "@vue/eslint-config-typescript": "^12.0.0",
46
+ "@vue/test-utils": "^2.4.6",
47
+ "@vue/tsconfig": "^0.7.0",
48
+ "eslint": "8.49.0",
49
+ "eslint-config-airbnb": "19.0.4",
50
+ "eslint-plugin-import": "^2.25.3",
51
+ "eslint-plugin-vue": "^9.17.0",
52
+ "typescript": "~5.8.0",
53
+ "vite": "^7.0.0",
54
+ "vitest": "^3.2.4",
55
+ "vue-tsc": "^2.2.10",
56
+ "@opengis/core": "^0.0.26"
57
+
58
+ }
58
59
  }