@shopify/shopify_function 0.0.0-snapshot-20250509175459 → 0.0.0-snapshot-20250512155125
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/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
# @shopify/shopify_function
|
|
2
2
|
|
|
3
|
-
## 0.0.0-snapshot-
|
|
3
|
+
## 0.0.0-snapshot-20250512155125
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- 0fc2434: Introduce support for snapit
|
|
7
|
+
- d3146a2: Using javy v2 globals for MsgPack IO
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public",
|
|
5
5
|
"@shopify:registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.0.0-snapshot-
|
|
7
|
+
"version": "0.0.0-snapshot-20250512155125",
|
|
8
8
|
"description": "",
|
|
9
9
|
"main": "index.ts",
|
|
10
10
|
"keywords": [],
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@changesets/cli": "^2.28.1"
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|
|
Binary file
|