@spikedpunch/forge-plugin-swig
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -12,7 +12,7 @@ { | ||
"forge-plugin-swig/dist/Transform.js.map": "79fa6e88df7a2a7a46f819572e421d8213305b73", | ||
"forge-plugin-swig/package.json": "44b057dce7045866a5221b9626617d1fa8aebc5e", | ||
"forge-plugin-swig/package.json": "93ed3fd4b79e2dec1660c565872b51067fdb9408", | ||
"forge-plugin-swig/pnpm-lock.yaml": "ccf518841692304407932cd0bb06c46faa24f2c0", | ||
"forge-plugin-swig/src/Plugin.ts": "620ed59f5eb6285a649f81a0995790a3fc4eccaf", | ||
"forge-plugin-swig/src/SwigPluginOptions.ts": "4eb917b0c7c7b0a02e3b7f18a2911dad60363df1", | ||
"forge-plugin-swig/src/Transform.ts": "6bcdc35c9e0adc3894d0555b4200baca3d847ae1", | ||
"forge-plugin-swig/src/Transform.ts": "658e0eda648f28026097ec1de1e58c3721fc457a", | ||
"forge-plugin-swig/tsconfig.json": "eb215143318d76fe56a44409b509993846980725", | ||
@@ -19,0 +19,0 @@ "forge-plugin-swig/.rush/temp/shrinkwrap-deps.json": "5514786cb17643e8a4e492a6741454b18e90129d" |
{ | ||
"name": "@spikedpunch/forge-plugin-swig", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
"main": "dist/plugin.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SpikedPunchVictim/forge" | ||
}, | ||
"scripts": { | ||
@@ -10,6 +14,2 @@ "build": "rimraf ./dist && tsc", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@gitlab.com/william.hoopes/forge-plugin-swig.git" | ||
}, | ||
"keywords": [], | ||
@@ -23,3 +23,3 @@ "author": "", | ||
"dependencies": { | ||
"@spikedpunch/forge": "^0.1.1", | ||
"@spikedpunch/forge": "^0.1.2", | ||
"@types/readable-stream": "^2.3.9", | ||
@@ -26,0 +26,0 @@ "@types/swig": "^0.0.29", |
@@ -46,4 +46,2 @@ import * as path from 'path' | ||
_ | ||
_transform(chunk: any, encoding: string, cb: (error?: Error | null, data?: any) => void): void { | ||
@@ -50,0 +48,0 @@ // TODO: Support multiple use sources |
Sorry, the diff of this file is not supported yet
41435
565
Updated@spikedpunch/forge@^0.1.2