You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

areaspawnr

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

areaspawnr - npm Package Compare versions

Comparing version

to
0.8.0

import { MapsCreatr, IPreThing, IPreThingSettings } from "mapscreatr";
import { MapScreenr } from "mapscreenr";
/**
* A Function to add a map command, such as an after or stretch.
* Adds a map command, such as an after or stretch.
*

@@ -6,0 +6,0 @@ * @param thing The raw command to create a Thing, as either a title

@@ -11,8 +11,8 @@ {

"dependencies": {
"mapscreatr": "^0.8.0-beta1",
"mapscreenr": "^0.8.0-beta1"
"mapscreatr": "^0.8.0",
"mapscreenr": "^0.8.0"
},
"description": "Loads EightBittr maps to spawn and unspawn areas on demand.",
"devDependencies": {
"shenanigans-manager": "^0.3.0"
"shenanigans-manager": "^0.8.0"
},

@@ -28,8 +28,8 @@ "license": "MIT",

"compile": "tsc -b",
"hydrate": "node ../shenanigans-manager/bin/shenanigans-manager hydrate",
"hydrate": "shenanigans-manager hydrate",
"link": "yarn link",
"publish:ci": "node ../shenanigans-manager/bin/shenanigans-manager publish-if-updated",
"publish:ci": "shenanigans-manager publish-if-updated",
"test": "yarn run test:setup && yarn run test:run",
"test:run": "mocha-headless-chrome --file test/index.html",
"test:setup": "node ../shenanigans-manager/bin/shenanigans-manager generate-tests"
"test:setup": "shenanigans-manager generate-tests"
},

@@ -40,3 +40,3 @@ "shenanigans": {

"types": "./lib/index.d.ts",
"version": "0.8.0-beta1"
"version": "0.8.0"
}

Sorry, the diff of this file is not supported yet