drapcode-constant 1.1.0 → 1.1.1

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.
@@ -7,6 +7,7 @@ export declare const FOLDER_LIST = "folder-list";
7
7
  export declare const PROJECT_FOLDER_LIST = "project-folder-list";
8
8
  export declare const PROJECT_PAGE_DETAIL = "project-page-detail";
9
9
  export declare const DEFAULT_PAGE = "default-page";
10
+ export declare const ERROR_404_PAGE = "404";
10
11
  export declare const PROJECT_LIST = "project_list";
11
12
  export declare const PROJECT_DETAIL = "project_detail";
12
13
  export declare const PROJECT_PAGE_SNAPSHOT_DETAIL = "project_page_snapshot_detail";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.COLLECTION_DETAIL_FOR_QUERY = exports.PROJECT_SNIPPET_SNAPSHOT_DETAIL = exports.PROJECT_PAGE_SNAPSHOT_DETAIL = exports.PROJECT_DETAIL = exports.PROJECT_LIST = exports.DEFAULT_PAGE = exports.PROJECT_PAGE_DETAIL = exports.PROJECT_FOLDER_LIST = exports.FOLDER_LIST = exports.COLLECTION_BY_UUID = exports.COLLECTION_BY_NAME = exports.PROJECT_COLLECTION = exports.PROJECT_DOMAIN_COLLECTIONS = exports.PROJECT_COLLECTIONS = void 0;
3
+ exports.COLLECTION_DETAIL_FOR_QUERY = exports.PROJECT_SNIPPET_SNAPSHOT_DETAIL = exports.PROJECT_PAGE_SNAPSHOT_DETAIL = exports.PROJECT_DETAIL = exports.PROJECT_LIST = exports.ERROR_404_PAGE = exports.DEFAULT_PAGE = exports.PROJECT_PAGE_DETAIL = exports.PROJECT_FOLDER_LIST = exports.FOLDER_LIST = exports.COLLECTION_BY_UUID = exports.COLLECTION_BY_NAME = exports.PROJECT_COLLECTION = exports.PROJECT_DOMAIN_COLLECTIONS = exports.PROJECT_COLLECTIONS = void 0;
4
4
  exports.PROJECT_COLLECTIONS = "project-collections";
5
5
  exports.PROJECT_DOMAIN_COLLECTIONS = "project-domain-collections";
6
6
  exports.PROJECT_COLLECTION = "project-collection";
@@ -10,6 +10,7 @@ exports.FOLDER_LIST = "folder-list";
10
10
  exports.PROJECT_FOLDER_LIST = "project-folder-list";
11
11
  exports.PROJECT_PAGE_DETAIL = "project-page-detail";
12
12
  exports.DEFAULT_PAGE = "default-page";
13
+ exports.ERROR_404_PAGE = "404";
13
14
  exports.PROJECT_LIST = "project_list";
14
15
  exports.PROJECT_DETAIL = "project_detail";
15
16
  exports.PROJECT_PAGE_SNAPSHOT_DETAIL = "project_page_snapshot_detail";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",