@fourlights/strapi-plugin-deep-populate 1.5.1 → 1.6.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/dist/server/index.js +724 -496
- package/dist/server/index.mjs +719 -492
- package/dist/server/src/services/deep-populate/index.d.ts +1 -1
- package/package.json +3 -7
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.6.1",
|
|
3
3
|
"keywords": [
|
|
4
4
|
"strapi",
|
|
5
5
|
"strapi-plugin",
|
|
@@ -24,16 +24,13 @@
|
|
|
24
24
|
"build": "strapi-plugin build",
|
|
25
25
|
"watch": "strapi-plugin watch",
|
|
26
26
|
"watch:link": "strapi-plugin watch:link",
|
|
27
|
-
"link": "yalc push --publish",
|
|
28
27
|
"verify": "strapi-plugin verify",
|
|
29
28
|
"test": "npm-run-all --parallel test:*",
|
|
30
29
|
"test:ts:back": "tsc -p server/tsconfig.json",
|
|
31
30
|
"test:integration": "vitest --pool=vmThreads",
|
|
32
31
|
"ci": "biome ci server",
|
|
33
32
|
"release": "release-it",
|
|
34
|
-
"playground:install": "
|
|
35
|
-
"playground:yalc-add": "cd playground && yalc add @fourlights/strapi-plugin-deep-populate",
|
|
36
|
-
"playground:yalc-add-link": "cd playground && yalc add --link @fourlights/strapi-plugin-deep-populate"
|
|
33
|
+
"playground:install": "cd playground && $npm_execpath install"
|
|
37
34
|
},
|
|
38
35
|
"dependencies": {
|
|
39
36
|
"lodash": "^4.17.21"
|
|
@@ -51,8 +48,7 @@
|
|
|
51
48
|
"supertest": "^7.0.0",
|
|
52
49
|
"ts-node": "^10.9.2",
|
|
53
50
|
"typescript": "^5.7.3",
|
|
54
|
-
"vitest": "^3.0.5"
|
|
55
|
-
"yalc": "^1.0.0-pre.53"
|
|
51
|
+
"vitest": "^3.0.5"
|
|
56
52
|
},
|
|
57
53
|
"peerDependencies": {
|
|
58
54
|
"@strapi/sdk-plugin": "^5",
|