@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.
@@ -1,8 +1,8 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_blog = require('./blog.cjs');
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 require_doc = require('./doc.cjs');
5
+ const require_blog = require('./blog.cjs');
6
6
  const require_legal = require('./legal.cjs');
7
7
 
8
8
  exports.buildAuthorJsonLd = require_authors.buildAuthorJsonLd;
@@ -1,7 +1,7 @@
1
- import { getBlog, getBlogBySlug, getBlogMetadata, getBlogMetadataBySlug, getBlogMetadataRecord, getBlogs, getBlogsKeys } from "./blog.mjs";
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 { getDoc, getDocBySlug, getDocMetadata, getDocMetadataBySlug, getDocMetadataRecord, getDocs, getDocsKeys } from "./doc.mjs";
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-canary.0",
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.8",
78
- "@intlayer/core": "9.5.8",
79
- "@intlayer/types": "9.5.8"
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.8",
83
- "@intlayer/cli": "9.5.8",
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",