@assistant-ui/react-syntax-highlighter 0.12.2 → 0.12.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.
- package/dist/react-syntax-highlighter-full.d.ts.map +1 -1
- package/dist/react-syntax-highlighter-full.js.map +1 -1
- package/dist/react-syntax-highlighter-light.d.ts.map +1 -1
- package/dist/react-syntax-highlighter-light.js.map +1 -1
- package/package.json +6 -6
- /package/src/{react-syntax-highlighter-full.tsx → react-syntax-highlighter-full.ts} +0 -0
- /package/src/{react-syntax-highlighter-light.tsx → react-syntax-highlighter-light.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-syntax-highlighter-full.d.ts","sourceRoot":"","sources":["../src/react-syntax-highlighter-full.
|
|
1
|
+
{"version":3,"file":"react-syntax-highlighter-full.d.ts","sourceRoot":"","sources":["../src/react-syntax-highlighter-full.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,qBAAqB,yLACY,CAAC;AAE/C,eAAO,MAAM,0BAA0B,yLAAmC,CAAC;AAE3E,eAAO,MAAM,+BAA+B,yLACL,CAAC;AAExC,eAAO,MAAM,oCAAoC,yLACL,CAAC;AAE7C,eAAO,MAAM,+BAA+B,yLACL,CAAC;AAExC,eAAO,MAAM,0BAA0B,yLAAmC,CAAC;AAE3E,eAAO,MAAM,+BAA+B,yLACL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-syntax-highlighter-full.js","sourceRoot":"","sources":["../src/react-syntax-highlighter-full.
|
|
1
|
+
{"version":3,"file":"react-syntax-highlighter-full.js","sourceRoot":"","sources":["../src/react-syntax-highlighter-full.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,iBAAiB,EAAE,EACxB,KAAK,EACL,UAAU,EACV,eAAe,EACf,UAAU,EACV,KAAK,EACL,UAAU,GACX,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,yBAAyB,EAAE,qCAAkC;AAEtE,MAAM,CAAC,MAAM,qBAAqB,GAChC,yBAAyB,CAAC,iBAAiB,CAAC,CAAC;AAE/C,MAAM,CAAC,MAAM,0BAA0B,GAAG,yBAAyB,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,+BAA+B,GAC1C,yBAAyB,CAAC,UAAU,CAAC,CAAC;AAExC,MAAM,CAAC,MAAM,oCAAoC,GAC/C,yBAAyB,CAAC,eAAe,CAAC,CAAC;AAE7C,MAAM,CAAC,MAAM,+BAA+B,GAC1C,yBAAyB,CAAC,UAAU,CAAC,CAAC;AAExC,MAAM,CAAC,MAAM,0BAA0B,GAAG,yBAAyB,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,+BAA+B,GAC1C,yBAAyB,CAAC,UAAU,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-syntax-highlighter-light.d.ts","sourceRoot":"","sources":["../src/react-syntax-highlighter-light.
|
|
1
|
+
{"version":3,"file":"react-syntax-highlighter-light.d.ts","sourceRoot":"","sources":["../src/react-syntax-highlighter-light.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,oCAAoC,yLACL,CAAC;AAE7C,eAAO,MAAM,+BAA+B,yLACL,CAAC;AAExC,eAAO,MAAM,0BAA0B,yLAAmC,CAAC;AAE3E,eAAO,MAAM,+BAA+B,yLACL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-syntax-highlighter-light.js","sourceRoot":"","sources":["../src/react-syntax-highlighter-light.
|
|
1
|
+
{"version":3,"file":"react-syntax-highlighter-light.js","sourceRoot":"","sources":["../src/react-syntax-highlighter-light.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;AAEb,OAAO,EACL,eAAe,EACf,UAAU,EACV,KAAK,EACL,UAAU,GACX,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,yBAAyB,EAAE,qCAAkC;AAEtE,MAAM,CAAC,MAAM,oCAAoC,GAC/C,yBAAyB,CAAC,eAAe,CAAC,CAAC;AAE7C,MAAM,CAAC,MAAM,+BAA+B,GAC1C,yBAAyB,CAAC,UAAU,CAAC,CAAC;AAExC,MAAM,CAAC,MAAM,0BAA0B,GAAG,yBAAyB,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,+BAA+B,GAC1C,yBAAyB,CAAC,UAAU,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@assistant-ui/react-syntax-highlighter",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.4",
|
|
4
4
|
"description": "Syntax highlighting for assistant-ui",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"syntax-highlighter",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
],
|
|
37
37
|
"sideEffects": false,
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@assistant-ui/react": "^0.12.
|
|
40
|
-
"@assistant-ui/react-markdown": "^0.12.
|
|
39
|
+
"@assistant-ui/react": "^0.12.11",
|
|
40
|
+
"@assistant-ui/react-markdown": "^0.12.4",
|
|
41
41
|
"@types/react": "*",
|
|
42
42
|
"@types/react-syntax-highlighter": "*",
|
|
43
43
|
"react": "^18 || ^19",
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@types/react": "^19.2.
|
|
55
|
+
"@types/react": "^19.2.13",
|
|
56
56
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
57
57
|
"react": "^19.2.4",
|
|
58
58
|
"react-syntax-highlighter": "^16.1.0",
|
|
59
|
-
"@assistant-ui/react": "0.12.
|
|
60
|
-
"@assistant-ui/react-markdown": "0.12.
|
|
59
|
+
"@assistant-ui/react": "0.12.11",
|
|
60
|
+
"@assistant-ui/react-markdown": "0.12.4",
|
|
61
61
|
"@assistant-ui/x-buildutils": "0.0.1"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
File without changes
|
|
File without changes
|