@tryghost/limit-service 1.2.8 → 1.2.9
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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ const limits = {
|
|
|
74
74
|
// The startDate has to be in ISO 8601 format (https://en.wikipedia.org/wiki/ISO_8601)
|
|
75
75
|
const subscription = {
|
|
76
76
|
interval: 'month',
|
|
77
|
-
startDate: '
|
|
77
|
+
startDate: '2023-09-18T19:00:52Z'
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
// initialize the URL linking to help documentation etc.
|
|
@@ -219,4 +219,4 @@ Follow the instructions for the top-level repo.
|
|
|
219
219
|
|
|
220
220
|
# Copyright & License
|
|
221
221
|
|
|
222
|
-
Copyright (c) 2013-
|
|
222
|
+
Copyright (c) 2013-2023 Ghost Foundation - Released under the [MIT license](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/limit-service",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"repository": "https://github.com/TryGhost/SDK/tree/main/packages/limit-service",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"sinon": "15.0.4"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@tryghost/errors": "^1.2.
|
|
29
|
+
"@tryghost/errors": "^1.2.26",
|
|
30
30
|
"lodash": "^4.17.21",
|
|
31
31
|
"luxon": "^1.26.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "0d13f8dc53790a6a33280f7b0b709d7dc88d6d65"
|
|
34
34
|
}
|