@knapsack/rendering-utils 4.84.0 → 4.84.1--canary.6555.749624c.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/rendering-utils@4.83.0 build /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
2
+ > @knapsack/rendering-utils@4.84.0 build /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
3
3
  > tsc
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @knapsack/rendering-utils@4.83.0 lint /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
2
+ > @knapsack/rendering-utils@4.84.0 lint /home/runner/work/app-monorepo/app-monorepo/libs/rendering-utils
3
3
  > eslint ./
4
4
 
@@ -4,7 +4,7 @@ export declare function getContentStateFromAppClientData({ patterns, demosById,
4
4
  demosById: KsAppClientDataNoMeta['db']['demos']['byId'];
5
5
  }): ContentStateForRendering;
6
6
  /**
7
- * What we're going to here is look at all the slots data and grab
7
+ * What we're going to do here is look at all the slots data and grab
8
8
  * the ACTUAL demo data we have locally here instead of just sending up the
9
9
  * demoId - b/c that could be wrong on the server due to changes that were made
10
10
  * in the UI to that demo that is in a slot for the demo we're currently rendering.
package/dist/rendering.js CHANGED
@@ -35,7 +35,7 @@ export function getContentStateFromAppClientData({ patterns, demosById, }) {
35
35
  };
36
36
  }
37
37
  /**
38
- * What we're going to here is look at all the slots data and grab
38
+ * What we're going to do here is look at all the slots data and grab
39
39
  * the ACTUAL demo data we have locally here instead of just sending up the
40
40
  * demoId - b/c that could be wrong on the server due to changes that were made
41
41
  * in the UI to that demo that is in a slot for the demo we're currently rendering.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/rendering-utils",
3
3
  "description": "",
4
- "version": "4.84.0",
4
+ "version": "4.84.1--canary.6555.749624c.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -24,16 +24,16 @@
24
24
  "lint": "eslint ./"
25
25
  },
26
26
  "dependencies": {
27
- "@knapsack/tiptap-utils": "4.84.0",
28
- "@knapsack/utils": "4.84.0",
27
+ "@knapsack/tiptap-utils": "4.84.1--canary.6555.749624c.0",
28
+ "@knapsack/utils": "4.84.1--canary.6555.749624c.0",
29
29
  "isomorphic-dompurify": "^1.13.0",
30
30
  "marked": "^6.0.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.84.0",
34
- "@knapsack/prettier-config": "4.84.0",
35
- "@knapsack/types": "4.84.0",
36
- "@knapsack/typescript-config-starter": "4.84.0",
33
+ "@knapsack/eslint-config-starter": "4.84.1--canary.6555.749624c.0",
34
+ "@knapsack/prettier-config": "4.84.1--canary.6555.749624c.0",
35
+ "@knapsack/types": "4.84.1--canary.6555.749624c.0",
36
+ "@knapsack/typescript-config-starter": "4.84.1--canary.6555.749624c.0",
37
37
  "@types/node": "^20.17.57",
38
38
  "eslint": "^8.57.0",
39
39
  "typescript": "^5.9.2"
@@ -47,5 +47,5 @@
47
47
  "directory": "libs/rendering-utils",
48
48
  "type": "git"
49
49
  },
50
- "gitHead": "0e8402b0356ca363e40f1e82b533ca3684649991"
50
+ "gitHead": "749624cf630fe8f8de35d790ca563309c528af85"
51
51
  }
package/src/rendering.ts CHANGED
@@ -53,7 +53,7 @@ export function getContentStateFromAppClientData({
53
53
  }
54
54
 
55
55
  /**
56
- * What we're going to here is look at all the slots data and grab
56
+ * What we're going to do here is look at all the slots data and grab
57
57
  * the ACTUAL demo data we have locally here instead of just sending up the
58
58
  * demoId - b/c that could be wrong on the server due to changes that were made
59
59
  * in the UI to that demo that is in a slot for the demo we're currently rendering.