@intlayer/docs 9.5.9-canary.0 → 9.5.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/dist/cjs/index.cjs +2 -2
- package/dist/esm/index.mjs +2 -2
- package/package.json +6 -6
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const
|
|
2
|
+
const require_doc = require('./doc.cjs');
|
|
3
3
|
const require_frequentQuestions = require('./frequentQuestions.cjs');
|
|
4
4
|
const require_authors = require('./authors.cjs');
|
|
5
|
-
const
|
|
5
|
+
const require_blog = require('./blog.cjs');
|
|
6
6
|
const require_legal = require('./legal.cjs');
|
|
7
7
|
|
|
8
8
|
exports.buildAuthorJsonLd = require_authors.buildAuthorJsonLd;
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getDoc, getDocBySlug, getDocMetadata, getDocMetadataBySlug, getDocMetadataRecord, getDocs, getDocsKeys } from "./doc.mjs";
|
|
2
2
|
import { getFrequentQuestion, getFrequentQuestionBySlug, getFrequentQuestionMetadata, getFrequentQuestionMetadataBySlug, getFrequentQuestionMetadataRecord, getFrequentQuestions, getFrequentQuestionsKeys } from "./frequentQuestions.mjs";
|
|
3
3
|
import { buildAuthorJsonLd, getAuthor, getAuthors as loadAuthors } from "./authors.mjs";
|
|
4
|
-
import {
|
|
4
|
+
import { getBlog, getBlogBySlug, getBlogMetadata, getBlogMetadataBySlug, getBlogMetadataRecord, getBlogs, getBlogsKeys } from "./blog.mjs";
|
|
5
5
|
import { getLegal, getLegalBySlug, getLegalMetadata, getLegalMetadataBySlug, getLegalMetadataRecord, getLegals, getLegalsKeys } from "./legal.mjs";
|
|
6
6
|
|
|
7
7
|
export { buildAuthorJsonLd, getAuthor, loadAuthors as getAuthors, getBlog, getBlogBySlug, getBlogMetadata, getBlogMetadataBySlug, getBlogMetadataRecord, getBlogs, getBlogsKeys, getDoc, getDocBySlug, getDocMetadata, getDocMetadataBySlug, getDocMetadataRecord, getDocs, getDocsKeys, getFrequentQuestion, getFrequentQuestionBySlug, getFrequentQuestionMetadata, getFrequentQuestionMetadataBySlug, getFrequentQuestionMetadataRecord, getFrequentQuestions, getFrequentQuestionsKeys, getLegal, getLegalBySlug, getLegalMetadata, getLegalMetadataBySlug, getLegalMetadataRecord, getLegals, getLegalsKeys };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/docs",
|
|
3
|
-
"version": "9.5.9
|
|
3
|
+
"version": "9.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Intlayer documentation",
|
|
6
6
|
"keywords": [
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"watch": "webpack --config ./webpack.config.ts --watch"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@intlayer/config": "9.5.
|
|
78
|
-
"@intlayer/core": "9.5.
|
|
79
|
-
"@intlayer/types": "9.5.
|
|
77
|
+
"@intlayer/config": "9.5.9",
|
|
78
|
+
"@intlayer/core": "9.5.9",
|
|
79
|
+
"@intlayer/types": "9.5.9"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@intlayer/api": "9.5.
|
|
83
|
-
"@intlayer/cli": "9.5.
|
|
82
|
+
"@intlayer/api": "9.5.9",
|
|
83
|
+
"@intlayer/cli": "9.5.9",
|
|
84
84
|
"@types/node": "^22",
|
|
85
85
|
"@utils/ts-config": "1.0.4",
|
|
86
86
|
"@utils/ts-config-types": "1.0.4",
|