@arancini/core
Advanced tools
Comparing version 2.2.2 to 2.3.0
export * from "./declarations/src/index"; | ||
//# sourceMappingURL=arancini-core.cjs.d.ts.map |
@@ -52,3 +52,4 @@ import type { Component, ComponentClass, ComponentDetails } from './component'; | ||
/** | ||
* Destroys a space | ||
* Destroys a space. | ||
* Destroys all entities in the space, and if the space is not the worlds default space it will be removed from the space manager. | ||
* @param space the space to destroy | ||
@@ -55,0 +56,0 @@ */ |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"homepage": "https://github.com/isaac-mason/arancini", | ||
@@ -26,20 +26,20 @@ "bugs": { | ||
"devDependencies": { | ||
"@babel/core": "^7.18.6", | ||
"@babel/core": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@mdx-js/react": "^1.6.22", | ||
"@preconstruct/cli": "^2.3.0", | ||
"@storybook/addon-essentials": "^7.0.4", | ||
"@storybook/addon-interactions": "^7.0.4", | ||
"@storybook/addon-links": "^7.0.4", | ||
"@storybook/blocks": "^7.0.4", | ||
"@storybook/react": "^7.0.4", | ||
"@storybook/react-vite": "^7.0.4", | ||
"@storybook/testing-library": "^0.0.14-next.2", | ||
"@typescript-eslint/eslint-plugin": "^5.7.0", | ||
"@typescript-eslint/parser": "^5.7.0", | ||
"@mdx-js/react": "^2.3.0", | ||
"@preconstruct/cli": "^2.5.0", | ||
"@storybook/addon-essentials": "^7.0.18", | ||
"@storybook/addon-interactions": "^7.0.18", | ||
"@storybook/addon-links": "^7.0.18", | ||
"@storybook/blocks": "^7.0.18", | ||
"@storybook/react": "^7.0.18", | ||
"@storybook/react-vite": "^7.0.18", | ||
"@storybook/testing-library": "^0.1.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.9", | ||
"@typescript-eslint/parser": "^5.59.9", | ||
"eslint": "^8.5.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-import-resolver-typescript": "^2.4.0", | ||
@@ -49,4 +49,4 @@ "eslint-plugin-es": "^4.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-storybook": "^0.6.11", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-storybook": "^0.6.12", | ||
"eslint-plugin-typescript-enum": "^2.1.0", | ||
@@ -57,4 +57,4 @@ "prettier": "^2.3.2", | ||
"react-dom": "^18.2.0", | ||
"storybook": "^7.0.4", | ||
"typescript": "^5.0.4", | ||
"storybook": "^7.0.18", | ||
"typescript": "^5.1.3", | ||
"vitest": "^0.30.1" | ||
@@ -61,0 +61,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
248754
30
8196