coralite-plugin-aggregation 0.7.0 → 0.7.1
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 +6 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coralite-plugin-aggregation",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "A Coralite plugin for dynamically collecting, filtering, sorting, and displaying content across multiple sources. Build database-free Coralite websites with automated content aggregation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -39,15 +39,16 @@
|
|
|
39
39
|
"lib",
|
|
40
40
|
"types"
|
|
41
41
|
],
|
|
42
|
+
"scripts": {
|
|
43
|
+
"test": "node --test ./tests/index.spec.js"
|
|
44
|
+
},
|
|
42
45
|
"peerDependencies": {
|
|
43
|
-
"coralite": "^0.22.
|
|
46
|
+
"coralite": "^0.22.1"
|
|
44
47
|
},
|
|
45
48
|
"license": "AGPL-3.0-only",
|
|
49
|
+
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937",
|
|
46
50
|
"devDependencies": {
|
|
47
51
|
"@stylistic/eslint-plugin-js": "^4.2.0",
|
|
48
52
|
"@stylistic/eslint-plugin-plus": "^4.2.0"
|
|
49
|
-
},
|
|
50
|
-
"scripts": {
|
|
51
|
-
"test": "node --test ./tests/index.spec.js"
|
|
52
53
|
}
|
|
53
54
|
}
|