@inkly-org/cli 0.5.1 → 0.5.4

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.
@@ -13,7 +13,7 @@
13
13
  <link rel="modulepreload" href="/__inkly/vendor/react-dom.mjs" crossorigin="anonymous" />
14
14
  <link rel="modulepreload" href="/__inkly/vendor/react-dom-client.mjs" crossorigin="anonymous" />
15
15
  <link rel="modulepreload" href="/__inkly/vendor/react-jsx-runtime.mjs" crossorigin="anonymous" />
16
- <!-- Curated theme preset from @inkly/demo-react/themes.
16
+ <!-- Curated theme preset from @inkly/runtime/themes.
17
17
  Loaded after runtime.css so the preset's scoped CSS wins cascade.
18
18
  The dev server serves this from the preset registry; the published
19
19
  bundle ships the same string baked into its stylesheet. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkly-org/cli",
3
- "version": "0.5.1",
3
+ "version": "0.5.4",
4
4
  "description": "Inkly CLI — scaffold and locally preview demo configs.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -24,6 +24,7 @@
24
24
  "build": "tsup",
25
25
  "typecheck": "tsc --noEmit",
26
26
  "test": "vitest run",
27
+ "link:local": "npm run build && node scripts/link-local.mjs",
27
28
  "prepublishOnly": "npm run build && npm run typecheck && npm run test"
28
29
  },
29
30
  "dependencies": {
@@ -32,6 +33,7 @@
32
33
  "@sentry/node": "^10.56.0",
33
34
  "chokidar": "^4.0.1",
34
35
  "fflate": "^0.8.3",
36
+ "jsdom": "^25.0.1",
35
37
  "mri": "^1.2.0",
36
38
  "posthog-node": "^5.35.13",
37
39
  "sharp": "^0.34.5",
@@ -40,10 +42,8 @@
40
42
  "ws": "^8.20.0"
41
43
  },
42
44
  "devDependencies": {
43
- "@inkly/demo-react": "*",
44
- "@inkly/demo-schema": "*",
45
- "@inkly/hub-skeleton": "*",
46
- "@inkly/shared-html-capture": "*",
45
+ "@inkly/runtime": "*",
46
+ "@types/jsdom": "^21.1.7",
47
47
  "@types/node": "^20.17.6",
48
48
  "@types/ws": "^8.18.1",
49
49
  "tsup": "^8.3.5",
@@ -13,7 +13,7 @@
13
13
  <link rel="modulepreload" href="/__inkly/vendor/react-dom.mjs" crossorigin="anonymous" />
14
14
  <link rel="modulepreload" href="/__inkly/vendor/react-dom-client.mjs" crossorigin="anonymous" />
15
15
  <link rel="modulepreload" href="/__inkly/vendor/react-jsx-runtime.mjs" crossorigin="anonymous" />
16
- <!-- Curated theme preset from @inkly/demo-react/themes.
16
+ <!-- Curated theme preset from @inkly/runtime/themes.
17
17
  Loaded after runtime.css so the preset's scoped CSS wins cascade.
18
18
  The dev server serves this from the preset registry; the published
19
19
  bundle ships the same string baked into its stylesheet. -->
@@ -45,4 +45,3 @@ react-dom/cjs/react-dom-client.production.js:
45
45
  * LICENSE file in the root directory of this source tree.
46
46
  *)
47
47
  */
48
- //# sourceMappingURL=client.bundle.mjs.map
@@ -14,4 +14,3 @@ react-dom/cjs/react-dom.production.js:
14
14
  * LICENSE file in the root directory of this source tree.
15
15
  *)
16
16
  */
17
- //# sourceMappingURL=react-dom.bundle.mjs.map
@@ -13,4 +13,3 @@ react/cjs/react-jsx-runtime.production.js:
13
13
  * LICENSE file in the root directory of this source tree.
14
14
  *)
15
15
  */
16
- //# sourceMappingURL=jsx-runtime.bundle.mjs.map
package/vendor/react.mjs CHANGED
@@ -13,4 +13,3 @@ react/cjs/react.production.js:
13
13
  * LICENSE file in the root directory of this source tree.
14
14
  *)
15
15
  */
16
- //# sourceMappingURL=react.bundle.mjs.map