npm package diff

Package: @forge/manifest

Versions: 10.0.0-next.11 - 10.0.0-next.12

File: package/out/text/errors.js

Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -189,9 +189,8 @@
                 invalidIndexPartition: (entity, partition) => `Entity '${entity}' index partition '${partition}' must refer to a valid attribute of the entity.`,
                 reservedIndexName: (entity, index) => `Entity '${entity}' cannot use reserved index name '${index}'.`
             }
         },
-        snapshotEnabledOnNewRuntime: () => `Snapshots are no longer used in this new runtime. As such, you'll need to remove them from your manifest file. For more information, see https://developer.atlassian.com/platform/forge/runtime-reference/native-nodejs-runtime/#no-more-snapshots.`,
         package: {
             extraFiles: {
                 missing: (glob) => `Extra files specification '${glob}' does not match any files.`
             }
@@ -230,6 +229,5 @@
     References["Resources"] = "valid-resource-required";
     References["Providers"] = "valid-provider-required";
     References["Deprecated"] = "deprecated-property";
     References["App"] = "valid-app-config-required";
-    References["SnapshotIgnored"] = "warn-snapshot-ignored";
 })(References = exports.References || (exports.References = {}));