@crabs-dev/dtwo 0.4.9 → 0.4.11

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/module.json CHANGED
@@ -5,5 +5,5 @@
5
5
  "dtwo": "^2.0.0 || ^3.0.0-rc.5",
6
6
  "bridge": true
7
7
  },
8
- "version": "0.4.9"
8
+ "version": "0.4.11"
9
9
  }
package/dist/module.mjs CHANGED
@@ -23,7 +23,7 @@ const module = defineDtwoModule({
23
23
  dtwo.options.features.store = false;
24
24
  }
25
25
  dtwo.options.build.transpile.push(resolver.resolve("./runtime"));
26
- dtwo.options.alias.crabs = dtwo.options.alias.crabs || resolveModule("crabs/dist/crabs.mjs", {
26
+ dtwo.options.alias.crabs = dtwo.options.alias.crabs || resolveModule("crabs-dev/dist/crabs-dev.mjs", {
27
27
  paths: [dtwo.options.rootDir, import.meta.url]
28
28
  });
29
29
  dtwo.hook("prepare:types", ({ references }) => {
@@ -1,6 +1,6 @@
1
1
  declare const _default: (context: any, inject: any) => void;
2
2
  export default _default;
3
- declare module 'crabs' {
3
+ declare module 'crabs-dev' {
4
4
  interface CrabsCustomProperties {
5
5
  /**
6
6
  * Dtwo context. Requires you to install `@dtwo/types` to have types.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crabs-dev/dtwo",
3
- "version": "0.4.9",
3
+ "version": "0.4.11",
4
4
  "description": "Dtwo Module for crabs",
5
5
  "keywords": [
6
6
  "crabs",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@dtwo/kit": "3.1.0",
38
- "crabs-dev": "2.0.35"
38
+ "crabs-dev": "2.0.36"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@dtwo/module-builder": "0.2.1",