create-video 3.0.0-lambda.338 → 3.0.0-lambda.380

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.
File without changes
File without changes
@@ -3,15 +3,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const execa_1 = __importDefault(require("execa"));
7
6
  const path_1 = __importDefault(require("path"));
7
+ const execa_1 = __importDefault(require("execa"));
8
8
  const xns_1 = __importDefault(require("xns"));
9
9
  const dotfiles_1 = require("./dotfiles");
10
10
  (0, xns_1.default)(async () => {
11
11
  await (0, execa_1.default)('rm', ['-rf', dotfiles_1.templateFolderName]);
12
12
  await (0, execa_1.default)('git', [
13
13
  'clone',
14
- 'https://github.com/remotion-dev/template',
14
+ 'https://github.com/jonnyburger/remotion-template',
15
15
  dotfiles_1.templateFolderName,
16
16
  ]);
17
17
  await (0, execa_1.default)('rm', ['-r', path_1.default.join(dotfiles_1.templateFolderName, '.git')]);
@@ -1 +1 @@
1
- {"version":3,"file":"copy-template.js","sourceRoot":"","sources":["../src/copy-template.ts"],"names":[],"mappings":";;;;;AAAA,kDAA0B;AAC1B,gDAAwB;AACxB,8CAAsB;AACtB,yCAAkE;AAElE,IAAA,aAAG,EAAC,KAAK,IAAI,EAAE;IACd,MAAM,IAAA,eAAK,EAAC,IAAI,EAAE,CAAC,KAAK,EAAE,6BAAkB,CAAC,CAAC,CAAC;IAC/C,MAAM,IAAA,eAAK,EAAC,KAAK,EAAE;QAClB,OAAO;QACP,0CAA0C;QAC1C,6BAAkB;KAClB,CAAC,CAAC;IACH,MAAM,IAAA,eAAK,EAAC,IAAI,EAAE,CAAC,IAAI,EAAE,cAAI,CAAC,IAAI,CAAC,6BAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IACjE,MAAM,IAAA,6BAAkB,EAAC,6BAAkB,CAAC,CAAC;IAC7C,OAAO,OAAO,CAAC;AAChB,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"copy-template.js","sourceRoot":"","sources":["../src/copy-template.ts"],"names":[],"mappings":";;;;;AAAA,gDAAwB;AACxB,kDAA0B;AAC1B,8CAAsB;AACtB,yCAAkE;AAElE,IAAA,aAAG,EAAC,KAAK,IAAI,EAAE;IACd,MAAM,IAAA,eAAK,EAAC,IAAI,EAAE,CAAC,KAAK,EAAE,6BAAkB,CAAC,CAAC,CAAC;IAC/C,MAAM,IAAA,eAAK,EAAC,KAAK,EAAE;QAClB,OAAO;QACP,kDAAkD;QAClD,6BAAkB;KAClB,CAAC,CAAC;IACH,MAAM,IAAA,eAAK,EAAC,IAAI,EAAE,CAAC,IAAI,EAAE,cAAI,CAAC,IAAI,CAAC,6BAAkB,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IACjE,MAAM,IAAA,6BAAkB,EAAC,6BAAkB,CAAC,CAAC;IAC7C,OAAO,OAAO,CAAC;AAChB,CAAC,CAAC,CAAC"}
File without changes
File without changes
package/dist/dotfiles.js CHANGED
File without changes
File without changes
package/dist/init.d.ts CHANGED
File without changes
File without changes
package/dist/init.js CHANGED
File without changes
package/dist/init.js.map CHANGED
File without changes
package/dist/log.d.ts CHANGED
File without changes
package/dist/log.d.ts.map CHANGED
File without changes
package/dist/log.js CHANGED
File without changes
package/dist/log.js.map CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/prompts.d.ts CHANGED
File without changes
File without changes
package/dist/prompts.js CHANGED
File without changes
File without changes
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=script.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"script.d.ts","sourceRoot":"","sources":["../src/script.ts"],"names":[],"mappings":""}
package/dist/script.js ADDED
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ console.log(process.env.npm_execpath);
3
+ console.log(process.env.npm_config_user_agent);
4
+ //# sourceMappingURL=script.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"script.js","sourceRoot":"","sources":["../src/script.ts"],"names":[],"mappings":";AAAA,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;AACtC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC"}
package/dist/yesno.d.ts CHANGED
File without changes
File without changes
package/dist/yesno.js CHANGED
File without changes
package/dist/yesno.js.map CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "3.0.0-lambda.338+118ffe2e9",
3
+ "version": "3.0.0-lambda.380+746af99e2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -13,28 +13,28 @@
13
13
  "scripts": {
14
14
  "build": "tsc -d",
15
15
  "watch": "tsc -w",
16
- "test": "eslint src --ext ts,tsx"
16
+ "lint": "eslint src --ext ts,tsx"
17
17
  },
18
18
  "author": "",
19
19
  "license": "SEE LICENSE IN LICENSE.md",
20
20
  "dependencies": {
21
- "chalk": "^4.1.0",
22
- "degit": "^2.8.4",
23
- "execa": "^5.0.0",
24
- "fs-extra": "^9.1.0",
25
- "prompts": "^2.4.1",
26
- "strip-ansi": "^6.0.0"
21
+ "chalk": "4.1.2",
22
+ "degit": "2.8.4",
23
+ "execa": "5.1.1",
24
+ "fs-extra": "9.1.0",
25
+ "prompts": "2.4.1",
26
+ "strip-ansi": "6.0.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@jonny/eslint-config": "^2.1.248",
29
+ "@jonny/eslint-config": "^2.1.251",
30
30
  "@types/degit": "^2.8.3",
31
31
  "@types/fs-extra": "^9.0.11",
32
32
  "@types/node": "^16.7.5",
33
33
  "@types/prompts": "^2.0.12",
34
- "eslint": "^7.15.0",
34
+ "eslint": "^7.25.0",
35
35
  "prettier-plugin-organize-imports": "^1.1.1",
36
36
  "ts-node": "^9.1.1",
37
37
  "typescript": "^4.4.2"
38
38
  },
39
- "gitHead": "118ffe2e9b291dc1ec55fad111cc7a3a1d56bc50"
39
+ "gitHead": "746af99e23f6c49bd6a291539d467aa8433150df"
40
40
  }