thatcher 1.0.39 → 1.0.41

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.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -76,11 +76,10 @@ workflows:
76
76
  - active
77
77
  - completed
78
78
 
79
- thresholds:
80
- system:
81
- pagination:
82
- default_page_size: 20
83
- max_page_size: 100
79
+ system:
80
+ pagination:
81
+ default_page_size: 20
82
+ max_page_size: 100
84
83
  ```
85
84
 
86
85
  That's it. Start the server and you have:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thatcher",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "description": "A config-driven application framework for building data-intensive web apps without code.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -49,7 +49,7 @@
49
49
  "bun": ">=1.0.0"
50
50
  },
51
51
  "dependencies": {
52
- "arctic": "^1.9.2",
52
+ "arctic": "^3.7.0",
53
53
  "bcrypt": "^6.0.0",
54
54
  "busybase": "^1.0.2",
55
55
  "googleapis": "^173.0.0",