@adaptable/utils
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.11.0](https://github.com/adaptable/io/compare/v1.10.0...v1.11.0) (2022-09-20) | ||
### Features | ||
* **web:** Add Flask error tip about running the dev server ([75e95eb](https://github.com/adaptable/io/commit/75e95eb57fe8e658ca05d08208d069bb71b78105)) | ||
# [1.10.0](https://github.com/adaptable/io/compare/v1.9.0...v1.10.0) (2022-09-19) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,4 @@ export * from "./certs"; | ||
export * from "./service"; | ||
export * from "./templates"; | ||
export * from "./types"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,2 +17,3 @@ "use strict"; | ||
__exportStar(require("./service"), exports); | ||
__exportStar(require("./templates"), exports); | ||
__exportStar(require("./types"), exports); |
@@ -1,2 +0,2 @@ | ||
export declare const defaultTemplateUrl = "https://github.com/adaptable/feathers-template#python"; | ||
export declare const defaultTemplateUrl = "https://github.com/adaptable/feathers-template#v4"; | ||
export declare const feathersTemplateId = "73614c20-951f-4ca4-9c20-93a3dbeaee8e"; | ||
@@ -3,0 +3,0 @@ export interface TemplateErrorHelp { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.fetchTemplate = exports.templates = exports.feathersTemplateId = exports.defaultTemplateUrl = void 0; | ||
// TODO: USE DEFAULT TEMPLATE BRANCH BEFORE PR | ||
exports.defaultTemplateUrl = "https://github.com/adaptable/feathers-template#python"; | ||
exports.defaultTemplateUrl = "https://github.com/adaptable/feathers-template#v4"; | ||
exports.feathersTemplateId = "73614c20-951f-4ca4-9c20-93a3dbeaee8e"; | ||
@@ -7,0 +6,0 @@ exports.templates = [ |
{ | ||
"name": "@adaptable/utils", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "Common utilities for Adaptable.io", | ||
@@ -45,3 +45,3 @@ "homepage": "https://adaptable.io", | ||
}, | ||
"gitHead": "a53fe1350faafde9157fcf8791747784413de974" | ||
"gitHead": "44f2daa5c0523a0ce47f93d2d12a0f7010d50afd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
41761
619
0