@alpaca-editor/core 1.0.4265 → 1.0.4267
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/revision.d.ts +2 -2
- package/dist/revision.js +2 -2
- package/package.json +1 -1
- package/src/revision.ts +2 -2
package/dist/revision.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.0.
|
|
2
|
-
export declare const buildDate = "2026-01-
|
|
1
|
+
export declare const version = "1.0.4267";
|
|
2
|
+
export declare const buildDate = "2026-01-15 00:46:40";
|
package/dist/revision.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const version = "1.0.
|
|
2
|
-
export const buildDate = "2026-01-
|
|
1
|
+
export const version = "1.0.4267";
|
|
2
|
+
export const buildDate = "2026-01-15 00:46:40";
|
|
3
3
|
//# sourceMappingURL=revision.js.map
|
package/package.json
CHANGED
package/src/revision.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = "1.0.
|
|
2
|
-
export const buildDate = "2026-01-
|
|
1
|
+
export const version = "1.0.4267";
|
|
2
|
+
export const buildDate = "2026-01-15 00:46:40";
|