Comparing version 0.2.9 to 0.2.10
@@ -221,3 +221,3 @@ "use strict"; | ||
prefix += ' import * as breeze from "breeze-client";' + crlf; | ||
prefix += ' import * as extensions from "breezets";' + crlf; | ||
prefix += ' import * as extensions from "breezets-lib";' + crlf; | ||
prefix += ' import * as typedefs from "./typedefs";' + crlf; | ||
@@ -224,0 +224,0 @@ prefix += ' import * as querybuilder from "./querybuilder";' + crlf; |
{ | ||
"name": "breezets", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Library generating a strongly type client-side Typescript API for a Breeze data service", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
70313