@opengis/filter 0.0.11 → 0.0.13
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 +12 -36
- package/dist/favicon.ico +0 -0
- package/dist/filter.js +0 -2744
- package/dist/filter.umd.cjs +0 -1
package/package.json
CHANGED
|
@@ -1,44 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opengis/filter",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
|
+
"description": "A flexible and extensible filter component system for Vue 3. Ideal for building customizable filter UIs with checkbox, radio, or custom slot fields.",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"main": "filter.js",
|
|
6
7
|
"files": [
|
|
7
|
-
"
|
|
8
|
+
"."
|
|
8
9
|
],
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"docs:dev": "npm run --prefix ./docs docs:dev",
|
|
18
|
-
"docs:build": "npm run --prefix ./docs docs:build",
|
|
19
|
-
"prepare-publish": "bun run scripts/pre-publish.ts",
|
|
20
|
-
"post-publish": "bun run scripts/post-publish.ts",
|
|
21
|
-
"prepublishOnly": "bun run build && bun run prepare-publish",
|
|
22
|
-
"after-publish": "bun run post-publish",
|
|
23
|
-
"custom-publish": "bun run build && bun run scripts/pre-publish.ts && bun publish && bun run scripts/post-publish.ts",
|
|
24
|
-
"docs:preview": "npm run --prefix ./docs docs:preview"
|
|
10
|
+
"homepage": "https://filter.opengis.info/",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"filter",
|
|
13
|
+
"vue3"
|
|
14
|
+
],
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "OpenGIS",
|
|
17
|
+
"url": "https://opengis.info/"
|
|
25
18
|
},
|
|
26
|
-
"
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@tsconfig/node22": "^22.0.2",
|
|
29
|
-
"@types/node": "^22.15.32",
|
|
30
|
-
"typescript": "~5.8.0",
|
|
31
|
-
"vue-tsc": "^2.2.10",
|
|
32
|
-
"@vitejs/plugin-vue": "^6.0.0",
|
|
33
|
-
"@vue/eslint-config-typescript": "^12.0.0",
|
|
34
|
-
"@vue/test-utils": "^2.4.6",
|
|
35
|
-
"@vue/tsconfig": "^0.7.0",
|
|
36
|
-
"eslint": "8.49.0",
|
|
37
|
-
"eslint-config-airbnb": "19.0.4",
|
|
38
|
-
"eslint-plugin-import": "^2.25.3",
|
|
39
|
-
"eslint-plugin-vue": "^9.17.0",
|
|
40
|
-
"vite": "^7.0.0",
|
|
41
|
-
"vitest": "^3.2.4",
|
|
42
|
-
"vue": "^3.5.18"
|
|
43
|
-
}
|
|
19
|
+
"license": "MIT"
|
|
44
20
|
}
|
package/dist/favicon.ico
DELETED
|
Binary file
|