diff --git a/dist/index.d.ts b/dist/index.d.ts index 7a18191..979bf80 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -8,5 +8,5 @@ export * from './createSyncedSignals.js'; export * from './signalify.js'; export * from './syncSignals.js'; export * from './decorators/index.js'; -export declare const version = "0.3.8"; +export declare const version = "0.3.9"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 9c6394a..34d991c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8,5 +8,5 @@ export * from './createSyncedSignals.js'; export * from './signalify.js'; export * from './syncSignals.js'; export * from './decorators/index.js'; -export const version = '0.3.8'; +export const version = '0.3.9'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/dist/index.js.map b/dist/index.js.map index 59a87fd..72ca4ec 100644 --- a/dist/index.js.map +++ b/dist/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","names":["version"],"sources":["../src/index.ts"],"sourcesContent":["export * from './Effectful.js'\nexport * from './component.js'\nexport * from './createDeferredEffect.js'\nexport * from './createSignalFunction.js'\nexport * from './createSignalObject.js'\nexport * from './createStoppableEffect.js'\nexport * from './createSyncedSignals.js'\nexport * from './signalify.js'\nexport * from './syncSignals.js'\n\nexport * from './decorators/index.js'\n\nexport const version = '0.3.8'\n"],"mappings":"AAAA,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAC9B,cAAc,2BAA2B;AACzC,cAAc,2BAA2B;AACzC,cAAc,yBAAyB;AACvC,cAAc,4BAA4B;AAC1C,cAAc,0BAA0B;AACxC,cAAc,gBAAgB;AAC9B,cAAc,kBAAkB;AAEhC,cAAc,uBAAuB;AAErC,OAAO,MAAMA,OAAO,GAAG,OAAO","ignoreList":[]} \ No newline at end of file +{"version":3,"file":"index.js","names":["version"],"sources":["../src/index.ts"],"sourcesContent":["export * from './Effectful.js'\nexport * from './component.js'\nexport * from './createDeferredEffect.js'\nexport * from './createSignalFunction.js'\nexport * from './createSignalObject.js'\nexport * from './createStoppableEffect.js'\nexport * from './createSyncedSignals.js'\nexport * from './signalify.js'\nexport * from './syncSignals.js'\n\nexport * from './decorators/index.js'\n\nexport const version = '0.3.9'\n"],"mappings":"AAAA,cAAc,gBAAgB;AAC9B,cAAc,gBAAgB;AAC9B,cAAc,2BAA2B;AACzC,cAAc,2BAA2B;AACzC,cAAc,yBAAyB;AACvC,cAAc,4BAA4B;AAC1C,cAAc,0BAA0B;AACxC,cAAc,gBAAgB;AAC9B,cAAc,kBAAkB;AAEhC,cAAc,uBAAuB;AAErC,OAAO,MAAMA,OAAO,GAAG,OAAO","ignoreList":[]} \ No newline at end of file diff --git a/package.json b/package.json index 499c9e6..a0d7d3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "classy-solid", - "version": "0.3.8", + "version": "0.3.9", "description": "Solid.js reactivity patterns for classes, and class components.", "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!", "author": "Joe Pea ", diff --git a/src/index.ts b/src/index.ts index 56c528e..98941b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,4 +10,4 @@ export * from './syncSignals.js' export * from './decorators/index.js' -export const version = '0.3.8' +export const version = '0.3.9'