musora-content-services 1.0.73 → 1.0.74
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/CHANGELOG.md +2 -0
- package/package.json +2 -2
- package/.codebuddy/summary.md +0 -80
- package/.idea/codebuddy.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/musora-content-services.iml +0 -8
- package/.idea/php.xml +0 -19
- package/.idea/vcs.xml +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.74](https://github.com/railroadmedia/musora-content-services/compare/v1.0.73...v1.0.74) (2024-08-29)
|
|
6
|
+
|
|
5
7
|
### [1.0.73](https://github.com/railroadmedia/musora-content-services/compare/v1.0.72...v1.0.73) (2024-08-29)
|
|
6
8
|
|
|
7
9
|
### [1.0.72](https://github.com/railroadmedia/musora-content-services/compare/v1.0.71...v1.0.72) (2024-08-29)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "musora-content-services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.74",
|
|
4
4
|
"description": "A package for Musoras content services ",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/preset-env": "^7.25.3",
|
|
30
|
-
"@sanity/client": "^
|
|
30
|
+
"@sanity/client": "^5.4.2",
|
|
31
31
|
"babel-jest": "^29.7.0",
|
|
32
32
|
"docdash": "^2.0.2",
|
|
33
33
|
"groqd": "^0.15.12"
|
package/.codebuddy/summary.md
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
# Project Summary
|
|
2
|
-
|
|
3
|
-
**Languages, Frameworks, and Main Libraries:**
|
|
4
|
-
- Languages: JavaScript
|
|
5
|
-
- Frameworks: N/A
|
|
6
|
-
- Main Libraries: N/A
|
|
7
|
-
|
|
8
|
-
**Purpose of the Project:**
|
|
9
|
-
The project seems to be a documentation or service project related to content types and services with files for configuration, scripts, styles, and tests.
|
|
10
|
-
|
|
11
|
-
**Configuration and Building Files:**
|
|
12
|
-
- /.gitignore
|
|
13
|
-
- /babel.config.js
|
|
14
|
-
- /CHANGELOG.md
|
|
15
|
-
- /jest.config.js
|
|
16
|
-
- /jsdoc.json
|
|
17
|
-
- /link_mcs.sh
|
|
18
|
-
- /package-lock.json
|
|
19
|
-
- /package.json
|
|
20
|
-
- /publish.sh
|
|
21
|
-
- /README.md
|
|
22
|
-
|
|
23
|
-
**Source Files Directory:**
|
|
24
|
-
- /src
|
|
25
|
-
- contentTypeConfig.js
|
|
26
|
-
- index.d.ts
|
|
27
|
-
- index.js
|
|
28
|
-
- /src/services
|
|
29
|
-
- config.js
|
|
30
|
-
- railcontent.js
|
|
31
|
-
- sanity.js
|
|
32
|
-
|
|
33
|
-
**Documentation Files Location:**
|
|
34
|
-
- /docs
|
|
35
|
-
- config.js.html
|
|
36
|
-
- index.html
|
|
37
|
-
- module-Config.html
|
|
38
|
-
- module-Railcontent-Services.html
|
|
39
|
-
- module-Sanity-Services.html
|
|
40
|
-
- railcontent.js.html
|
|
41
|
-
- sanity.js.html
|
|
42
|
-
- /docs/fonts
|
|
43
|
-
- Montserrat
|
|
44
|
-
- Montserrat-Bold.eot
|
|
45
|
-
- Montserrat-Bold.ttf
|
|
46
|
-
- Montserrat-Bold.woff
|
|
47
|
-
- Montserrat-Bold.woff2
|
|
48
|
-
- Montserrat-Regular.eot
|
|
49
|
-
- Montserrat-Regular.ttf
|
|
50
|
-
- Montserrat-Regular.woff
|
|
51
|
-
- Montserrat-Regular.woff2
|
|
52
|
-
- Source-Sans-Pro
|
|
53
|
-
- sourcesanspro-light-webfont.eot
|
|
54
|
-
- sourcesanspro-light-webfont.svg
|
|
55
|
-
- sourcesanspro-light-webfont.ttf
|
|
56
|
-
- sourcesanspro-light-webfont.woff
|
|
57
|
-
- sourcesanspro-light-webfont.woff2
|
|
58
|
-
- sourcesanspro-regular-webfont.eot
|
|
59
|
-
- sourcesanspro-regular-webfont.svg
|
|
60
|
-
- sourcesanspro-regular-webfont.ttf
|
|
61
|
-
- sourcesanspro-regular-webfont.woff
|
|
62
|
-
- sourcesanspro-regular-webfont.woff2
|
|
63
|
-
- /docs/scripts
|
|
64
|
-
- collapse.js
|
|
65
|
-
- commonNav.js
|
|
66
|
-
- linenumber.js
|
|
67
|
-
- nav.js
|
|
68
|
-
- polyfill.js
|
|
69
|
-
- search.js
|
|
70
|
-
- /prettify
|
|
71
|
-
- Apache-License-2.0.txt
|
|
72
|
-
- lang-css.js
|
|
73
|
-
- prettify.js
|
|
74
|
-
- /docs/styles
|
|
75
|
-
- jsdoc.css
|
|
76
|
-
- prettify.css
|
|
77
|
-
|
|
78
|
-
**Test Files Directory:**
|
|
79
|
-
- /test
|
|
80
|
-
- sanityQueryService.test.js
|
package/.idea/codebuddy.xml
DELETED
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/musora-content-services.iml" filepath="$PROJECT_DIR$/.idea/musora-content-services.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$" />
|
|
5
|
-
<orderEntry type="inheritedJdk" />
|
|
6
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
-
</component>
|
|
8
|
-
</module>
|
package/.idea/php.xml
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="MessDetectorOptionsConfiguration">
|
|
4
|
-
<option name="transferred" value="true" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="PHPCSFixerOptionsConfiguration">
|
|
7
|
-
<option name="transferred" value="true" />
|
|
8
|
-
</component>
|
|
9
|
-
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
10
|
-
<option name="highlightLevel" value="WARNING" />
|
|
11
|
-
<option name="transferred" value="true" />
|
|
12
|
-
</component>
|
|
13
|
-
<component name="PhpStanOptionsConfiguration">
|
|
14
|
-
<option name="transferred" value="true" />
|
|
15
|
-
</component>
|
|
16
|
-
<component name="PsalmOptionsConfiguration">
|
|
17
|
-
<option name="transferred" value="true" />
|
|
18
|
-
</component>
|
|
19
|
-
</project>
|