parcel-codegen-loader
Advanced tools
Comparing version 2.1.0-pre.9 to 2.1.0
@@ -35,3 +35,3 @@ var __create = Object.create; | ||
module.exports = __toCommonJS(index_exports); | ||
var validateOptions = __toESM(require("schema-utils")); | ||
var import_schema_utils = __toESM(require("schema-utils")); | ||
var import_loader_utils = require("loader-utils"); | ||
@@ -124,3 +124,3 @@ | ||
const options = (0, import_loader_utils.getOptions)(this); | ||
validateOptions(schema, options, { | ||
(0, import_schema_utils.default)(schema, options, { | ||
name: "Codegen Loader", | ||
@@ -127,0 +127,0 @@ baseDataPath: "options" |
{ | ||
"name": "parcel-codegen-loader", | ||
"version": "2.1.0-pre.9", | ||
"version": "2.1.0", | ||
"description": "A plugin for Webpack (v4 and higher) to generate useful modules at bundle-time.", | ||
@@ -44,6 +44,6 @@ "source": "src/index.ts", | ||
"devDependencies": { | ||
"codegen-lib": "2.1.0-pre.9", | ||
"codegen-lib": "^2.1.0", | ||
"webpack": "^5.97.1" | ||
}, | ||
"gitHead": "ef5fb012ae04742eb46e7b85fb6b2d43249262b1" | ||
"gitHead": "7f623fa40a8f5742464b8e36dde897e96f8c4367" | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as validateOptions from 'schema-utils'; | ||
import validateOptions from 'schema-utils'; | ||
import { getOptions } from 'loader-utils'; | ||
@@ -3,0 +3,0 @@ import { createCodegenHost } from 'codegen-lib'; |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19286
1