@prismicio/mock 0.3.7-alpha.1 → 0.3.7

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 +11 -11
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,24 +38,24 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l
38
38
 
39
39
  **Submitting code changes**: For small fixes, feel free to [open a pull request][repo-pull-requests] with a description of your changes. For large changes, please first [open an issue][repo-feature-request] so we can discuss if and how the changes should be implemented.
40
40
 
41
- For more clarity on this project and its structure you can also check out the detailed [CONTRIBUTING.md][contributing] document.
41
+ For more clarity on this project, check out the detailed [CONTRIBUTING.md][contributing] document.
42
42
 
43
43
  ## License
44
44
 
45
45
  ```
46
- Copyright 2013-2021 Prismic <contact@prismic.io> (https://prismic.io)
46
+ Copyright 2013-2024 Prismic <contact@prismic.io> (https://prismic.io)
47
47
 
48
- Licensed under the Apache License, Version 2.0 (the "License");
49
- you may not use this file except in compliance with the License.
50
- You may obtain a copy of the License at
48
+ Licensed under the Apache License, Version 2.0 (the "License");
49
+ you may not use this file except in compliance with the License.
50
+ You may obtain a copy of the License at
51
51
 
52
- http://www.apache.org/licenses/LICENSE-2.0
52
+ http://www.apache.org/licenses/LICENSE-2.0
53
53
 
54
- Unless required by applicable law or agreed to in writing, software
55
- distributed under the License is distributed on an "AS IS" BASIS,
56
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57
- See the License for the specific language governing permissions and
58
- limitations under the License.
54
+ Unless required by applicable law or agreed to in writing, software
55
+ distributed under the License is distributed on an "AS IS" BASIS,
56
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57
+ See the License for the specific language governing permissions and
58
+ limitations under the License.
59
59
  ```
60
60
 
61
61
  <!-- Links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismicio/mock",
3
- "version": "0.3.7-alpha.1",
3
+ "version": "0.3.7",
4
4
  "description": "Generate mock Prismic documents, fields, Slices, and models for development and testing environments",
5
5
  "keywords": [
6
6
  "typescript",
@@ -61,7 +61,7 @@
61
61
  "change-case": "^5.4.4"
62
62
  },
63
63
  "devDependencies": {
64
- "@prismicio/client": "^7.6.0-alpha.0",
64
+ "@prismicio/client": "^7.6.0",
65
65
  "@size-limit/preset-small-lib": "^11.1.2",
66
66
  "@types/node": "^20.12.7",
67
67
  "@typescript-eslint/eslint-plugin": "^7.6.0",