zephyr-astro-integration 0.1.1-next.1 → 0.1.1-next.3

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.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export { withZephyr } from './lib/astro-integration-zephyr';
2
- export { withZephyr as default } from './lib/astro-integration-zephyr';
1
+ import { withZephyr } from './lib/astro-integration-zephyr';
2
+ export { withZephyr };
3
+ export default withZephyr;
package/dist/index.js CHANGED
@@ -1,8 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = exports.withZephyr = void 0;
4
- var astro_integration_zephyr_1 = require("./lib/astro-integration-zephyr");
3
+ exports.withZephyr = void 0;
4
+ const astro_integration_zephyr_1 = require("./lib/astro-integration-zephyr");
5
5
  Object.defineProperty(exports, "withZephyr", { enumerable: true, get: function () { return astro_integration_zephyr_1.withZephyr; } });
6
- var astro_integration_zephyr_2 = require("./lib/astro-integration-zephyr");
7
- Object.defineProperty(exports, "default", { enumerable: true, get: function () { return astro_integration_zephyr_2.withZephyr; } });
6
+ exports.default = astro_integration_zephyr_1.withZephyr;
8
7
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,2EAA4D;AAAnD,sHAAA,UAAU,OAAA;AACnB,2EAAuE;AAA9D,mHAAA,UAAU,OAAW"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6EAA4D;AACnD,2FADA,qCAAU,OACA;AACnB,kBAAe,qCAAU,CAAC"}
package/dist/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "zephyr-astro-integration",
3
3
  "version": "0.1.1",
4
- "description": "Astro integration for Zephyr",
4
+ "description": "Astro integration for Zephyr Cloud deployment and module federation",
5
+ "homepage": "https://github.com/ZephyrCloudIO/zephyr-packages/tree/main/libs/zephyr-astro-integration#readme",
5
6
  "repository": {
6
7
  "type": "git",
7
8
  "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
@@ -15,6 +16,30 @@
15
16
  "type": "commonjs",
16
17
  "main": "dist/index.js",
17
18
  "types": "dist/index.d.ts",
19
+ "exports": {
20
+ ".": {
21
+ "types": "./dist/index.d.ts",
22
+ "import": "./dist/index.js",
23
+ "require": "./dist/index.js",
24
+ "default": "./dist/index.js"
25
+ }
26
+ },
27
+ "files": [
28
+ "dist",
29
+ "README.md",
30
+ "LICENSE"
31
+ ],
32
+ "keywords": [
33
+ "astro-component",
34
+ "withastro",
35
+ "astro",
36
+ "astro-integration",
37
+ "zephyr",
38
+ "module-federation",
39
+ "deployment",
40
+ "analytics",
41
+ "performance"
42
+ ],
18
43
  "scripts": {
19
44
  "build": "nx run zephyr-astro-integration:build",
20
45
  "patch-version": "pnpm version"
@@ -0,0 +1 @@
1
+ {"version":"5.8.3"}
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "zephyr-astro-integration",
3
- "version": "0.1.1-next.1",
4
- "description": "Astro integration for Zephyr",
3
+ "version": "0.1.1-next.3",
4
+ "description": "Astro integration for Zephyr Cloud deployment and module federation",
5
+ "homepage": "https://github.com/ZephyrCloudIO/zephyr-packages/tree/main/libs/zephyr-astro-integration#readme",
5
6
  "repository": {
6
7
  "type": "git",
7
8
  "url": "git+https://github.com/ZephyrCloudIO/zephyr-packages.git",
@@ -15,9 +16,33 @@
15
16
  "type": "commonjs",
16
17
  "main": "dist/index.js",
17
18
  "types": "dist/index.d.ts",
19
+ "exports": {
20
+ ".": {
21
+ "types": "./dist/index.d.ts",
22
+ "import": "./dist/index.js",
23
+ "require": "./dist/index.js",
24
+ "default": "./dist/index.js"
25
+ }
26
+ },
27
+ "files": [
28
+ "dist",
29
+ "README.md",
30
+ "LICENSE"
31
+ ],
32
+ "keywords": [
33
+ "astro-component",
34
+ "withastro",
35
+ "astro",
36
+ "astro-integration",
37
+ "zephyr",
38
+ "module-federation",
39
+ "deployment",
40
+ "analytics",
41
+ "performance"
42
+ ],
18
43
  "dependencies": {
19
44
  "is-ci": "^4.1.0",
20
- "zephyr-agent": "0.1.1-next.1"
45
+ "zephyr-agent": "0.1.1-next.3"
21
46
  },
22
47
  "devDependencies": {
23
48
  "@types/jest": "29.5.14",