classy-solid
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -114,3 +114,2 @@ import { $PROXY } from 'solid-js'; | ||
queueMicrotask(() => { | ||
console.log(name, getOrSet, pairs); | ||
if (pairs[name] !== 2) throw new MissingDecoratorError(name); | ||
@@ -117,0 +116,0 @@ }); |
@@ -5,3 +5,3 @@ export * from './decorators/index.js'; | ||
export * from './signals/index.js'; | ||
export declare const version = "0.4.0"; | ||
export declare const version = "0.4.1"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,3 +5,3 @@ export * from './decorators/index.js'; | ||
export * from './signals/index.js'; | ||
export const version = '0.4.0'; | ||
export const version = '0.4.1'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "classy-solid", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Solid.js reactivity patterns for classes, and class components.", | ||
@@ -5,0 +5,0 @@ "info": "The `classy-solid` package gives you a `@signal` decorator to make reactive class properties, an `@component` decorator to use classes as Solid components, and some other APIs to simplify usage of reactive patterns in classes. It is still early, more features and changes to come!", |
@@ -130,3 +130,2 @@ import {$PROXY} from 'solid-js' | ||
queueMicrotask(() => { | ||
console.log(name, getOrSet, pairs) | ||
if (pairs[name] !== 2) throw new MissingDecoratorError(name) | ||
@@ -133,0 +132,0 @@ }) |
@@ -6,2 +6,2 @@ export * from './decorators/index.js' | ||
export const version = '0.4.0' | ||
export const version = '0.4.1' |
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
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
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
0
180647
2570