Skip to content

Commit df7c59b

Browse files
authored
chore(limit) (#284)
1 parent 7b61ffd commit df7c59b

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

projects/scullyio/ng-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scullyio/ng-lib",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"repository": {
55
"type": "GIT",
66
"url": "https://github.com/scullyio/scully/tree/master/projects/scullyio/ng-lib"

scully.sampleBlog.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ exports.config = {
3131
*/
3232
userId: {
3333
url: 'https://jsonplaceholder.typicode.com/users',
34+
resultsHandler: raw => raw.filter(row => row.id < 3),
3435
property: 'id',
3536
},
3637
},
@@ -42,6 +43,7 @@ exports.config = {
4243
*/
4344
userId: {
4445
url: 'https://jsonplaceholder.typicode.com/users',
46+
resultsHandler: raw => raw.filter(row => row.id < 3),
4547
property: 'id',
4648
},
4749
postId: {
@@ -54,6 +56,7 @@ exports.config = {
5456
// type:'json',
5557
userId: {
5658
url: 'https://jsonplaceholder.typicode.com/users',
59+
resultsHandler: raw => raw.filter(row => row.id < 3),
5760
property: 'id',
5861
},
5962
friendCode: {

scully/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scully/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scullyio/scully",
3-
"version": "0.0.64",
3+
"version": "0.0.65",
44
"description": "Scully CLI",
55
"repository": {
66
"type": "GIT",

0 commit comments

Comments
 (0)