@cloudnux/local-cloud-provider 0.2.2 → 0.3.0

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.
@@ -3044,4 +3044,4 @@ lodash-es/lodash.js:
3044
3044
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3045
3045
  *)
3046
3046
  */
3047
- //# sourceMappingURL=index.mjs.map
3047
+ //# sourceMappingURL=index.js.map
@@ -1821,4 +1821,4 @@ lodash-es/lodash.js:
1821
1821
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1822
1822
  *)
1823
1823
  */
1824
- //# sourceMappingURL=index.mjs.map
1824
+ //# sourceMappingURL=index.js.map
@@ -1535,4 +1535,4 @@ lodash-es/lodash.js:
1535
1535
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1536
1536
  *)
1537
1537
  */
1538
- //# sourceMappingURL=index.mjs.map
1538
+ //# sourceMappingURL=index.js.map
@@ -1940,4 +1940,4 @@ lodash-es/lodash.js:
1940
1940
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1941
1941
  *)
1942
1942
  */
1943
- //# sourceMappingURL=index.mjs.map
1943
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@cloudnux/local-cloud-provider",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "CloudNux local development cloud provider implementation",
5
5
  "license": "MIT",
6
+ "type": "module",
6
7
  "main": "./dist/index.js",
7
- "module": "./dist/index.mjs",
8
- "types": "./dist/index.d.mts",
8
+ "types": "./dist/index.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
- "types": "./dist/index.d.mts",
12
- "import": "./dist/index.mjs"
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js"
13
13
  },
14
14
  "./queue-plugin": {
15
- "types": "./dist/queue-plugin/index.d.mts",
16
- "import": "./dist/queue-plugin/index.mjs"
15
+ "types": "./dist/queue-plugin/index.d.ts",
16
+ "import": "./dist/queue-plugin/index.js"
17
17
  },
18
18
  "./schedule-plugin": {
19
- "types": "./dist/schedule-plugin/index.d.mts",
20
- "import": "./dist/schedule-plugin/index.mjs"
19
+ "types": "./dist/schedule-plugin/index.d.ts",
20
+ "import": "./dist/schedule-plugin/index.js"
21
21
  },
22
22
  "./dev-console-plugin": {
23
- "types": "./dist/dev-console-plugin/index.d.mts",
24
- "import": "./dist/dev-console-plugin/index.mjs"
23
+ "types": "./dist/dev-console-plugin/index.d.ts",
24
+ "import": "./dist/dev-console-plugin/index.js"
25
25
  }
26
26
  },
27
27
  "files": [
@@ -43,7 +43,7 @@
43
43
  "clean": "rm -rf dist"
44
44
  },
45
45
  "dependencies": {
46
- "@cloudnux/core-cloud-provider": "0.1.0",
46
+ "@cloudnux/core-cloud-provider": "0.2.0",
47
47
  "@fastify/cors": "^11.1.0",
48
48
  "@fastify/static": "^8.0.0",
49
49
  "axios": "1.9.0",
@@ -61,4 +61,4 @@
61
61
  "access": "public",
62
62
  "registry": "https://registry.npmjs.org/"
63
63
  }
64
- }
64
+ }
File without changes
File without changes
File without changes