@homer0/jimple
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -33,5 +33,5 @@ "use strict"; | ||
// ../../../node_modules/jimple/src/Jimple.js | ||
// ../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js | ||
var require_Jimple = __commonJS({ | ||
"../../../node_modules/jimple/src/Jimple.js"(exports, module2) { | ||
"../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js"(exports, module2) { | ||
"use strict"; | ||
@@ -38,0 +38,0 @@ function assert(ok, message) { |
@@ -27,5 +27,5 @@ var __create = Object.create; | ||
// ../../../node_modules/jimple/src/Jimple.js | ||
// ../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js | ||
var require_Jimple = __commonJS({ | ||
"../../../node_modules/jimple/src/Jimple.js"(exports, module) { | ||
"../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js"(exports, module) { | ||
"use strict"; | ||
@@ -32,0 +32,0 @@ function assert(ok, message) { |
@@ -33,5 +33,5 @@ "use strict"; | ||
// ../../../node_modules/jimple/src/Jimple.js | ||
// ../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js | ||
var require_Jimple = __commonJS({ | ||
"../../../node_modules/jimple/src/Jimple.js"(exports, module2) { | ||
"../../../node_modules/.pnpm/jimple@1.5.0/node_modules/jimple/src/Jimple.js"(exports, module2) { | ||
"use strict"; | ||
@@ -38,0 +38,0 @@ function assert(ok, message) { |
{ | ||
"name": "@homer0/jimple", | ||
"description": "An extended version of the Jimple lib, with extra features", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"repository": { | ||
@@ -26,7 +26,9 @@ "type": "git", | ||
"devDependencies": { | ||
"jest": "^29.4.3", | ||
"@homer0/eslint-plugin": "10.2.2", | ||
"@homer0/tsconfig": "1.0.8", | ||
"jest": "^29.5.0", | ||
"jimple": "^1.5.0", | ||
"ts-jest": "^29.0.5", | ||
"tsup": "^6.6.3", | ||
"typescript": "^4.9.5" | ||
"ts-jest": "^29.1.0", | ||
"tsup": "^7.0.0", | ||
"typescript": "^5.1.3" | ||
}, | ||
@@ -45,5 +47,5 @@ "engine-strict": true, | ||
"build": "tsup src/index.ts", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"gitHead": "1ed6ea29e2035f10f0dff60203b6b1d54c601dc8" | ||
"gitHead": "e8c1e75555382d4cc23c78e7c4d1e2c62f8c06a2" | ||
} |
@@ -381,3 +381,3 @@ # 💉 jimple | ||
#### NPM tasks | ||
#### Tasks | ||
@@ -384,0 +384,0 @@ | Task | Description | |
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
151617
7