@icjhd/cj-script-compiler 2.0.0 → 2.1.1

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/.cj-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema": "cj-package-v2",
3
3
  "name": "@icjhd/cj-script-compiler",
4
- "version": "2.0.0",
4
+ "version": "2.1.1",
5
5
  "payloadManifest": "encrypted-payload-v2/manifest.json",
6
6
  "recoveryManifest": ".cj-stubs/recovery-manifest.json",
7
7
  "releaseCommit": "cj-release-commit.json",
@@ -4,7 +4,7 @@
4
4
  "schema": "cj-runtime-recovery-v1",
5
5
  "purpose": "cj-runtime-stub-recovery",
6
6
  "packageName": "@icjhd/cj-script-compiler",
7
- "packageVersion": "2.0.0",
7
+ "packageVersion": "2.1.1",
8
8
  "securityEpoch": 1,
9
9
  "entries": [
10
10
  {
@@ -42,6 +42,6 @@
42
42
  "signature": {
43
43
  "algorithm": "Ed25519",
44
44
  "keyId": "recovery-prod-2026-01",
45
- "value": "dms0/xbKWJz4jLnHyCliAPU0w+H5+05CY8z/LHVGJGlqT+lw+fC6tCKs4SlrzNJ8B0LjNRKb9rSqZK4IVxOmAg=="
45
+ "value": "Yr2xYnVD6GfV8isVKFESiNLnM0zTRdGMobBO9h4O7NZGSn1DIkIJx118D+ZvpQB4jZvAgF4FJA+wLuma1DTaDg=="
46
46
  }
47
47
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "operationCount": 79,
3
- "attrCount": 360,
3
+ "attrCount": 406,
4
4
  "missingAttrs": []
5
5
  }
@@ -1845,6 +1845,236 @@
1845
1845
  "expression",
1846
1846
  "editorBinding"
1847
1847
  ]
1848
+ },
1849
+ {
1850
+ "id": 10,
1851
+ "name": "ParabolaHeight",
1852
+ "valueKinds": [
1853
+ "literal",
1854
+ "formulaRef",
1855
+ "expression",
1856
+ "editorBinding"
1857
+ ]
1858
+ },
1859
+ {
1860
+ "id": 11,
1861
+ "name": "FixedDistance",
1862
+ "valueKinds": [
1863
+ "literal",
1864
+ "formulaRef",
1865
+ "expression",
1866
+ "editorBinding"
1867
+ ]
1868
+ },
1869
+ {
1870
+ "id": 12,
1871
+ "name": "ScaleMax",
1872
+ "valueKinds": [
1873
+ "literal",
1874
+ "formulaRef",
1875
+ "expression",
1876
+ "editorBinding"
1877
+ ]
1878
+ },
1879
+ {
1880
+ "id": 13,
1881
+ "name": "ArcRadius",
1882
+ "valueKinds": [
1883
+ "literal",
1884
+ "formulaRef",
1885
+ "expression",
1886
+ "editorBinding"
1887
+ ]
1888
+ },
1889
+ {
1890
+ "id": 14,
1891
+ "name": "OrbitRadius",
1892
+ "valueKinds": [
1893
+ "literal",
1894
+ "formulaRef",
1895
+ "expression",
1896
+ "editorBinding"
1897
+ ]
1898
+ },
1899
+ {
1900
+ "id": 15,
1901
+ "name": "OrbitAngularSpeed",
1902
+ "valueKinds": [
1903
+ "literal",
1904
+ "formulaRef",
1905
+ "expression",
1906
+ "editorBinding"
1907
+ ]
1908
+ },
1909
+ {
1910
+ "id": 16,
1911
+ "name": "OrbitMode",
1912
+ "valueKinds": [
1913
+ "literal",
1914
+ "formulaRef",
1915
+ "expression",
1916
+ "editorBinding"
1917
+ ]
1918
+ },
1919
+ {
1920
+ "id": 17,
1921
+ "name": "OrbitCenterAttachType",
1922
+ "valueKinds": [
1923
+ "literal",
1924
+ "formulaRef",
1925
+ "expression",
1926
+ "editorBinding"
1927
+ ]
1928
+ },
1929
+ {
1930
+ "id": 18,
1931
+ "name": "OrbitSweepAngle",
1932
+ "valueKinds": [
1933
+ "literal",
1934
+ "formulaRef",
1935
+ "expression",
1936
+ "editorBinding"
1937
+ ]
1938
+ },
1939
+ {
1940
+ "id": 19,
1941
+ "name": "OrbitStartAngle",
1942
+ "valueKinds": [
1943
+ "literal",
1944
+ "formulaRef",
1945
+ "expression",
1946
+ "editorBinding"
1947
+ ]
1948
+ },
1949
+ {
1950
+ "id": 20,
1951
+ "name": "Polyline",
1952
+ "valueKinds": [
1953
+ "literal",
1954
+ "formulaRef",
1955
+ "expression",
1956
+ "editorBinding"
1957
+ ]
1958
+ },
1959
+ {
1960
+ "id": 21,
1961
+ "name": "Bezier",
1962
+ "valueKinds": [
1963
+ "literal",
1964
+ "formulaRef",
1965
+ "expression",
1966
+ "editorBinding"
1967
+ ]
1968
+ },
1969
+ {
1970
+ "id": 22,
1971
+ "name": "BounceCount",
1972
+ "valueKinds": [
1973
+ "literal",
1974
+ "formulaRef",
1975
+ "expression",
1976
+ "editorBinding"
1977
+ ]
1978
+ },
1979
+ {
1980
+ "id": 23,
1981
+ "name": "BounceDamping",
1982
+ "valueKinds": [
1983
+ "literal",
1984
+ "formulaRef",
1985
+ "expression",
1986
+ "editorBinding"
1987
+ ]
1988
+ },
1989
+ {
1990
+ "id": 24,
1991
+ "name": "WanderGuideType",
1992
+ "valueKinds": [
1993
+ "literal",
1994
+ "formulaRef",
1995
+ "expression",
1996
+ "editorBinding"
1997
+ ]
1998
+ },
1999
+ {
2000
+ "id": 25,
2001
+ "name": "WanderRadiusX",
2002
+ "valueKinds": [
2003
+ "literal",
2004
+ "formulaRef",
2005
+ "expression",
2006
+ "editorBinding"
2007
+ ]
2008
+ },
2009
+ {
2010
+ "id": 26,
2011
+ "name": "WanderRadiusY",
2012
+ "valueKinds": [
2013
+ "literal",
2014
+ "formulaRef",
2015
+ "expression",
2016
+ "editorBinding"
2017
+ ]
2018
+ },
2019
+ {
2020
+ "id": 27,
2021
+ "name": "WanderMaxSpeed",
2022
+ "valueKinds": [
2023
+ "literal",
2024
+ "formulaRef",
2025
+ "expression",
2026
+ "editorBinding"
2027
+ ]
2028
+ },
2029
+ {
2030
+ "id": 28,
2031
+ "name": "WanderNoiseAcceleration",
2032
+ "valueKinds": [
2033
+ "literal",
2034
+ "formulaRef",
2035
+ "expression",
2036
+ "editorBinding"
2037
+ ]
2038
+ },
2039
+ {
2040
+ "id": 29,
2041
+ "name": "WanderSmoothTime",
2042
+ "valueKinds": [
2043
+ "literal",
2044
+ "formulaRef",
2045
+ "expression",
2046
+ "editorBinding"
2047
+ ]
2048
+ },
2049
+ {
2050
+ "id": 30,
2051
+ "name": "WanderReturnStrength",
2052
+ "valueKinds": [
2053
+ "literal",
2054
+ "formulaRef",
2055
+ "expression",
2056
+ "editorBinding"
2057
+ ]
2058
+ },
2059
+ {
2060
+ "id": 31,
2061
+ "name": "WanderBoundarySoftness",
2062
+ "valueKinds": [
2063
+ "literal",
2064
+ "formulaRef",
2065
+ "expression",
2066
+ "editorBinding"
2067
+ ]
2068
+ },
2069
+ {
2070
+ "id": 32,
2071
+ "name": "WanderSeed",
2072
+ "valueKinds": [
2073
+ "literal",
2074
+ "formulaRef",
2075
+ "expression",
2076
+ "editorBinding"
2077
+ ]
1848
2078
  }
1849
2079
  ]
1850
2080
  },
@@ -3924,6 +4154,236 @@
3924
4154
  "expression",
3925
4155
  "editorBinding"
3926
4156
  ]
4157
+ },
4158
+ {
4159
+ "id": 10,
4160
+ "name": "ParabolaHeight",
4161
+ "valueKinds": [
4162
+ "literal",
4163
+ "formulaRef",
4164
+ "expression",
4165
+ "editorBinding"
4166
+ ]
4167
+ },
4168
+ {
4169
+ "id": 11,
4170
+ "name": "FixedDistance",
4171
+ "valueKinds": [
4172
+ "literal",
4173
+ "formulaRef",
4174
+ "expression",
4175
+ "editorBinding"
4176
+ ]
4177
+ },
4178
+ {
4179
+ "id": 12,
4180
+ "name": "ScaleMax",
4181
+ "valueKinds": [
4182
+ "literal",
4183
+ "formulaRef",
4184
+ "expression",
4185
+ "editorBinding"
4186
+ ]
4187
+ },
4188
+ {
4189
+ "id": 13,
4190
+ "name": "ArcRadius",
4191
+ "valueKinds": [
4192
+ "literal",
4193
+ "formulaRef",
4194
+ "expression",
4195
+ "editorBinding"
4196
+ ]
4197
+ },
4198
+ {
4199
+ "id": 14,
4200
+ "name": "OrbitRadius",
4201
+ "valueKinds": [
4202
+ "literal",
4203
+ "formulaRef",
4204
+ "expression",
4205
+ "editorBinding"
4206
+ ]
4207
+ },
4208
+ {
4209
+ "id": 15,
4210
+ "name": "OrbitAngularSpeed",
4211
+ "valueKinds": [
4212
+ "literal",
4213
+ "formulaRef",
4214
+ "expression",
4215
+ "editorBinding"
4216
+ ]
4217
+ },
4218
+ {
4219
+ "id": 16,
4220
+ "name": "OrbitMode",
4221
+ "valueKinds": [
4222
+ "literal",
4223
+ "formulaRef",
4224
+ "expression",
4225
+ "editorBinding"
4226
+ ]
4227
+ },
4228
+ {
4229
+ "id": 17,
4230
+ "name": "OrbitCenterAttachType",
4231
+ "valueKinds": [
4232
+ "literal",
4233
+ "formulaRef",
4234
+ "expression",
4235
+ "editorBinding"
4236
+ ]
4237
+ },
4238
+ {
4239
+ "id": 18,
4240
+ "name": "OrbitSweepAngle",
4241
+ "valueKinds": [
4242
+ "literal",
4243
+ "formulaRef",
4244
+ "expression",
4245
+ "editorBinding"
4246
+ ]
4247
+ },
4248
+ {
4249
+ "id": 19,
4250
+ "name": "OrbitStartAngle",
4251
+ "valueKinds": [
4252
+ "literal",
4253
+ "formulaRef",
4254
+ "expression",
4255
+ "editorBinding"
4256
+ ]
4257
+ },
4258
+ {
4259
+ "id": 20,
4260
+ "name": "Polyline",
4261
+ "valueKinds": [
4262
+ "literal",
4263
+ "formulaRef",
4264
+ "expression",
4265
+ "editorBinding"
4266
+ ]
4267
+ },
4268
+ {
4269
+ "id": 21,
4270
+ "name": "Bezier",
4271
+ "valueKinds": [
4272
+ "literal",
4273
+ "formulaRef",
4274
+ "expression",
4275
+ "editorBinding"
4276
+ ]
4277
+ },
4278
+ {
4279
+ "id": 22,
4280
+ "name": "BounceCount",
4281
+ "valueKinds": [
4282
+ "literal",
4283
+ "formulaRef",
4284
+ "expression",
4285
+ "editorBinding"
4286
+ ]
4287
+ },
4288
+ {
4289
+ "id": 23,
4290
+ "name": "BounceDamping",
4291
+ "valueKinds": [
4292
+ "literal",
4293
+ "formulaRef",
4294
+ "expression",
4295
+ "editorBinding"
4296
+ ]
4297
+ },
4298
+ {
4299
+ "id": 24,
4300
+ "name": "WanderGuideType",
4301
+ "valueKinds": [
4302
+ "literal",
4303
+ "formulaRef",
4304
+ "expression",
4305
+ "editorBinding"
4306
+ ]
4307
+ },
4308
+ {
4309
+ "id": 25,
4310
+ "name": "WanderRadiusX",
4311
+ "valueKinds": [
4312
+ "literal",
4313
+ "formulaRef",
4314
+ "expression",
4315
+ "editorBinding"
4316
+ ]
4317
+ },
4318
+ {
4319
+ "id": 26,
4320
+ "name": "WanderRadiusY",
4321
+ "valueKinds": [
4322
+ "literal",
4323
+ "formulaRef",
4324
+ "expression",
4325
+ "editorBinding"
4326
+ ]
4327
+ },
4328
+ {
4329
+ "id": 27,
4330
+ "name": "WanderMaxSpeed",
4331
+ "valueKinds": [
4332
+ "literal",
4333
+ "formulaRef",
4334
+ "expression",
4335
+ "editorBinding"
4336
+ ]
4337
+ },
4338
+ {
4339
+ "id": 28,
4340
+ "name": "WanderNoiseAcceleration",
4341
+ "valueKinds": [
4342
+ "literal",
4343
+ "formulaRef",
4344
+ "expression",
4345
+ "editorBinding"
4346
+ ]
4347
+ },
4348
+ {
4349
+ "id": 29,
4350
+ "name": "WanderSmoothTime",
4351
+ "valueKinds": [
4352
+ "literal",
4353
+ "formulaRef",
4354
+ "expression",
4355
+ "editorBinding"
4356
+ ]
4357
+ },
4358
+ {
4359
+ "id": 30,
4360
+ "name": "WanderReturnStrength",
4361
+ "valueKinds": [
4362
+ "literal",
4363
+ "formulaRef",
4364
+ "expression",
4365
+ "editorBinding"
4366
+ ]
4367
+ },
4368
+ {
4369
+ "id": 31,
4370
+ "name": "WanderBoundarySoftness",
4371
+ "valueKinds": [
4372
+ "literal",
4373
+ "formulaRef",
4374
+ "expression",
4375
+ "editorBinding"
4376
+ ]
4377
+ },
4378
+ {
4379
+ "id": 32,
4380
+ "name": "WanderSeed",
4381
+ "valueKinds": [
4382
+ "literal",
4383
+ "formulaRef",
4384
+ "expression",
4385
+ "editorBinding"
4386
+ ]
3927
4387
  }
3928
4388
  ]
3929
4389
  },
@@ -4462,5 +4922,5 @@
4462
4922
  "REMOVE_OPERATION",
4463
4923
  "PATCH_ROUTING_POLICY"
4464
4924
  ],
4465
- "contractHash": "fnv1a32:2c33955b"
4925
+ "contractHash": "fnv1a32:db1fc6f1"
4466
4926
  }
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "schema": "cj-release-crypto-commit-v1",
3
3
  "packageName": "@icjhd/cj-script-compiler",
4
- "packageVersion": "2.0.0",
4
+ "packageVersion": "2.1.1",
5
5
  "securityEpoch": 1,
6
- "manifestId": "BlW5dQ0Jvzra5fUDl6hhbKTAaEHwL3RFf839yAfhx-s",
7
- "payloadManifestSha256": "sha256:6b06875296418f51a5d35ad5d6a4a4c5334f18b986d059c7f65ae0cb0fa6e699",
8
- "recoveryManifestSha256": "sha256:75ffcafcf91ffa82f1db845be49b8ec6ec5f3cc8ed5f6fc9b30dda3ecb939f59",
6
+ "manifestId": "PGvPeKqiq1KZe_2v_prLSEsJWfQOF1ojuKe15Z9RJkI",
7
+ "payloadManifestSha256": "sha256:dd554de8cda042fe606f7f512cc019c1917f1b091682b5f7f6611279f86bc502",
8
+ "recoveryManifestSha256": "sha256:4d2b88fdec115bf254343e829f6d9adfd71e383ad3e29d181ae31aff46e8792f",
9
9
  "fileCount": 5
10
10
  }
@@ -3,14 +3,14 @@
3
3
  "signed": {
4
4
  "schema": "cj-encrypted-payload-v2",
5
5
  "purpose": "cj-runtime-payload",
6
- "manifestId": "BlW5dQ0Jvzra5fUDl6hhbKTAaEHwL3RFf839yAfhx-s",
6
+ "manifestId": "PGvPeKqiq1KZe_2v_prLSEsJWfQOF1ojuKe15Z9RJkI",
7
7
  "packageName": "@icjhd/cj-script-compiler",
8
- "packageVersion": "2.0.0",
8
+ "packageVersion": "2.1.1",
9
9
  "minCoreSecurityVersion": 1,
10
10
  "securityEpoch": 1,
11
11
  "keyScope": "package-major",
12
12
  "keyId": "line-prod-cj-script-compiler-v2-e1",
13
- "releaseSalt": "M30A0aA2EiLbbm56VsAIoL2lRkn5+o9mMoxZBx2dSMM=",
13
+ "releaseSalt": "bOJB17BrhefMm96gTKocvnlq8MA4AufWAD68lMjU7as=",
14
14
  "algorithm": "AES-256-GCM",
15
15
  "kdf": "HKDF-SHA256",
16
16
  "content": "cocos-safe-obfuscated-esm-js",
@@ -20,9 +20,9 @@
20
20
  "bin": "files/assets/EffectProgramWriter.js.bin",
21
21
  "stub": ".cj-stubs/assets/EffectProgramWriter.js",
22
22
  "stubSha256": "sha256:b2d963c84c0ee5a7c479a9246415d6ce65069212fba3908347167ed8557cd2fd",
23
- "nonce": "qenBrsOqD7t6TIJr",
24
- "authTag": "yDSDj1fxdN0WWFkHH1GJ9A==",
25
- "ciphertextSha256": "sha256:87dc6d82af383e74378a26cf7285e2a4cff0ccd076ecbbb143c67147adbe5bae",
23
+ "nonce": "Ly3SBsbO7HAWoTKi",
24
+ "authTag": "/9aERicX9yqzXxEV03R71g==",
25
+ "ciphertextSha256": "sha256:86a4b2771ce81531802fadbd14f262eaa62a2495b44f0d7bc5b6bd7fee8d53ab",
26
26
  "plaintextSha256": "sha256:23915d975766834518339782a141296b1c5d0b2f12b8073339d553773f7069fd",
27
27
  "aadSchema": "cj-payload-file-aad-v1"
28
28
  },
@@ -31,9 +31,9 @@
31
31
  "bin": "files/assets/FormulaExpressionAdapter.js.bin",
32
32
  "stub": ".cj-stubs/assets/FormulaExpressionAdapter.js",
33
33
  "stubSha256": "sha256:c20cf7583c25b6a8a7b62c43cb8f22de2d569a81e7a5979bdf067bf7b0b78b23",
34
- "nonce": "f1XT07aO1ThFUFBx",
35
- "authTag": "gVESg76X8FxhA7gusxUJgA==",
36
- "ciphertextSha256": "sha256:6e9fa49d96ef515ebc492cb48a5caba55b630400dde60ef78e434fdbae3dc2b0",
34
+ "nonce": "1Yp8If9kQHLc9aEH",
35
+ "authTag": "wt9pRoDH/vNVjf+xyykqfg==",
36
+ "ciphertextSha256": "sha256:85de2a1e1dc507062818dbdb0fdfbe671e31517a82e93b999ed73d579deda18e",
37
37
  "plaintextSha256": "sha256:c396e297d2b26d4c42bf137f5c42653de00a039b4308bfcbf4d46dcbadc7f7a2",
38
38
  "aadSchema": "cj-payload-file-aad-v1"
39
39
  },
@@ -42,10 +42,10 @@
42
42
  "bin": "files/assets/OperationSpecs.js.bin",
43
43
  "stub": ".cj-stubs/assets/OperationSpecs.js",
44
44
  "stubSha256": "sha256:0f42329199008c955ebd304f7e873b7d1f736c249627eeac07bce9241f14e50c",
45
- "nonce": "SflasY7OcoFl1jop",
46
- "authTag": "7fcTyjrkks8Y3G6irGWy8A==",
47
- "ciphertextSha256": "sha256:cabaeb5b2af21ab4df47adb4babedb605a139e216dad21e592c28c3ddc81830d",
48
- "plaintextSha256": "sha256:a945f3beed8686ac98dbc27b64cba769a3a15a408e5f5388e20ae095185a3d0e",
45
+ "nonce": "H6/GfPuCLuTuspOD",
46
+ "authTag": "7AKCV3bhQ3f70ufuoJJXOA==",
47
+ "ciphertextSha256": "sha256:75e185719877dc5181116af7803d1fbbb249d15a23c6c83e4a447678f84a2052",
48
+ "plaintextSha256": "sha256:35595d7efe90648d6a808574052889979d8abb09b88d81d4b0e7339346b19ceb",
49
49
  "aadSchema": "cj-payload-file-aad-v1"
50
50
  },
51
51
  {
@@ -53,9 +53,9 @@
53
53
  "bin": "files/assets/RegistrySnapshot.js.bin",
54
54
  "stub": ".cj-stubs/assets/RegistrySnapshot.js",
55
55
  "stubSha256": "sha256:3f008f48db67cb628aff47b629a59f7d1985cfd6ff69517e8554ad375568c6bf",
56
- "nonce": "EWNx0FaEFYefHDXx",
57
- "authTag": "z4lUEf5DGsc6pd89i6akog==",
58
- "ciphertextSha256": "sha256:c3e92f1dfd8c27920dd0d896466f914200249330f869a52d157f223a8c9b0a84",
56
+ "nonce": "4JogeUl1qAN+fxDS",
57
+ "authTag": "eqlNwwt/j1NaflrYZN7Cqw==",
58
+ "ciphertextSha256": "sha256:4824226aa9fbf3853dd150ff5a090d739b2edf47eb9a2f1318179412f98114d4",
59
59
  "plaintextSha256": "sha256:bf8d760bb09af32e31a9c3f74b5c600f551922792cf9ff58f6e07de8626ce46f",
60
60
  "aadSchema": "cj-payload-file-aad-v1"
61
61
  },
@@ -64,9 +64,9 @@
64
64
  "bin": "files/index.js.bin",
65
65
  "stub": ".cj-stubs/index.js",
66
66
  "stubSha256": "sha256:2bb724315925cbbdfcffdb52374327a5ad540cde83d439c5b311e0c1d2273da8",
67
- "nonce": "DpnNsVfT5Hl3dABK",
68
- "authTag": "m2pNZZDEMW75hAXBbehYpw==",
69
- "ciphertextSha256": "sha256:8a306b1fb2b752a4a78cdecdf99a700d207cf7a79cf5dff41bef033db8f3134e",
67
+ "nonce": "toZ1Eaw2JaQlRZQ6",
68
+ "authTag": "K2DFqSkJmYSvPyNv69G63w==",
69
+ "ciphertextSha256": "sha256:ffc314b239b158fd965e953525b4c68a3f3d6adc471b6ecc173a17c3f7772d40",
70
70
  "plaintextSha256": "sha256:a462cba606c3c414dd07c151f397324159fe03aabc33fb4477f2031507b491e9",
71
71
  "aadSchema": "cj-payload-file-aad-v1"
72
72
  }
@@ -83,7 +83,7 @@
83
83
  "stableJson",
84
84
  "writeEffectProgramBinary"
85
85
  ],
86
- "createdAt": "2026-07-31T09:43:36.423Z",
86
+ "createdAt": "2026-09-02T03:30:28.102Z",
87
87
  "issuer": {
88
88
  "algorithm": "Ed25519",
89
89
  "keyId": "payload-prod-2026-01",
@@ -93,6 +93,6 @@
93
93
  "signature": {
94
94
  "algorithm": "Ed25519",
95
95
  "keyId": "payload-prod-2026-01",
96
- "value": "aLqHVnilD7O7DqPey+SUeltxZKVwHqJtuXV9dONciES1GXHEN7af2kD+tPiVAjPi7KxczzfMeQERZTfMAE+YDw=="
96
+ "value": "PEb2P/p5mbJyUJyzxbzj9KFTTpBKKuzqc2ZidnvEvOaJFFMzeiYlOIGmfUFElhcL00ZRi2H4gWrrg7UAauyGDw=="
97
97
  }
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icjhd/cj-script-compiler",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "description": "技能脚本合同快照与二进制写出工具核心",
5
5
  "main": "./index.js",
6
6
  "publishConfig": {
@@ -9,8 +9,8 @@
9
9
  },
10
10
  "license": "SEE LICENSE IN README.md",
11
11
  "dependencies": {
12
- "@icjhd/cj-formula-fx": "^2.0.0",
13
- "@icjhd/cj-script-runtime": "^2.0.0"
12
+ "@icjhd/cj-formula-fx": "2.1.1",
13
+ "@icjhd/cj-script-runtime": "2.1.1"
14
14
  },
15
15
  "type": "module",
16
16
  "browser": "./index.js",