@skastr0/pulsar-project-module-effect 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ export const EFFECT_SERVER_REACTIVE_CONTRACT_NOOP_RULE_ID = "effect.server-react
|
|
|
7
7
|
export const EFFECT_PROTOTYPE_FACTORY_NOOP_RULE_ID = "effect.prototype-factory.noop.v1";
|
|
8
8
|
export const effectProjectModule = defineProjectModule({
|
|
9
9
|
id: EFFECT_PROJECT_MODULE_ID,
|
|
10
|
-
version: "0.1.
|
|
10
|
+
version: "0.1.1",
|
|
11
11
|
scope: "technology",
|
|
12
12
|
source: "package",
|
|
13
13
|
processors: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skastr0/pulsar-project-module-effect",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Effect technology project module for Pulsar calibration",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"clean": "rm -rf dist tsconfig.tsbuildinfo"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@skastr0/pulsar-project-module-sdk": "0.1.
|
|
45
|
+
"@skastr0/pulsar-project-module-sdk": "0.1.1",
|
|
46
46
|
"effect": "^3.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|