Comparing version 0.7.2 to 0.7.3
@@ -19,5 +19,5 @@ 'use strict'; | ||
var _rider = require('./rider.js'); | ||
var _Rider = require('./Rider.js'); | ||
var _rider2 = _interopRequireDefault(_rider); | ||
var _Rider2 = _interopRequireDefault(_Rider); | ||
@@ -97,3 +97,3 @@ var _grids = require('./grids'); | ||
makeRider() { | ||
return new _rider2.default(); | ||
return new _Rider2.default(); | ||
} | ||
@@ -100,0 +100,0 @@ |
{ | ||
"name": "lr-core", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Line Rider core library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ import {setupImmo} from '../immo' | ||
import {ITERATE, GRAVITY, DEFAULT_START_POSITION, DEFAULT_START_VELOCITY} from './constants.js' | ||
import Rider from './rider.js' | ||
import Rider from './Rider.js' | ||
import {ClassicGrid} from './grids' | ||
@@ -9,0 +9,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1