Comparing version 1.0.22 to 1.0.23
{ | ||
"name": "lanurite", | ||
"description": "Library for Models and Collection use in JS worlds", | ||
"url": "https://github.com/PxyUp/lanurite", | ||
"url": "https://github.com/LTD-Beget/lanurite", | ||
"keywords": [ | ||
@@ -26,8 +26,8 @@ "model", | ||
"typings": "src/lanurite.d.ts", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/PxyUp/lanurite.git" | ||
"url": "https://github.com/LTD-Beget/lanurite.git" | ||
} | ||
} |
@@ -16,3 +16,3 @@ # Lanurite | ||
``` | ||
import Lanurite = require("../src/lanurite") | ||
import * as Lanurite from "lanurite" | ||
console.log(Lanurite.version) | ||
@@ -24,3 +24,3 @@ | ||
``` | ||
var t = require("../dist/lanurite.js"); | ||
var t = require("lanurite.js"); | ||
console.log(t.version) |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
185685
26
3500