@stepzen/sdk 0.9.39 → 0.9.40

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020,2021, StepZen, Inc.
3
+ Copyright (c) 2020,2021,2022, StepZen, Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const debug = require("debug");
5
5
  const node_fetch_1 = require("node-fetch");
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const debug = require("debug");
5
5
  const node_fetch_1 = require("node-fetch");
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const debug = require("debug");
5
5
  const node_fetch_1 = require("node-fetch");
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const debug = require("debug");
5
5
  const node_fetch_1 = require("node-fetch");
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const authenticate_1 = require("./commands/authenticate");
5
5
  const deploy_1 = require("./commands/deploy");
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.ADMIN_VERIFY_URL = exports.ADMIN_UPLOAD_URL = exports.ADMIN_LIST_URL = exports.ADMIN_DEPLOY_URL = void 0;
5
5
  exports.ADMIN_DEPLOY_URL = "/cli/admin/deploy";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.generateZipPayload = exports.generateYamlPayload = void 0;
5
5
  // This file contains helpers that zip a file or directory
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.getRequestHeaders = void 0;
5
5
  const os = require("os");
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.transpileConfigurationset = void 0;
5
5
  const dotenv = require("dotenv");
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright (c) 2020,2021, StepZen, Inc.
2
+ // Copyright (c) 2020,2021,2022, StepZen, Inc.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.validateSchema = exports.validateConfigurationset = void 0;
5
5
  const fs = require("fs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stepzen/sdk",
3
- "version": "0.9.39",
3
+ "version": "0.9.40",
4
4
  "license": "MIT",
5
5
  "author": "Darren Waddell <darren@stepzen.com>",
6
6
  "homepage": "https://stepzen.com",
@@ -20,11 +20,11 @@
20
20
  "dependencies": {
21
21
  "@stepzen/transpiler": "0.0.24",
22
22
  "archiver": "^5.3.0",
23
- "debug": "^4.3.1",
23
+ "debug": "^4.3.2",
24
24
  "form-data": "^4.0.0",
25
25
  "fs-extra": "^10.0.0",
26
26
  "glob": "^7.1.6",
27
- "node-fetch": "^2.6.1",
27
+ "node-fetch": "^2.6.6",
28
28
  "tslib": "^2.2.0",
29
29
  "yaml": "^1.10.2"
30
30
  },