@sharpee/event-processor 0.9.60-beta → 0.9.62-beta
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/package.json +16 -8
- /package/{dist → dist-npm}/effects/effect-processor.d.ts +0 -0
- /package/{dist → dist-npm}/effects/effect-processor.d.ts.map +0 -0
- /package/{dist → dist-npm}/effects/effect-processor.js +0 -0
- /package/{dist → dist-npm}/effects/effect-processor.js.map +0 -0
- /package/{dist → dist-npm}/effects/index.d.ts +0 -0
- /package/{dist → dist-npm}/effects/index.d.ts.map +0 -0
- /package/{dist → dist-npm}/effects/index.js +0 -0
- /package/{dist → dist-npm}/effects/index.js.map +0 -0
- /package/{dist → dist-npm}/effects/types.d.ts +0 -0
- /package/{dist → dist-npm}/effects/types.d.ts.map +0 -0
- /package/{dist → dist-npm}/effects/types.js +0 -0
- /package/{dist → dist-npm}/effects/types.js.map +0 -0
- /package/{dist → dist-npm}/effects/world-query.d.ts +0 -0
- /package/{dist → dist-npm}/effects/world-query.d.ts.map +0 -0
- /package/{dist → dist-npm}/effects/world-query.js +0 -0
- /package/{dist → dist-npm}/effects/world-query.js.map +0 -0
- /package/{dist → dist-npm}/handler-types.d.ts +0 -0
- /package/{dist → dist-npm}/handler-types.d.ts.map +0 -0
- /package/{dist → dist-npm}/handler-types.js +0 -0
- /package/{dist → dist-npm}/handler-types.js.map +0 -0
- /package/{dist → dist-npm}/handlers/complex-manipulation.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/complex-manipulation.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/complex-manipulation.js +0 -0
- /package/{dist → dist-npm}/handlers/complex-manipulation.js.map +0 -0
- /package/{dist → dist-npm}/handlers/device/index.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/device/index.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/device/index.js +0 -0
- /package/{dist → dist-npm}/handlers/device/index.js.map +0 -0
- /package/{dist → dist-npm}/handlers/index.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/index.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/index.js +0 -0
- /package/{dist → dist-npm}/handlers/index.js.map +0 -0
- /package/{dist → dist-npm}/handlers/meta.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/meta.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/meta.js +0 -0
- /package/{dist → dist-npm}/handlers/meta.js.map +0 -0
- /package/{dist → dist-npm}/handlers/movement.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/movement.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/movement.js +0 -0
- /package/{dist → dist-npm}/handlers/movement.js.map +0 -0
- /package/{dist → dist-npm}/handlers/observation/index.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/observation/index.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/observation/index.js +0 -0
- /package/{dist → dist-npm}/handlers/observation/index.js.map +0 -0
- /package/{dist → dist-npm}/handlers/observation/observation-handlers.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/observation/observation-handlers.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/observation/observation-handlers.js +0 -0
- /package/{dist → dist-npm}/handlers/observation/observation-handlers.js.map +0 -0
- /package/{dist → dist-npm}/handlers/observation/sensory.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/observation/sensory.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/observation/sensory.js +0 -0
- /package/{dist → dist-npm}/handlers/observation/sensory.js.map +0 -0
- /package/{dist → dist-npm}/handlers/state-change.d.ts +0 -0
- /package/{dist → dist-npm}/handlers/state-change.d.ts.map +0 -0
- /package/{dist → dist-npm}/handlers/state-change.js +0 -0
- /package/{dist → dist-npm}/handlers/state-change.js.map +0 -0
- /package/{dist → dist-npm}/index.d.ts +0 -0
- /package/{dist → dist-npm}/index.d.ts.map +0 -0
- /package/{dist → dist-npm}/index.js +0 -0
- /package/{dist → dist-npm}/index.js.map +0 -0
- /package/{dist → dist-npm}/processor.d.ts +0 -0
- /package/{dist → dist-npm}/processor.d.ts.map +0 -0
- /package/{dist → dist-npm}/processor.js +0 -0
- /package/{dist → dist-npm}/processor.js.map +0 -0
- /package/{dist → dist-npm}/types.d.ts +0 -0
- /package/{dist → dist-npm}/types.d.ts.map +0 -0
- /package/{dist → dist-npm}/types.js +0 -0
- /package/{dist → dist-npm}/types.js.map +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sharpee/event-processor",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.62-beta",
|
|
4
4
|
"description": "Event processor for applying semantic events to the world model",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
5
|
+
"main": "dist-npm/index.js",
|
|
6
|
+
"types": "dist-npm/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@sharpee/
|
|
9
|
-
"@sharpee/core": "0.9.
|
|
10
|
-
"@sharpee/
|
|
8
|
+
"@sharpee/if-domain": "0.9.62-beta",
|
|
9
|
+
"@sharpee/core": "0.9.62-beta",
|
|
10
|
+
"@sharpee/world-model": "0.9.62-beta"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/node": "^20.11.19",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"typescript": "^5.3.3"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
|
-
"dist"
|
|
19
|
+
"dist-npm"
|
|
20
20
|
],
|
|
21
21
|
"keywords": [
|
|
22
22
|
"sharpee",
|
|
@@ -30,11 +30,19 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
|
+
"exports": {
|
|
34
|
+
".": {
|
|
35
|
+
"types": "./dist-npm/index.d.ts",
|
|
36
|
+
"import": "./dist-npm/index.js",
|
|
37
|
+
"require": "./dist-npm/index.js"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
33
40
|
"scripts": {
|
|
34
41
|
"build": "tsc",
|
|
35
42
|
"test": "vitest",
|
|
36
43
|
"test:ci": "vitest run",
|
|
37
44
|
"test:verbose": "vitest run --reporter=verbose",
|
|
38
|
-
"clean": "rimraf dist"
|
|
45
|
+
"clean": "rimraf dist",
|
|
46
|
+
"build:npm": "tsc --outDir dist-npm"
|
|
39
47
|
}
|
|
40
48
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|