fancy-state-machine
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -183,3 +183,3 @@ "use strict"; | ||
let curPart = parts[0]; | ||
for (let prv = 0, cur = 1; cur < parts.length; prv = cur++) { | ||
for (let cur = 1; cur < parts.length; cur++) { | ||
const par = curPart; | ||
@@ -186,0 +186,0 @@ curPart += subgraphNameSeparator + parts[cur]; |
@@ -187,3 +187,3 @@ const NOP_FUNC = () => { }; | ||
let curPart = parts[0]; | ||
for (let prv = 0, cur = 1; cur < parts.length; prv = cur++) { | ||
for (let cur = 1; cur < parts.length; cur++) { | ||
const par = curPart; | ||
@@ -190,0 +190,0 @@ curPart += subgraphNameSeparator + parts[cur]; |
{ | ||
"name": "fancy-state-machine", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Type-safe, composable, seamless data flow Finite-state machine implementation in TypeScript", | ||
@@ -27,2 +27,6 @@ "author": "Tran Quang Loc <quangloctran99@gmail.com>", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/quangloc99/fancy-state-machine" | ||
}, | ||
"devDependencies": { | ||
@@ -29,0 +33,0 @@ "@types/jest": "^29.5.11", |
@@ -374,3 +374,3 @@ import { Promisable, Constructor, Simplify } from 'type-fest'; | ||
let curPart = parts[0]; | ||
for (let prv = 0, cur = 1; cur < parts.length; prv = cur++) { | ||
for (let cur = 1; cur < parts.length; cur++) { | ||
const par = curPart; | ||
@@ -377,0 +377,0 @@ curPart += subgraphNameSeparator + parts[cur]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
286575
0