@wix/blog 1.0.274 → 1.0.276
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/build/cjs/context.d.ts +2 -0
- package/build/cjs/context.js +3 -1
- package/build/cjs/context.js.map +1 -1
- package/build/cjs/index.d.ts +7 -4
- package/build/cjs/index.js +13 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/context.d.ts +2 -0
- package/build/es/context.js +2 -0
- package/build/es/context.js.map +1 -1
- package/build/es/index.d.ts +7 -4
- package/build/es/index.js +7 -4
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +2 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -1
- package/package.json +11 -8
- package/type-bundles/context.bundle.d.ts +7825 -9692
- package/type-bundles/index.bundle.d.ts +2581 -8852
- package/type-bundles/meta.bundle.d.ts +2882 -18233
package/build/cjs/context.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as blogCache from '@wix/blog_blog-cache/context';
|
|
2
|
+
export * as blogImporter from '@wix/blog_blog-importer/context';
|
|
1
3
|
export * as categories from '@wix/blog_categories/context';
|
|
2
4
|
export * as draftPosts from '@wix/blog_draft-posts/context';
|
|
3
5
|
export * as posts from '@wix/blog_posts/context';
|
package/build/cjs/context.js
CHANGED
|
@@ -23,7 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.tags = exports.posts = exports.draftPosts = exports.categories = void 0;
|
|
26
|
+
exports.tags = exports.posts = exports.draftPosts = exports.categories = exports.blogImporter = exports.blogCache = void 0;
|
|
27
|
+
exports.blogCache = __importStar(require("@wix/blog_blog-cache/context"));
|
|
28
|
+
exports.blogImporter = __importStar(require("@wix/blog_blog-importer/context"));
|
|
27
29
|
exports.categories = __importStar(require("@wix/blog_categories/context"));
|
|
28
30
|
exports.draftPosts = __importStar(require("@wix/blog_draft-posts/context"));
|
|
29
31
|
exports.posts = __importStar(require("@wix/blog_posts/context"));
|
package/build/cjs/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA2D;AAC3D,4EAA4D;AAC5D,iEAAiD;AACjD,+DAA+C"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0EAA0D;AAC1D,gFAAgE;AAChE,2EAA2D;AAC3D,4EAA4D;AAC5D,iEAAiD;AACjD,+DAA+C"}
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as blogCache from '@wix/blog_blog-cache';
|
|
2
|
+
import * as blogImporter from '@wix/blog_blog-importer';
|
|
3
|
+
import * as categories from '@wix/blog_categories';
|
|
4
|
+
import * as draftPosts from '@wix/blog_draft-posts';
|
|
5
|
+
import * as posts from '@wix/blog_posts';
|
|
6
|
+
import * as tags from '@wix/blog_tags';
|
|
7
|
+
export { blogCache, blogImporter, categories, draftPosts, posts, tags };
|
package/build/cjs/index.js
CHANGED
|
@@ -23,9 +23,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.tags = exports.posts = exports.draftPosts = exports.categories = void 0;
|
|
27
|
-
|
|
28
|
-
exports.
|
|
29
|
-
|
|
30
|
-
exports.
|
|
26
|
+
exports.tags = exports.posts = exports.draftPosts = exports.categories = exports.blogImporter = exports.blogCache = void 0;
|
|
27
|
+
const blogCache = __importStar(require("@wix/blog_blog-cache"));
|
|
28
|
+
exports.blogCache = blogCache;
|
|
29
|
+
const blogImporter = __importStar(require("@wix/blog_blog-importer"));
|
|
30
|
+
exports.blogImporter = blogImporter;
|
|
31
|
+
const categories = __importStar(require("@wix/blog_categories"));
|
|
32
|
+
exports.categories = categories;
|
|
33
|
+
const draftPosts = __importStar(require("@wix/blog_draft-posts"));
|
|
34
|
+
exports.draftPosts = draftPosts;
|
|
35
|
+
const posts = __importStar(require("@wix/blog_posts"));
|
|
36
|
+
exports.posts = posts;
|
|
37
|
+
const tags = __importStar(require("@wix/blog_tags"));
|
|
38
|
+
exports.tags = tags;
|
|
31
39
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gEAAkD;AAOzC,8BAAS;AANlB,sEAAwD;AAMpC,oCAAY;AALhC,iEAAmD;AAKjB,gCAAU;AAJ5C,kEAAoD;AAIN,gCAAU;AAHxD,uDAAyC;AAGiB,sBAAK;AAF/D,qDAAuC;AAE0B,oBAAI"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as blogCache from '@wix/blog_blog-cache/meta';
|
|
2
|
+
export * as blogImporter from '@wix/blog_blog-importer/meta';
|
|
1
3
|
export * as categories from '@wix/blog_categories/meta';
|
|
2
4
|
export * as draftPosts from '@wix/blog_draft-posts/meta';
|
|
3
5
|
export * as posts from '@wix/blog_posts/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -23,7 +23,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.tags = exports.posts = exports.draftPosts = exports.categories = void 0;
|
|
26
|
+
exports.tags = exports.posts = exports.draftPosts = exports.categories = exports.blogImporter = exports.blogCache = void 0;
|
|
27
|
+
exports.blogCache = __importStar(require("@wix/blog_blog-cache/meta"));
|
|
28
|
+
exports.blogImporter = __importStar(require("@wix/blog_blog-importer/meta"));
|
|
27
29
|
exports.categories = __importStar(require("@wix/blog_categories/meta"));
|
|
28
30
|
exports.draftPosts = __importStar(require("@wix/blog_draft-posts/meta"));
|
|
29
31
|
exports.posts = __importStar(require("@wix/blog_posts/meta"));
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wEAAwD;AACxD,yEAAyD;AACzD,8DAA8C;AAC9C,4DAA4C"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uEAAuD;AACvD,6EAA6D;AAC7D,wEAAwD;AACxD,yEAAyD;AACzD,8DAA8C;AAC9C,4DAA4C"}
|
package/build/es/context.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as blogCache from '@wix/blog_blog-cache/context';
|
|
2
|
+
export * as blogImporter from '@wix/blog_blog-importer/context';
|
|
1
3
|
export * as categories from '@wix/blog_categories/context';
|
|
2
4
|
export * as draftPosts from '@wix/blog_draft-posts/context';
|
|
3
5
|
export * as posts from '@wix/blog_posts/context';
|
package/build/es/context.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as blogCache from '@wix/blog_blog-cache/context';
|
|
2
|
+
export * as blogImporter from '@wix/blog_blog-importer/context';
|
|
1
3
|
export * as categories from '@wix/blog_categories/context';
|
|
2
4
|
export * as draftPosts from '@wix/blog_draft-posts/context';
|
|
3
5
|
export * as posts from '@wix/blog_posts/context';
|
package/build/es/context.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,yBAAyB,CAAC;AACjD,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,8BAA8B,CAAC;AAC1D,OAAO,KAAK,YAAY,MAAM,iCAAiC,CAAC;AAChE,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,yBAAyB,CAAC;AACjD,OAAO,KAAK,IAAI,MAAM,wBAAwB,CAAC"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as blogCache from '@wix/blog_blog-cache';
|
|
2
|
+
import * as blogImporter from '@wix/blog_blog-importer';
|
|
3
|
+
import * as categories from '@wix/blog_categories';
|
|
4
|
+
import * as draftPosts from '@wix/blog_draft-posts';
|
|
5
|
+
import * as posts from '@wix/blog_posts';
|
|
6
|
+
import * as tags from '@wix/blog_tags';
|
|
7
|
+
export { blogCache, blogImporter, categories, draftPosts, posts, tags };
|
package/build/es/index.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as blogCache from '@wix/blog_blog-cache';
|
|
2
|
+
import * as blogImporter from '@wix/blog_blog-importer';
|
|
3
|
+
import * as categories from '@wix/blog_categories';
|
|
4
|
+
import * as draftPosts from '@wix/blog_draft-posts';
|
|
5
|
+
import * as posts from '@wix/blog_posts';
|
|
6
|
+
import * as tags from '@wix/blog_tags';
|
|
7
|
+
export { blogCache, blogImporter, categories, draftPosts, posts, tags };
|
|
5
8
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,iBAAiB,CAAC;AACzC,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AACxD,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AACnD,OAAO,KAAK,UAAU,MAAM,uBAAuB,CAAC;AACpD,OAAO,KAAK,KAAK,MAAM,iBAAiB,CAAC;AACzC,OAAO,KAAK,IAAI,MAAM,gBAAgB,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as blogCache from '@wix/blog_blog-cache/meta';
|
|
2
|
+
export * as blogImporter from '@wix/blog_blog-importer/meta';
|
|
1
3
|
export * as categories from '@wix/blog_categories/meta';
|
|
2
4
|
export * as draftPosts from '@wix/blog_draft-posts/meta';
|
|
3
5
|
export * as posts from '@wix/blog_posts/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * as blogCache from '@wix/blog_blog-cache/meta';
|
|
2
|
+
export * as blogImporter from '@wix/blog_blog-importer/meta';
|
|
1
3
|
export * as categories from '@wix/blog_categories/meta';
|
|
2
4
|
export * as draftPosts from '@wix/blog_draft-posts/meta';
|
|
3
5
|
export * as posts from '@wix/blog_posts/meta';
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC;AACxD,OAAO,KAAK,UAAU,MAAM,4BAA4B,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,KAAK,IAAI,MAAM,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,2BAA2B,CAAC;AACvD,OAAO,KAAK,YAAY,MAAM,8BAA8B,CAAC;AAC7D,OAAO,KAAK,UAAU,MAAM,2BAA2B,CAAC;AACxD,OAAO,KAAK,UAAU,MAAM,4BAA4B,CAAC;AACzD,OAAO,KAAK,KAAK,MAAM,sBAAsB,CAAC;AAC9C,OAAO,KAAK,IAAI,MAAM,qBAAqB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/blog",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.276",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,10 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/
|
|
22
|
-
"@wix/
|
|
23
|
-
"@wix/
|
|
24
|
-
"@wix/
|
|
21
|
+
"@wix/blog_blog-cache": "1.0.0",
|
|
22
|
+
"@wix/blog_blog-importer": "1.0.0",
|
|
23
|
+
"@wix/blog_categories": "1.0.37",
|
|
24
|
+
"@wix/blog_draft-posts": "1.0.34",
|
|
25
|
+
"@wix/blog_posts": "1.0.39",
|
|
26
|
+
"@wix/blog_tags": "1.0.29"
|
|
25
27
|
},
|
|
26
28
|
"devDependencies": {
|
|
27
29
|
"glob": "^10.4.1",
|
|
@@ -30,8 +32,9 @@
|
|
|
30
32
|
"typescript": "^5.3.2"
|
|
31
33
|
},
|
|
32
34
|
"scripts": {
|
|
33
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
34
|
-
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
35
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles && npm run build:validate-dts",
|
|
36
|
+
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
37
|
+
"build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
|
|
35
38
|
"test": ":"
|
|
36
39
|
},
|
|
37
40
|
"wix": {
|
|
@@ -45,5 +48,5 @@
|
|
|
45
48
|
"fqdn": ""
|
|
46
49
|
}
|
|
47
50
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "9c00d695a3f6937b10a0dca6d779baffa6fe80dc1a312e148d93fc45"
|
|
49
52
|
}
|