enonic-wizardry
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -6,3 +6,3 @@ "use strict"; | ||
var path = require("path"); | ||
var xmltools = require("./src/xmltools"); | ||
var xmltools = require("./utils/xmltools"); | ||
var generator = xmltools.NewInterfaceGenerator(); | ||
@@ -9,0 +9,0 @@ function generateInterface(xmlFilename, tsFilename) { |
import * as commander from "commander"; | ||
import * as fs from "fs"; | ||
import * as path from "path"; | ||
import * as xmltools from "./src/xmltools"; | ||
import * as xmltools from "./utils/xmltools"; | ||
@@ -6,0 +6,0 @@ const generator = xmltools.NewInterfaceGenerator(); |
{ | ||
"name": "enonic-wizardry", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Functional utility library for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
60634
35
1567