@sitecore-jss/sitecore-jss-dev-tools 21.0.0-canary.13 → 21.0.0-canary.130

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.
@@ -19,13 +19,9 @@ var __rest = (this && this.__rest) || function (s, e) {
19
19
  }
20
20
  return t;
21
21
  };
22
- var __importDefault = (this && this.__importDefault) || function (mod) {
23
- return (mod && mod.__esModule) ? mod : { "default": mod };
24
- };
25
22
  Object.defineProperty(exports, "__esModule", { value: true });
26
23
  exports.createManifestInstance = void 0;
27
24
  const pipelines_1 = require("../../pipelines");
28
- const fieldTypes_1 = __importDefault(require("./fieldTypes"));
29
25
  const validators_1 = require("./validators");
30
26
  const createManifestInstance = ({ pipelines, appName = '', excludeItems = false, excludeDictionary = false, language = '', debug = false, wipe = false, rootPlaceholders, skipPlaceholderBlacklist, }) => {
31
27
  const manifestSourceData = {
@@ -146,7 +142,6 @@ const createManifestInstance = ({ pipelines, appName = '', excludeItems = false,
146
142
  addRoute,
147
143
  addContent,
148
144
  addDictionary,
149
- fieldTypes: fieldTypes_1.default,
150
145
  language,
151
146
  };
152
147
  };
@@ -19,7 +19,6 @@ var __rest = (this && this.__rest) || function (s, e) {
19
19
  return t;
20
20
  };
21
21
  import { runPipeline } from '../../pipelines';
22
- import fieldTypes from './fieldTypes';
23
22
  import { validatePlaceholder, validateTemplate } from './validators';
24
23
  export const createManifestInstance = ({ pipelines, appName = '', excludeItems = false, excludeDictionary = false, language = '', debug = false, wipe = false, rootPlaceholders, skipPlaceholderBlacklist, }) => {
25
24
  const manifestSourceData = {
@@ -140,7 +139,6 @@ export const createManifestInstance = ({ pipelines, appName = '', excludeItems =
140
139
  addRoute,
141
140
  addContent,
142
141
  addDictionary,
143
- fieldTypes,
144
142
  language,
145
143
  };
146
144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-jss/sitecore-jss-dev-tools",
3
- "version": "21.0.0-canary.13",
3
+ "version": "21.0.0-canary.130",
4
4
  "description": "Utilities to assist in the development and deployment of Sitecore JSS apps.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -33,7 +33,7 @@
33
33
  "url": "https://github.com/sitecore/jss/issues"
34
34
  },
35
35
  "dependencies": {
36
- "@sitecore-jss/sitecore-jss": "^21.0.0-canary.13",
36
+ "@sitecore-jss/sitecore-jss": "^21.0.0-canary.130",
37
37
  "axios": "^0.21.1",
38
38
  "chalk": "^2.4.1",
39
39
  "chokidar": "^3.2.1",
@@ -64,7 +64,7 @@
64
64
  "@types/joi": "^17.2.3",
65
65
  "@types/js-yaml": "^3.12.1",
66
66
  "@types/jszip": "^3.1.6",
67
- "@types/mocha": "^5.2.7",
67
+ "@types/mocha": "^9.0.0",
68
68
  "@types/node": "^12.7.11",
69
69
  "@types/readline-sync": "^1.4.3",
70
70
  "@types/resolve": "^0.0.8",
@@ -78,14 +78,18 @@
78
78
  "del": "^3.0.0",
79
79
  "del-cli": "^3.0.1",
80
80
  "eslint": "^7.15.0",
81
- "mocha": "^8.1.3",
81
+ "mocha": "^9.1.3",
82
82
  "nock": "^13.0.6",
83
83
  "nyc": "^15.1.0",
84
84
  "sinon": "^7.5.0",
85
85
  "ts-node": "^8.4.1",
86
- "tsconfig-paths": "^3.11.0",
86
+ "tsconfig-paths": "^3.14.0",
87
87
  "typescript": "~4.3.5"
88
88
  },
89
89
  "types": "types/index.d.ts",
90
- "gitHead": "44d12c7d8aef43fe5989e7c50103254e16dcf314"
90
+ "gitHead": "b0e43726d7cacba9437e866cf1383a0b619471fb",
91
+ "files": [
92
+ "dist",
93
+ "types"
94
+ ]
91
95
  }