@cesdk/node-native 1.77.0-rc.2 → 1.77.0-rc.3
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/README.md +1 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -264,7 +264,7 @@ pnpEnableInlining: false
|
|
|
264
264
|
```jsonc
|
|
265
265
|
// package.json
|
|
266
266
|
{
|
|
267
|
-
"dependencies": { "@cesdk/node-native": "^1.77.0-rc.
|
|
267
|
+
"dependencies": { "@cesdk/node-native": "^1.77.0-rc.3" },
|
|
268
268
|
"dependenciesMeta": {
|
|
269
269
|
"@cesdk/node-native-darwin-arm64": { "unplugged": true },
|
|
270
270
|
"@cesdk/node-native-darwin-x64": { "unplugged": true },
|
package/lib/index.js
CHANGED
|
@@ -4716,7 +4716,7 @@ var AssetAPI = class {
|
|
|
4716
4716
|
}
|
|
4717
4717
|
}
|
|
4718
4718
|
};
|
|
4719
|
-
var _version = true ? "1.77.0-rc.
|
|
4719
|
+
var _version = true ? "1.77.0-rc.3" : "0.0.0";
|
|
4720
4720
|
var CreativeEngine = class _CreativeEngine {
|
|
4721
4721
|
constructor(engine) {
|
|
4722
4722
|
this.version = _CreativeEngine.version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cesdk/node-native",
|
|
3
|
-
"version": "1.77.0-rc.
|
|
3
|
+
"version": "1.77.0-rc.3",
|
|
4
4
|
"description": "CE.SDK Creative Engine for Node.js — native bindings",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cesdk",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"ThirdPartyLicenses.md"
|
|
53
53
|
],
|
|
54
54
|
"optionalDependencies": {
|
|
55
|
-
"@cesdk/node-native-darwin-arm64": "1.77.0-rc.
|
|
56
|
-
"@cesdk/node-native-darwin-x64": "1.77.0-rc.
|
|
57
|
-
"@cesdk/node-native-linux-x64": "1.77.0-rc.
|
|
55
|
+
"@cesdk/node-native-darwin-arm64": "1.77.0-rc.3",
|
|
56
|
+
"@cesdk/node-native-darwin-x64": "1.77.0-rc.3",
|
|
57
|
+
"@cesdk/node-native-linux-x64": "1.77.0-rc.3"
|
|
58
58
|
}
|
|
59
59
|
}
|